SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-12476

HIGH · CVSS 7.2 EPSS 0.61% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

The Easy Digital Downloads plugin for WordPress is vulnerable to arbitrary file uploads due to inadequate validation of file types, allowing authenticated users with Shop Manager-level access or higher to upload malicious files directly to the web-accessible directory. This vulnerability poses a significant risk, as it could lead to remote code execution on the affected server. WordPress site administrators using this plugin should prioritize patching to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-12476
Severity
HIGH
CVSS
7.2
EPSS
0.61%
WordPress

Original NVD Description

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.