Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Network-reachable endpoint needs only a low-privilege Performer account (PR:L, AC:L); arbitrary deletion gives high integrity/availability impact and scope change, but no read primitive so C:N.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Performer Arbitrary File Deletion in Paid Videochat Turnkey Site <= 7.4.8 versions.
AnalysisAI
Arbitrary file deletion in the VideoWhisper Paid Videochat Turnkey Site WordPress plugin (versions <= 7.4.8) lets an authenticated low-privilege 'Performer' account delete files outside the intended directory via path traversal. Because deleting critical WordPress files such as wp-config.php can force the site into setup mode and enable full takeover, the impact crosses a security boundary (scope change) and is rated CVSS 9.9. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected software is a WordPress plugin published by VideoWhisper (CPE cpe:2.3:a:videowhisper:paid_videochat_turnkey_site, plugin slug ppv-live-webcams) that provides paid live videochat/webcam functionality with a 'Performer' user role. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, i.e. path traversal): a file-handling routine accepts an attacker-influenced path or filename without properly canonicalizing or constraining it to a safe base directory, so '../' sequences (or absolute paths) reach files outside the plugin's intended storage. This class of flaw in PHP/WordPress plugins typically appears in upload-management or media-cleanup endpoints where a user-supplied parameter is passed to unlink() or a similar deletion call.
RemediationAI
No vendor-released patch version was identified in the provided data; the input confirms only that versions <= 7.4.8 are vulnerable. Administrators should consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/ppv-live-webcams/vulnerability/wordpress-paid-videochat-turnkey-site-plugin-7-4-8-arbitrary-file-deletion-vulnerability) and update to the next release above 7.4.8 once VideoWhisper publishes one, verifying the fixed version with the vendor before relying on it. Until a confirmed patched build is installed, reduce exposure by restricting who can obtain a 'Performer' account (disable open performer self-registration and manually vet performers), placing the plugin's endpoints behind a WAF rule that blocks path-traversal sequences ('../', encoded variants, absolute paths) in request parameters, and applying least-privilege filesystem permissions so the web server user cannot delete WordPress core files such as wp-config.php. If the feature is non-essential, deactivating the plugin removes the risk entirely at the cost of losing videochat functionality; tightening registration and WAF filtering preserves functionality but provides weaker assurance than a vendor patch.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40102
GHSA-752c-x542-h98f