CVE-2022-2431: Download Manager <= 3.2.50 - Authenticated (Contributor+) Arbitrary File Deletion
The Download Manager plugin for WordPress is vulnerable to arbitrary file deletion in versions up to, and including 3.2.50. This is due to insufficient file type and path validation on the deleteFiles() function found in the ~/Admin/Menu/Packages.php file that triggers upon download post deletion. This makes it possible for contributor level users and above to supply an arbitrary file path via the 'file[files]' parameter when creating a download post and once the user deletes the post the supplied arbitrary file will be deleted. This can be used by attackers to delete the /wp-config.php file which will reset the installation and make it possible for an attacker to achieve remote code execution on the server.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2022-2431?
The severity of CVE-2022-2431 is classified as high due to the potential for arbitrary file deletion.
How do I fix CVE-2022-2431?
To fix CVE-2022-2431, update the WordPress Download Manager plugin to version 3.2.51 or later.
What versions of the Download Manager plugin are affected by CVE-2022-2431?
CVE-2022-2431 affects all versions of the Download Manager plugin for WordPress up to and including 3.2.50.
What is the cause of CVE-2022-2431?
CVE-2022-2431 is caused by insufficient file type and path validation in the deleteFiles() function.
What potential impact does CVE-2022-2431 have on my WordPress site?
The impact of CVE-2022-2431 could lead to unauthorized deletion of files from your WordPress site.