Summary
CVE-2026-66447 is an unauthenticated SQL injection vulnerability in the WordPress File Upload plugin for WordPress. Affecting all versions up to and including 5.1.7, it allows a remote, unauthenticated attacker to inject arbitrary SQL through the plugin. It is rated Critical with a CVSS v3.1 base score of 9.3.
Technical details
- Root cause: Improper neutralization of special elements used in an SQL command (CWE-89), allowing attacker-controlled input to reach a database query without sufficient sanitization.
- Trigger conditions: No authentication or user interaction is required; the vulnerable code path is reachable by an unauthenticated remote attacker.
- Attack vector: Network — the plugin is exploitable remotely over HTTP(S) against an internet-exposed WordPress site running the affected plugin.
- Impact: Blind SQL injection enabling unauthorized access to database contents (High confidentiality impact) and limited availability impact; the scope is changed, meaning the affected component can impact resources beyond its own security scope.
Affected software
- WordPress File Upload plugin (
wp-file-upload) versions <= 5.1.7.
Severity
- CVSS v3.1 base score: 9.3 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Mitigation and recommended actions
- Immediate: Update the WordPress File Upload plugin to version 5.1.8 or later, which addresses this vulnerability.
- If no patch can be applied: Deactivate and remove the plugin until it can be updated, and restrict network access to the affected WordPress site. Employ a web application firewall to filter SQL injection attempts against the plugin’s endpoints as an interim measure.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw HTTP response body:
/wp-content/plugins/wp-file-upload/

