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: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Iptanus File Upload plugin for WordPress contains a time-of-check to time-of-use race condition that occurs when the duplicatepolicy setting is configured to "maintain both." The race condition allows an authenticated attacker to overwrite files already uploaded by other users, potentially replacing legitimate content with malicious files. The flaw is categorized as CWE-362 and represents an integrity violation.

Affected Systems

WordPress installations that have the Iptanus File Upload plugin installed at a version earlier than 5.1.7 and that use the duplicatepolicy setting to keep both copies of a file are affected. Any authenticated user that can access the plugin’s upload interface may trigger the vulnerability.

Risk and Exploitability

Exploitation requires the attacker to have authenticated access to the WordPress site and to initiate the vulnerable upload flow. The CVSS score of 5.4 indicates moderate risk, while the EPSS score of less than 1% suggests a low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog, further implying limited exploitation activity at present.

Generated by OpenCVE AI on July 27, 2026 at 03:42 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.
  • Change the duplicatepolicy configuration to reject duplicate files instead of maintaining both.
  • Restrict file upload permissions so that only trusted user roles can upload files.

Generated by OpenCVE AI on July 27, 2026 at 03:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 26 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Iptanus
Iptanus iptanus File Upload
Wordpress
Wordpress wordpress
Vendors & Products Iptanus
Iptanus iptanus File Upload
Wordpress
Wordpress wordpress

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

Iptanus Iptanus File Upload
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-06T14:38:27.946Z

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

Link: CVE-2025-15546

cve-icon Vulnrichment

Updated: 2026-06-15T13:10:10.667Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-06-15T20:50:47.973

Link: CVE-2025-15546

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-27T03:45:08Z

Weaknesses
  • CWE-362

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