CVE-2026-9690: Unauthenticated File Download in WP Media Folder Addon – Vulnerability Explainer
A security flaw in WP Media folder Addon version 4.0.1 and earlier allows attackers to download arbitrary files from affected WordPress installations without needing to log in. The vulnerability stems from insufficient access controls on file download functionality, enabling an unauthenticated actor to retrieve sensitive files such as configuration data, database backups, or other protected assets directly from the server.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-22
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-17
NVD description (verbatim)
Unauthenticated Arbitrary File Download in WP Media folder Addon <= 4.0.1 versions.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-9690 is a path traversal vulnerability (CWE-22) in the WP Media folder Addon that permits unauthenticated file download operations. The plugin fails to implement proper authorization checks or input validation on file retrieval endpoints, allowing attackers to craft requests that bypass intended access restrictions. The CVSS v3.1 score of 7.5 (HIGH) reflects the network-exploitable nature, low attack complexity, and high confidentiality impact; integrity and availability are not compromised by the flaw itself.
Business impact
Organizations running vulnerable versions of WP Media folder Addon face immediate risk of unauthorized data exposure. Attackers can exfiltrate sensitive files—including WordPress configuration files containing database credentials, backup archives, theme or plugin source code, and user data—without detection or authentication. This exposure may lead to secondary compromise of database systems, credential theft, or pivot attacks into broader infrastructure. For agencies or enterprises using this plugin, the reputational and compliance costs of a data breach are substantial.
Affected systems
WP Media folder Addon versions 4.0.1 and earlier are vulnerable. The plugin is deployed on self-hosted WordPress installations that have enabled the addon. Websites running version 4.0.2 or later are not affected. The scope is limited to WordPress sites that have actively installed this specific plugin; WordPress.org-hosted sites using Jetpack or other managed services are not impacted.
Exploitability
The vulnerability is trivial to exploit. No authentication is required, no user interaction is needed, and an attacker requires only network access to the WordPress site. Exploitation requires crafting a simple HTTP request to the vulnerable endpoint with path traversal parameters. The attack is deterministic and repeatable. However, this vulnerability is not currently tracked in the CISA KEV catalog, indicating it has not yet been observed in active, coordinated attack campaigns at scale.
Remediation
Immediately update WP Media folder Addon to version 4.0.2 or later. If immediate patching is not feasible, consider disabling or removing the plugin until the update can be applied. Organizations should verify that no unauthorized file access has occurred by reviewing server access logs for suspicious download requests to the plugin's file-serving endpoints.
Patch guidance
Navigate to the WordPress admin dashboard, go to Plugins > Installed Plugins, locate WP Media folder Addon, and click Update if available. Alternatively, download version 4.0.2 or later from the official WordPress plugin repository and manually upload it. Verify the update was successful by checking the plugin version in the admin panel. After patching, review recent access logs to confirm no exploitation occurred during the vulnerable window.
Detection guidance
Monitor web server logs for unusual requests to the WP Media folder Addon's file download endpoints—typically paths containing file-serving functions or parameters (e.g., query strings with file path variables). Look for requests containing path traversal patterns such as '../' or encoded equivalents ('%2e%2e%2f'). Alert on any successful downloads (HTTP 200 responses) from unexpected file paths, especially those pointing to wp-config.php, .htaccess, or backup files. Correlate with failed authentication attempts or requests originating from unusual geographic locations. WAF rules should block requests with suspicious file path patterns targeting this plugin.
Why prioritize this
Although this vulnerability carries a HIGH CVSS score and requires no authentication to exploit, it is not yet in active exploitation as an attack vector tracked by CISA. Organizations should treat this as a near-term priority—patch within 1–2 weeks—rather than a critical emergency requiring same-day response. Prioritization should be elevated for organizations handling sensitive data, those subject to compliance frameworks (HIPAA, PCI-DSS, GDPR), or those running public-facing WordPress instances. Any organization that cannot immediately confirm they are not running WP Media folder Addon should audit their plugin inventory urgently.
Risk score, explained
The CVSS 7.5 rating reflects a high-severity confidentiality impact in a network-exploitable attack that requires no privileges or user interaction. The score would be higher (8.6 or above) if integrity or availability were compromised; it remains 7.5 because the vulnerability enables data exfiltration only. The absence of KEV status means this has not been weaponized in observed incident response data, reducing real-world urgency slightly, but the technical ease of exploitation means it could be weaponized rapidly if public exploits emerge.
Frequently asked questions
What files can be stolen through this vulnerability?
An attacker can download any file that the web server process (typically www-data or apache user) can read, including WordPress configuration files (wp-config.php), database backups, theme and plugin source code, .htaccess files, and potentially user-uploaded media. The scope depends on server permissions and directory structure.
Does this vulnerability affect all WordPress users?
No. Only WordPress installations that have installed and activated the WP Media folder Addon are affected. WordPress.com, managed WordPress hosts using Jetpack, or sites not using this specific plugin are unaffected. Check your Plugins list to confirm.
How quickly should we patch?
Patch within 1–2 weeks as a high-priority item. If your organization handles PHI, payment card data, or personally identifiable information, treat patching as more urgent (within 1 week). If you cannot immediately confirm the plugin is not installed, audit your plugin inventory today.
Will updating to 4.0.2 break my site?
Version updates to minor point releases typically carry low risk of breaking changes. Test the update in a staging environment first if possible, but delay should not exceed a few days. The risk of remaining unpatched far exceeds the risk of a routine plugin update.
This analysis is provided for informational purposes. SEC.co makes no warranty regarding the accuracy, completeness, or timeliness of this information. Organizations must verify all patch versions, affected product details, and remediation steps against official vendor advisories before taking action. This vulnerability is not currently in the CISA KEV catalog; organizations should monitor official sources for updates to exploitation status. Always test patches in a non-production environment before deployment. Consult your organization's security and legal teams regarding compliance obligations related to this vulnerability. Source: NVD (public-domain), retrieved 2026-07-26. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2016-20076HIGHWordPress Simple-Backup 2.7.11 Unauthenticated File Access & Deletion Vulnerability
- CVE-2016-20081HIGHHB Audio Gallery Lite Path Traversal Vulnerability – Unauthenticated File Download
- CVE-2017-20248HIGHApptha Slider Gallery Path Traversal Vulnerability
- CVE-2017-20250HIGHMac Photo Gallery 3.0 Path Traversal File Download Vulnerability
- CVE-2018-25408HIGHOpen ISES Project Path Traversal Vulnerability (High Severity)
- CVE-2024-32729HIGHPath Traversal in QuantumCloud Conversational Forms for ChatBot (CVSS 7.5)
- CVE-2024-40646HIGHVertex Path Traversal Vulnerability – Remote File Access Risk
- CVE-2025-60223HIGHWPBot Pro Arbitrary File Deletion Vulnerability – HIGH Risk Exploit