Summary
CVE-2026-17044 is an unauthenticated SQL injection vulnerability in the Iptanus File Upload (WordPress File Upload) plugin for WordPress. The plugin fails to properly sanitize and escape the uniqueuploadid parameter before using it in a SQL statement, allowing unauthenticated attackers to inject arbitrary SQL. The issue carries a High severity rating and affects all plugin versions prior to 5.1.8.
Technical details
- Root cause: the plugin does not sanitize/escape the
uniqueuploadidparameter before incorporating it into a SQL query. - Trigger: an unauthenticated request supplying a crafted
uniqueuploadidvalue to the vulnerable plugin endpoint. - Attack vector: network-based, no authentication or user interaction required, low attack complexity.
- Impact: unauthorized read access to database contents (high confidentiality impact); no reported impact on integrity or availability per the CVSS vector.
Affected software
- Iptanus File Upload (WordPress File Upload) plugin for WordPress, versions prior to 5.1.8.
Severity
- CVSS v3.1 Base Score: 8.6 (High)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Mitigation and recommended actions
- Immediate: upgrade the Iptanus File Upload (WordPress File Upload) plugin to version 5.1.8 or later.
- If patching is not immediately possible: restrict or disable public access to the plugin’s upload-handling endpoints, and monitor/filter requests containing anomalous
uniqueuploadidvalues via a web application firewall.
How IONIX identifies potentially affected assets
IONIX matches the following signal 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/

