CVE-2025-26752
Published: 25 February 2025
Summary
CVE-2025-26752 is a high-severity Path Traversal (CWE-22) vulnerability. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 46.7% 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
CVE-2025-26752 is an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability, classified as CWE-22, in the videowhisper-live-streaming-integration WordPress plugin, also referred to as Broadcast Live Video. This flaw affects all versions of the plugin up to and including 6.2, allowing attackers to traverse path restrictions.
The vulnerability can be exploited by unauthenticated remote attackers over the network with low attack complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H). Successful exploitation enables arbitrary file deletion, resulting in high impact to availability with a changed scope, potentially disrupting plugin functionality or broader site operations.
Patchstack's advisory at https://patchstack.com/database/Wordpress/Plugin/videowhisper-live-streaming-integration/vulnerability/wordpress-videowhisper-live-streaming-integration-plugin-6-2-arbitrary-file-deletion-vulnerability?_s_id=cve details the arbitrary file deletion vulnerability in version 6.2 and provides guidance on mitigation for affected WordPress installations.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-5378
Vulnerability details
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in videowhisper Broadcast Live Video videowhisper-live-streaming-integration allows Path Traversal.This issue affects Broadcast Live Video: from n/a through <= 6.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal vuln in public-facing WordPress plugin enables remote unauthenticated exploitation of public-facing app (T1190) and arbitrary file deletion (T1070.004) impacting availability.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses path traversal (CWE-22) by enforcing input validation on pathnames to reject traversal sequences enabling arbitrary file deletion in the videowhisper plugin.
Requires timely identification, reporting, and patching of the specific path traversal flaw in videowhisper-live-streaming-integration versions through 6.2.
Restricts pathname inputs to safe lengths, characters, and formats, mitigating traversal payloads like '../' exploited for file deletion in this CVE.