Description
The Simple File List WordPress plugin through 6.3.11 does not validate the source path of a file-move operation reachable by unauthenticated users, allowing them to read arbitrary files on the server and to relocate critical files out of the web root, leading to sensitive information disclosure and potential site takeover.
Published: 2026-08-19
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Simple File List WordPress plugin through version 6.3.11 performs a file‑move operation that fails to sanitize the source path provided by a user. Because the action is reachable without authentication, an attacker can supply arbitrary file paths, leading to the reading of any file on the server and the relocation of critical files outside the web root. This results in the disclosure of sensitive data and, if vital configuration files are moved, can allow a complete takeover of the site. The weakness is a classic Path Traversal flaw (CWE‑22).

Affected Systems

Any WordPress installation using the Simple File List plugin at or below version 6.3.11 is impacted. The vulnerability is exploitable in the context of a publicly reachable site that has the plugin enabled. Users of later plugin releases are not affected.

Risk and Exploitability

With a CVSS score of 8.6 the vulnerability is considered high severity. The EPSS score of less than 1% suggests that the likelihood of exploitation is currently low, but this small probability does not offset the potentially catastrophic impact. The plugin’s endpoint is accessible remotely, meaning that a simple HTTP request can trigger the flaw if the site is reachable from the internet. While the vulnerability is not listed in the CISA KEV catalog, its severity and the fact that it can be triggered by unauthenticated users make it a priority for remediation.

Generated by OpenCVE AI on August 20, 2026 at 12:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Simple File List to a version newer than 6.3.11, which removes the vulnerable file‑move functionality.
  • If an immediate update is not possible, block or restrict access to the file‑move endpoint (for example by adding a .htaccess rule that requires authentication or by disabling the plugin entirely).
  • Review and tighten file‑system permissions so that PHP processes cannot write to critical files outside the web root; ensure that the web root and its subdirectories have the minimum permissions required for normal operation.

Generated by OpenCVE AI on August 20, 2026 at 12:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}


Wed, 19 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Simple File List WordPress plugin through 6.3.11 does not validate the source path of a file-move operation reachable by unauthenticated users, allowing them to read arbitrary files on the server and to relocate critical files out of the web root, leading to sensitive information disclosure and potential site takeover.
Title Simple File List <= 6.3.11 - Unauthenticated Arbitrary File Read and Move via Path Traversal
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-19T17:47:16.763Z

Reserved: 2026-07-22T14:44:59.993Z

Link: CVE-2026-16616

cve-icon Vulnrichment

Updated: 2026-08-19T17:40:46.355Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T06:17:35.210

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-16616

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T13:00:13Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')