Cyber Resilience

CVE-2025-6058

CriticalUpdated

Published: 12 July 2025

Published
12 July 2025
Modified
17 June 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0565 92.0th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-6058 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Iqonic Wpbookit. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 8.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The WPBookit plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the image_upload_handle() function, which is hooked via the 'add_booking_type' route. This issue affects all versions up to and including 1.0.4 and is tracked as CWE-434, carrying a CVSS 3.1 score of 9.8.

Unauthenticated attackers can exploit the flaw over the network to upload arbitrary files to the server, which may enable remote code execution and full compromise of the affected site.

Public references include a Wordfence advisory and WordPress plugin repository changesets that document the vulnerable code path and subsequent fix, indicating that site administrators should apply the available plugin update to remediate the issue. The associated EPSS score has reached a peak of 0.2904.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The WPBookit plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the image_upload_handle() function hooked via the 'add_booking_type' route in all versions up to, and including, 1.0.4. This makes it possible for unauthenticated…

more

attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Arbitrary unauthenticated file upload in public-facing WP plugin directly enables T1190 exploitation and T1100 web shell deployment for RCE.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-6057Same product: Iqonic Wpbookit
CVE-2025-0357Same product: Iqonic Wpbookit
CVE-2025-26910Same product: Iqonic Wpbookit
CVE-2024-10215Same product: Iqonic Wpbookit
CVE-2025-50002Shared CWE-434
CVE-2015-10135Shared CWE-434
CVE-2025-69312Shared CWE-434
CVE-2015-10144Shared CWE-434
CVE-2025-7852Shared CWE-434
CVE-2025-44658Shared CWE-434

Affected Assets

iqonic
wpbookit
≤ 1.0.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires identification, reporting, and correction of the arbitrary file upload flaw in the WPBookit plugin, eliminating the vulnerability through patching.

prevent

Mandates validation of information inputs such as file types and contents at upload points, directly countering the missing file type validation in image_upload_handle().

prevent

Limits and controls permitted actions without identification or authentication, preventing unauthenticated exploitation of the 'add_booking_type' route for file uploads.

References