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-10
Assigner: TuranSec
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.
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_download_manager | wp_download_manager | to 1.69.0 (exc) |
| wp_download_manager | wp_download_manager | From 1.68.11 (inc) to 1.69.1 (inc) |
| 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 | 6.9.4 |
| 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. |