PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-14982 JoomUnited CVE debrief

The WP File Download plugin for WordPress has a critical vulnerability allowing authenticated attackers with subscriber-level access to delete arbitrary files. This could potentially lead to remote code execution, especially if critical files like wp-config.php are targeted. The vulnerability exists due to insufficient file path validation in the delete function across all versions of the plugin. An attacker can exploit this by making two requests: one to persist a path-traversal string into file metadata via the file.save task, and another to trigger the unlink call via the file.delete task. Both endpoints lack capability checks and nonce enforcement, making exploitation possible for attackers with subscriber-level access and above.

Vendor
JoomUnited
Product
WP File Download
CVSS
HIGH 8.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-02
Original CVE updated
2026-09-04
Advisory published
2026-09-02
Advisory updated
2026-09-04

Who should care

WordPress site administrators using the WP File Download plugin, security teams monitoring for potential remote code execution threats, and operators responsible for maintaining WordPress deployments should be aware of this vulnerability. The vulnerability's impact on security teams includes the need to review and update the plugin to the latest version, restrict file deletion capabilities to necessary users, and monitor server logs for suspicious file deletion activity. Additionally, implementing additional security measures to prevent remote code execution is crucial for protecting against potential attacks. Affected operators and platforms should prioritize patching and compensating controls to mitigate the risk of exploitation. Vulnerability management and security teams should track exceptions, retest remediated assets, and ensure evidence of remediation is documented before closing the item. This vulnerability highlights the importance of robust file path validation and access controls in preventing arbitrary file deletion and potential remote code execution. Security teams should also consider the potential operational impact and review context to ensure comprehensive mitigation. The vulnerability affects various stakeholders, including site administrators, security teams, and operators responsible for WordPress deployments, emphasizing the need for coordinated mitigation efforts. Security teams should verify the patching status of WP File Download plugin deployments and ensure that compensating controls are in place for exposed systems while remediation is scheduled and verified. Monitoring and detection capabilities should be reviewed to ensure they can identify potential exploitation attempts. Asset inventory and configuration management processes should be updated to reflect the remediation status of WP File Download plugin deployments. Rollback and change management processes should be implemented to quickly revert changes in case of issues with the patch. Source tracking and vulnerability management processes should be updated to reflect the remediation status and ensure that similar vulnerabilities are addressed promptly in the future. Security and

Technical summary

The WP File Download plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete function. This vulnerability affects all versions of the plugin and allows authenticated attackers with subscriber-level access and above to delete arbitrary files on the server. If an attacker deletes a critical file like wp-config.php, it could lead to remote code execution. The exploit involves two steps: persisting a path-traversal string into file metadata via the file.save task, followed by triggering the unlink call via the file.delete task. Both endpoints lack capability checks and nonce enforcement, making them susceptible to exploitation.

Defensive priority

High priority due to potential for remote code execution

Recommended defensive actions

  • Review and update WP File Download plugin to the latest version
  • Restrict file deletion capabilities to necessary users
  • Monitor server logs for suspicious file deletion activity
  • Implement additional security measures to prevent remote code execution
  • Verify the patching status of WP File Download plugin deployments
  • Ensure that compensating controls are in place for exposed systems while remediation is scheduled and verified
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The vulnerability exists in all versions of the WP File Download plugin due to insufficient file path validation in the delete function. An attacker can exploit this by making two requests: one to persist a path-traversal string into file metadata via the file.save task, and another to trigger the unlink call via the file.delete task. Both endpoints lack capability checks and nonce enforcement.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-14982 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-14982

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-14982 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-14982

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.