CVE-2025-22663
Published: 18 February 2025
Summary
CVE-2025-22663 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 at the 44.5th percentile by exploit likelihood (below the median); 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-22663 is an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability, classified as CWE-22, in the videowhisper Paid Videochat Turnkey Site ppv-live-webcams WordPress plugin. This issue affects all versions from n/a through 7.2.12. The vulnerability has a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H), indicating high severity primarily due to availability impact.
Unauthenticated attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation enables path traversal, allowing arbitrary file deletion on the targeted system and resulting in denial of service through high availability disruption.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/ppv-live-webcams/vulnerability/wordpress-paid-videochat-turnkey-site-plugin-7-2-12-arbitrary-file-deletion-vulnerability?_s_id=cve describes the issue as an arbitrary file deletion vulnerability in the WordPress Paid Videochat Turnkey Site plugin version 7.2.12.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-4776
Vulnerability details
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in videowhisper Paid Videochat Turnkey Site ppv-live-webcams allows Path Traversal.This issue affects Paid Videochat Turnkey Site: from n/a through <= 7.2.12.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in public-facing WordPress plugin directly enables T1190 for initial access via unauthenticated network exploitation; arbitrary file deletion facilitates T1485 for data destruction causing DoS.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 requires validation of information inputs to prevent malicious path traversal sequences like '../' from being processed in file operations.
SI-2 mandates timely flaw remediation, directly addressing the path traversal vulnerability in the ppv-live-webcams plugin by applying patches.
AC-6 enforces least privilege, limiting the web process privileges to reduce the scope of arbitrary file deletions possible via path traversal.