Description
The Simple File List WordPress plugin through 6.3.11 does not properly sanitise and escape a file's description before outputting it on the public file list, allowing unauthenticated users (when front-end file management is enabled) to perform Stored Cross-Site Scripting attacks that execute in the browser of any visitor viewing the list.
Published: 2026-08-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Simple File List WordPress plugin, versions up to 6.3.11, fails to escape or sanitize file descriptions before rendering them on the public file list. An attacker can supply a malicious description that persists in the plugin’s storage, and when any site visitor views the list, the injected code executes in their browser. This flaw grants arbitrary JavaScript execution in the context of the site’s domain, enabling cookie theft, session hijacking, or phishing, and represents a severe threat to confidentiality and integrity of site visitors.

Affected Systems

Any WordPress installation that has the Simple File List plugin version 6.3.11 or earlier and that has front‑end file management or a publicly visible file list enabled is impacted. The plugin is distributed by an unknown vendor; therefore any site owner should review their plugin version and front‑end settings.

Risk and Exploitability

This vulnerability carries a CVSS score of 8.8, indicating high severity. The EPSS score is listed as < 1 %, meaning widespread exploitation is considered unlikely, and it is not currently in the CISA KEV catalog. Nonetheless, the flaw is exploitable by unauthenticated users via the public file list, so the attack vector is direct and will not require additional credentials or privileges.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Simple File List plugin to the latest version that includes the XSS fix, ensuring the plugin version is greater than 6.3.11.
  • If a patch is not immediately available, disable or restrict front‑end file management and hide any publicly visible file lists to block unauthenticated access to file descriptions.
  • Configure WordPress to sanitize any file description content server‑side (for example, using sanitize_text_field or wp_kses) so that embedded scripts cannot execute even if older plugin versions remain.

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

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

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

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


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 properly sanitise and escape a file's description before outputting it on the public file list, allowing unauthenticated users (when front-end file management is enabled) to perform Stored Cross-Site Scripting attacks that execute in the browser of any visitor viewing the list.
Title Simple File List <= 6.3.11 - Unauthenticated Stored XSS via File Description
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-19T17:49:46.832Z

Reserved: 2026-07-22T14:45:02.184Z

Link: CVE-2026-16617

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-16617

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')