Vulnerability Description
The WP File Download plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete function in all versions. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The two-stage exploit requires a first request to the file.save task to persist the path-traversal string into file metadata, followed by a second request to the file.delete task to trigger the unlink call — both endpoints lack capability checks and nonce enforcement.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://www.joomunited.com/changelog/wp-file-download-changelog
- https://www.wordfence.com/threat-intel/vulnerabilities/id/e0ae30a4-dbd6-4c1f-878
FAQ
What is CVE-2026-14982?
CVE-2026-14982 is a vulnerability with a CVSS score of 8.1 (HIGH). The WP File Download plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete function in all versions. This makes it possible for authentic...
How severe is CVE-2026-14982?
CVE-2026-14982 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-14982?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.