Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated, low-complexity network SQLi yields high confidentiality (DB read) and some integrity via injection; scope kept Unchanged as impact stays within the WordPress database authority.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in WordPress File Upload <= 5.1.7 versions.
AnalysisAI
SQL injection in the WordPress File Upload plugin (by nickboss) affects all versions up to and including 5.1.7 and is reachable by unauthenticated remote attackers (CVSS 9.3, AV:N/PR:N). Because the CVSS scope is Changed with high confidentiality impact, a crafted request can coerce the plugin into executing attacker-controlled SQL, exposing WordPress database contents such as user records and secrets. No public exploit identified at time of analysis, and the flaw is not listed in CISA KEV; it was reported through Patchstack.
Technical ContextAI
The affected component is the WordPress File Upload plugin (CPE cpe:2.3:a:nickboss:wordpress_file_upload), a third-party add-on that adds front-end file-upload forms to WordPress sites. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-supplied input reaches a database query without proper parameterization or escaping. Because WordPress plugins typically run queries through the global $wpdb layer, an injection here can read arbitrary tables in the shared WordPress database rather than being confined to the plugin's own data.
RemediationAI
Upgrade the WordPress File Upload plugin to the first release above 5.1.7 that contains the fix; the input data does not specify an exact patched version, so confirm the fixed release directly on the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/wp-file-upload/vulnerability/wordpress-wordpress-file-upload-plugin-5-1-7-sql-injection-vulnerability) and the plugin's WordPress.org changelog before deploying. If an update cannot be applied immediately, deactivate the plugin (removing its upload forms but eliminating the attack surface), or place a WAF rule / virtual patch in front of the plugin's upload endpoints to block SQL metacharacters in the vulnerable parameters - accepting that WAF signatures can be bypassed and are a stopgap, not a fix. Restricting or gating the front-end upload form behind authentication also reduces exposure but changes site functionality for anonymous users.
More in Wordpress File Upload
View allThe WordPress File Upload plugin through version 4.24.15 contains critical vulnerabilities in wfu_file_downloader.php en
The WordPress File Upload plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 4.2
An issue was discovered in the File Upload plugin before 4.13.0 for WordPress. Rated critical severity (CVSS 9.8), this
The WordPress File Upload plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and includi
The WordPress File Upload WordPress plugin before 4.24.8 does not properly sanitize and escape certain parameters, which
The WordPress File Upload WordPress plugin before 4.24.8 does not sanitise and escape a parameter before outputting it b
The Iptanus WordPress File Upload plugin before 4.3.4 for WordPress mishandles Settings attributes, leading to XSS. Rate
The WordPress File Upload WordPress plugin before 4.23.3 does not sanitise and escape some of its settings, which could
The Iptanus WordPress File Upload plugin before 4.3.3 for WordPress mishandles shortcode attributes. Rated medium severi
The WordPress File Upload plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 4.2
Cross-site request forgery (CSRF) vulnerability in the WordPress File Upload plugin (wp-file-upload) before 2.4.2 for Wo
The WordPress File Upload plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's shortcode(s
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53883
GHSA-jjw2-9c4x-8mhg