Easy Digital Downloads <= 3.6.9 - Authenticated (Shop Manager+) Arbitrary File Upload via 'edd-import-file' Parameter
Strategic Overview
- Status
- Patched in 3.6.9.1
- Affected Version
<= 3.6.9- CVSS
- 7.2High
- Weakness type
- CWE-434 · Unrestricted Upload of File with Dangerous Type
- CVE
CVE-2026-12476
At a glance
CVE-2026-12476 is a high-severity Unrestricted Upload of File with Dangerous Type vulnerability in the Easy Digital Downloads WordPress plugin, affecting versions <= 3.6.9. It carries a CVSS score of 7.2 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Shop Manager level or above. The issue is fixed in version 3.6.9.1; sites on affected versions should update now. Disclosed July 2026, reported by Tal Kantor.
Vulnerability Overview
The Easy Digital Downloads plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to and including 3.6.9. This is due to insufficient file type validation in the edd_do_ajax_import_file_upload() function , which only checks the client-supplied $_FILES['edd-import-file']['type'] Content-Type header against an allow-list of CSV mime types, then uses raw move_uploaded_file() (bypassing wp_handle_upload()'s core MIME enforcement) to write the file under its original extension into the web-accessible wp-content/uploads/edd/exports/ directory. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-434: Unrestricted Upload of File with Dangerous Type
Easy Digital Downloads <= 3.6.9 carries this weakness at edd-import-file, and reaching it takes an account at Shop Manager level or above. An unrestricted file upload lets a caller store a file whose type or destination the application does not properly constrain.
If an uploaded file lands anywhere the server will execute, the flaw becomes remote code execution and the site should be treated as fully compromised. For Easy Digital Downloads the fix is 3.6.9.1: builds <= 3.6.9 are affected, anything from 3.6.9.1 onward is not.
Remediation
Update to version 3.6.9.1, or a newer patched version
How does WordSec protect against this?
An attacker needs Shop Manager access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. Classes like this one can leave something behind, so the staged malware scanner is the second half: it looks for dropped files and modified code rather than for the request that created them. None of that substitutes for the fix: Easy Digital Downloads 3.6.9.1 closes this, and updating the plugin is the step that ends it.
- Firewall
- Scanner
- Alerts
External References
Related records
Other vulnerabilities in Easy Digital Downloads – eCommerce Payments and Subscriptions made easy
- 10.0CVE-2024-5057: Easy Digital Downloads <= 3.2.12 SQL Injection
CVE-2024-5057 - 9.8CVE-2023-30869: Easy Digital Downloads 3.1… Arbitrary Password Reset
CVE-2023-30869 - 9.8CVE-2023-23489: Easy Digital Downloads < 3.1.0.4 SQL Injection
CVE-2023-23489 - 9.8CVE-2022-33900: Easy Digital Downloads <= 3.0.1 PHP Object Injection
CVE-2022-33900 - 9.8CVE-2015-9324: Easy Digital Downloads SQL Injection
CVE-2015-9324 - 9.8Easy Digital Downloads <= 2.5.7 PHP Object Injection
- 8.8CVE-2022-2387: Easy Digital Downloads CSRF to Arbitrary Post Deletion
CVE-2022-2387 - 8.8CVE-2022-3600: Easy Digital Downloads <= 3.1.0.1.1 CSV Injection
CVE-2022-3600
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C