Description
The Iptanus File Upload WordPress plugin before 5.1.8 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to an SQL injection exploitable by unauthenticated users.
Published: 2026-08-09
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Iptanus File Upload WordPress plugin contains an unauthenticated SQL injection vulnerability that arises because the uniqueuploadid parameter is not properly sanitized before being incorporated into an SQL statement. This flaw allows an attacker to supply crafted input that can execute arbitrary SQL queries on the backend database. If successful, the attacker can read sensitive data, modify or delete database contents, and undermine the confidentiality, integrity, and availability of the website.

Affected Systems

WordPress sites running the Iptanus File Upload plugin with a version older than 5.1.8 are vulnerable. The plugin is listed as 'Unknown:Iptanus File Upload' in the CNA data, indicating that the exact vendor is not specified, but the product name and affected version range are clear.

Risk and Exploitability

The plugin allows unauthenticated users to trigger the vulnerability, so any visitor to the site can potentially exploit it. The CVSS score of 8.6 signals a high severity, while the EPSS score is less than 1%. The vulnerability is not listed in CISA's KEV catalog. Attackers can craft a malicious uniqueuploadid value in a request to the plugin endpoint and inject SQL commands, potentially gaining full control over the site database.

Generated by OpenCVE AI on August 13, 2026 at 10:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Iptanus File Upload to version 5.1.8 or newer.
  • If an upgrade is not possible, permanently disable the plugin or remove it from the WordPress installation.
  • As a temporary measure, restrict file upload capabilities to authenticated administrator users only, or filter the uniqueuploadid parameter to allow only numeric values.

Generated by OpenCVE AI on August 13, 2026 at 10:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 09 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Sun, 09 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Iptanus File Upload WordPress plugin before 5.1.8 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to an SQL injection exploitable by unauthenticated users.
Title WordPress File Upload < 5.1.8 - Unauthenticated SQL Injection via uniqueuploadid
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-11T20:00:17.796Z

Reserved: 2026-07-24T13:09:31.708Z

Link: CVE-2026-17044

cve-icon Vulnrichment

Updated: 2026-08-11T20:00:13.853Z

cve-icon NVD

Status : Deferred

Published: 2026-08-09T06:18:22.520

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-17044

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:15:07Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')