CVE-2024-9939: WordPress File Upload <= 4.24.13 - Unauthenticated Path Traversal to Arbitrary File Read in wfu_file_downloader.php
The WordPress File Upload plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 4.24.13 via wfu_file_downloader.php. This makes it possible for unauthenticated attackers to read files outside of the originally intended directory.
Security readout for executives and security teams
Plain-English summary
This flaw lets an unauthenticated internet user read files the WordPress File Upload plugin should not expose. The main business risk is disclosure of sensitive server files, configuration secrets, or private site data from affected WordPress sites.
Executive priority
Treat this as a near-term remediation item for internet-facing WordPress sites. It is not marked as actively exploited in the supplied evidence, but unauthenticated file read can expose credentials and accelerate broader compromise.
Technical view
CVE-2024-9939 is a CWE-22 path traversal issue in wfu_file_downloader.php affecting WordPress File Upload through 4.24.13. The CVSS 7.5 score reflects network access, low complexity, no authentication, and high confidentiality impact only.
Likely exposure
Exposure is most likely on public WordPress sites running WordPress File Upload versions up to and including 4.24.13. The provided affected-product metadata is inconsistent, so confirm plugin slug and version locally.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. Public references include a vulnerability write-up and a WordPress plugin changeset, which may increase attacker awareness.
Researcher notes
The strongest evidence is the CVE description, Wordfence entry, and WordPress plugin changeset. Avoid assuming RCE from this CVE alone; the supplied title and description support arbitrary file read via path traversal, not code execution.
Mitigation direction
Inventory WordPress sites for the WordPress File Upload plugin and exact installed version.
Check vendor or WordPress plugin guidance for the fixed release and update promptly.
Disable or remove the plugin where an update is unavailable or unnecessary.
Limit public access to file download functionality where operationally feasible.
Review WAF and access logs for suspicious unauthenticated downloader requests.
Validation and detection
Confirm whether wp-file-upload is installed on every managed WordPress instance.
Verify installed versions are not 4.24.13 or older.
Review server logs for unexpected requests to wfu_file_downloader.php.
Check whether sensitive files were exposed before remediation.
Document findings and affected sites for follow-up monitoring.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.