CVE-2026-18933
Received
Received - Intake
Remote Code Execution in WordPress Download Manager Plugin
Vulnerability report for CVE-2026-18933, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-05
Last updated on: 2026-08-05
Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
Description
Description
The wp-downloadmanager WordPress plugin, in version 1.68.11 (also affecting the 6.9.4 release line), allows an admin-privileged user (current_user_can('manage_downloads')) to upload arbitrary files via download-add.php with no extension or MIME-type validation of any kind - no wp_check_filetype_and_ext(), no validate_file(), and no extension blocklist exist anywhere in the upload handler. The destination path is additionally built by concatenating the raw, unsanitized $_POST['file_upload_to'] value with no traversal check (no ../ filtering, no basename()/realpath() applied). Since the base download path is required to live under WP_CONTENT_DIR (a web-accessible location), an uploaded PHP file lands in a web-servable path and can be directly executed, resulting in remote code execution. The plugin's own later changelog confirms these protections were absent in this version: v1.69 added file-type validation via wp_check_filetype_and_ext(), and v1.69.1 added directory-traversal protection - neither existed in 1.68.11.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp-downloadmanager | wp-downloadmanager | 1.68.11 |
| wp-downloadmanager | wp-downloadmanager | From 1.68.11 (inc) to 1.69 (exc) |
| wp-downloadmanager | wp-downloadmanager | to 1.69.0 (exc) |
| wp-downloadmanager | wp-downloadmanager | From 1.69.0 (inc) |
| wp-downloadmanager | wp-downloadmanager | to 1.69.1 (inc) |
| wp_downloadmanager | wp_downloadmanager | 1.68.11 |
| wp_downloadmanager | wp_downloadmanager | From 6.9.4 (inc) |
| wp_downloadmanager | wp_downloadmanager | to 1.69 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-434 | The product allows the upload or transfer of dangerous file types that are automatically processed within its environment. |