Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Arbitrary file deletion enables both integrity and availability impact; A:L added because critical files (wp-config.php) can be deleted, disrupting site operation.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Arbitrary File Deletion in Broadcast Live Video <= 7.2.4 versions.
AnalysisAI
Unauthenticated arbitrary file deletion in the Broadcast Live Video WordPress plugin (versions <= 7.2.4) allows any remote attacker without credentials to delete arbitrary files on the server by exploiting a path traversal flaw in the plugin's file-handling functionality. Affecting installations of the VideoWhisper live streaming plugin on WordPress, a successful attack can corrupt site integrity - including deletion of critical files such as wp-config.php, effectively bricking the WordPress installation. No public exploit code or KEV listing has been identified at time of analysis, but the zero-authentication barrier lowers the practical difficulty considerably.
Technical ContextAI
The affected product is the Broadcast Live Video plugin for WordPress, developed by VideoWhisper (CPE: cpe:2.3:a:videowhisper:broadcast_live_video:*:*:*:*:*:*:*:*), which provides live video streaming and broadcasting integration for WordPress sites. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, i.e., Path Traversal). This class of vulnerability arises when user-supplied input - such as a filename or path parameter - is concatenated into a filesystem operation (here, a file deletion call) without sufficient sanitization or canonical-path validation, allowing sequences like '../../../' to escape the intended directory boundary and reference arbitrary filesystem paths. Because the CVSS vector is PR:N/UI:N, the vulnerable code path is reachable by any HTTP client without authentication or interaction.
RemediationAI
The primary remediation is to update the Broadcast Live Video plugin to a version beyond 7.2.4; consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/videowhisper-live-streaming-integration/vulnerability/wordpress-broadcast-live-video-plugin-7-2-4-arbitrary-file-deletion-vulnerability and the WordPress plugin repository for the latest release. No specific patched version number has been confirmed from the available data - verify the exact fix version with the vendor before deploying. If an immediate update is not possible, consider deactivating the plugin entirely as a compensating control, accepting the trade-off of losing live streaming functionality. Additionally, applying a Web Application Firewall (WAF) rule to block requests containing path traversal sequences (e.g., ../ or encoded variants) targeting the plugin's endpoints can reduce exploitation risk, though this should not substitute for patching.
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-48176
GHSA-vc92-937c-675m