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: n/a
EPSS: n/a
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. The weakness corresponds to the well‑known issue of SQL injection (CWE-89).

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 is not provided, but the nature of the flaw and lack of authentication requirement suggest a high risk of exploitation. The EPSS score is not available and the vulnerability is not currently listed in CISA's KEV catalog. Attackers can craft a malicious uniqueuploadid value in a request to the plugin endpoint and inject SQL commands. If the website uses common WordPress database prefixes or default credentials, the likelihood of significant impact is high.

Generated by OpenCVE AI on August 9, 2026 at 07:25 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 9, 2026 at 07:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-09T06:00:12.691Z

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

Link: CVE-2026-17044

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T07:30:04Z

Weaknesses
  • CWE-89

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