← Vulnerability feed

Vulnerability record · CVE-2015-9406 · published 20 September 2019

CVE-2015-9406: mTheme-Unus WordPress theme path traversal allows arbitrary file read

MMtheme Unus Project · Mtheme Unus

The mTheme-Unus theme before 2.3 for WordPress contains a directory traversal flaw in css/css.php. The files parameter accepts .. sequences, letting a remote attacker read files outside the intended directory. Because the theme is publicly reachable and the request needs no credentials, any exposed installation is at risk.

7.5 CVSS 3.1 High EPSS 55% · top 1.0% CWE-22 · Path traversal
7.5CVSS 3.1 base score, v2 5.0
55%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

Directory traversal vulnerability in the mTheme-Unus theme before 2.3 for WordPress allows an attacker to read arbitrary files via a .. (dot dot) in the files parameter to css/css.php.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityUnauthenticated remote file read with a high EPSS score and public exploit references, though it is not in KEV and only affects confidentiality.

What it is

The mTheme-Unus theme before 2.3 for WordPress contains a directory traversal flaw in css/css.php. The files parameter accepts .. sequences, letting a remote attacker read files outside the intended directory. Because the theme is publicly reachable and the request needs no credentials, any exposed installation is at risk.

Impact

An attacker can read arbitrary files on the web server, including configuration files such as wp-config.php, which may expose database credentials and other secrets. This is a confidentiality-only issue; no code execution or data modification is granted by the flaw itself.

Attack surface

Reached over the network through an HTTP request to css/css.php with a crafted files parameter. The CVSS vector shows no privileges required and no user interaction, so the endpoint is directly callable by an unauthenticated remote client.

Exploitation

Not listed in CISA KEV, but EPSS is high at roughly 0.55 (98.9th percentile), and the Packet Storm reference is tagged Exploit, indicating public exploit material exists. No ransomware usage is documented.

What to do

  • Update the mTheme-Unus theme to version 2.3 or later, or remove the theme if it is no longer maintained.
  • If patching is not immediately possible, block or restrict access to css/css.php and reject requests containing .. sequences.
  • Deploy a WAF rule that normalizes and blocks path traversal patterns in query parameters.
  • Audit the web root for exposed secrets and rotate any credentials found in readable files such as wp-config.php.

Detection

  • Search web server logs for requests to css/css.php with .. or encoded traversal sequences in the files parameter.
  • Alert on HTTP 200 responses to css/css.php requests whose parameters contain path traversal patterns.
  • Monitor for outbound or repeated reads of sensitive files like wp-config.php from the web process.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2015-9406 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-93616Checkpoint multi-domain security management path traversal vulnerabilityA directory traversal and file upload vulnerability allows an unauthenticated attacker to upload and execute arbitrary scripts on Check Point Managem…KEVEPSS 20%10.0CVE-2026-85706GitLab CE/EE repository commits API path traversal allows unauthenticated file readGitLab CE/EE contains improper path confinement and missing authentication enforcement in the repository commits API, allowing an unauthenticated use…KEVEPSS 91%analysed5.3CVE-2026-66384JFrog Artifactory path traversal in Docker cache pathAn authenticated user can write data outside the intended Docker cache path under specific remote-repository conditions in JFrog Artifactory. The fla…KEVEPSS 0.66%analysed9.8CVE-2026-59310VMware vCenter Syslog server path traversal leads to RCEVMware vCenter's Syslog server is affected by a directory traversal flaw (CWE-22) that allows a remote, unauthenticated attacker to execute arbitrary…KEVEPSS 2.6%analysed10.0CVE-2026-48282Adobe ColdFusion path traversal leads to remote code executionColdFusion versions 2025.9, 2023.20 and earlier contain a path traversal flaw (CWE-22) that allows an unauthenticated remote attacker to reach files …KEVEPSS 42%analysed10.0CVE-2026-34909UniFi OS path traversal allows unauthenticated file accessUniFi OS devices contain a path traversal flaw (CWE-22) that lets a network-reachable attacker read files on the underlying system. Because the expos…KEVEPSS 1.8%analysed6.5CVE-2026-20262Cisco Catalyst SD-WAN Manager path traversal in file uploadCisco Catalyst SD-WAN Manager (formerly vManage) fails to properly validate user-supplied input during a file upload process, allowing path traversal…KEVEPSS 28%analysed8.4CVE-2024-1708ConnectWise ScreenConnect path traversal enabling remote code executionConnectWise ScreenConnect 23.9.7 and earlier contain a path-traversal flaw (CWE-22) that can let an attacker execute remote code or reach confidentia…KEVEPSS 95%analysed

Source: NIST National Vulnerability Database (record CVE-2015-9406), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.