Description
The Iptanus File Upload WordPress plugin before 5.1.7 does not implement proper file handling when the duplicatepolicy setting is configured to "maintain both." Due to a Time-of-Check to Time-of-Use (TOCTOU) race condition between the file existence check and the actual file write operation, an authenticated attacker can overwrite files uploaded by other users.
Published: 2026-06-14
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Iptanus File Upload WordPress plugin before version 5.1.7 fails to handle file names correctly when its duplicatepolicy is set to "maintain both." A time‑of‑check to time‑of‑use race condition allows an attacker who can authenticate to the site to overwrite a file that another user has already uploaded, potentially replacing legitimate content or injecting malicious files. This flaw can lead to data integrity violations and, depending on the file type, may allow privilege escalation or execution of arbitrary code on the web server.

Affected Systems

WordPress sites running the Iptanus File Upload plugin earlier than 5.1.7. The vulnerability is triggered when the duplicatepolicy setting is configured to retain both files and the attacker has authenticated access to the upload feature. The input does not list specific vendor or distribution versions beyond the plugin, so any deployment of this plugin before 5.1.7 is considered affected.

Risk and Exploitability

The exploit requires authenticated access to the WordPress installation and the use of the vulnerable file‑upload flow. No EPSS score is available and the issue is not listed in the CISA KEV catalog. The lack of a published CVSS score makes severity estimation difficult, but the presence of a race condition and the ability to overwrite arbitrary files suggest at least moderate risk. An attacker who can complete the race may modify application resources or inject files that could be executed later.

Generated by OpenCVE AI on June 14, 2026 at 08:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Iptanus File Upload to version 5.1.7 or later, which removes the race condition.
  • Disable or change the duplicatepolicy configuration to reject duplicates instead of maintaining both.
  • Limit file upload permissions by restricting the authenticated user role that can upload files.

Generated by OpenCVE AI on June 14, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 14 Jun 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Sun, 14 Jun 2026 07:30:00 +0000

Type Values Removed Values Added
Description The Iptanus File Upload WordPress plugin before 5.1.7 does not implement proper file handling when the duplicatepolicy setting is configured to "maintain both." Due to a Time-of-Check to Time-of-Use (TOCTOU) race condition between the file existence check and the actual file write operation, an authenticated attacker can overwrite files uploaded by other users.
Title Iptanus File Upload < 5.1.7 - File Overwrite via Race Condition
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-06-14T06:00:03.776Z

Reserved: 2026-01-26T14:42:55.951Z

Link: CVE-2025-15546

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-14T08:16:17.040

Modified: 2026-06-14T08:16:17.040

Link: CVE-2025-15546

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-14T08:30:07Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')