AVideo through commit c91b5975d contains a cross-site request forgery and path traversal vulnerability in stopLive.php that allows attackers to delete...
Description
AVideo through commit c91b5975d contains a cross-site request forgery and path traversal vulnerability in stopLive.php that allows attackers to delete directories by exploiting missing token validation and unsanitized key parameter concatenation. Attackers can craft an image tag with a traversal payload like key=../../videos to trigger recursive deletion of the videos directory when an admin visits a malicious page.
AI Analyst Comment
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Description Summary:
WWBN AVideo contains a CSRF and path traversal vulnerability in stopLive.php, allowing unauthorized deletion of directories when an administrator interacts with a malicious page.
Executive Summary:
An unauthenticated cross-site request forgery and path traversal vulnerability in WWBN AVideo allows remote attackers to perform unauthorized recursive directory deletion.
Vulnerability Details
CVE-ID: CVE-2026-85160
Affected Software: WWBN AVideo
Affected Versions: 0 through c91b5975d
Vulnerability: The application fails to validate CSRF tokens and performs unsanitized concatenation of the key parameter in stopLive.php, enabling an unauthenticated attacker to manipulate file paths. By enticing an administrator to visit a malicious page, an attacker can trigger the recursive deletion of sensitive directories.
Business Impact
The ability to perform unauthorized directory deletion poses a severe risk to data integrity and service availability. With a CVSS score of 8.1, this high-severity flaw could lead to significant operational disruption, loss of media content, and potential system downtime for the AVideo platform.
Remediation Plan
Immediate Action: Review the official security advisory from WWBN and apply all available security updates or configuration changes provided by the vendor.
Proactive Monitoring: Monitor server access logs for anomalous requests to stopLive.php, specifically identifying patterns involving directory traversal characters like double dots and slashes.
Compensating Controls: Implement a Web Application Firewall (WAF) to filter incoming requests and block those containing suspicious path traversal sequences or unauthorized parameter inputs.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of September 4, 2026, there is no public information indicating active exploitation in the wild; however, per CISA's SSVC assessment a proof-of-concept exists, so exploitation risk should be treated as credible. The design flaw in the parameter handling makes the application inherently susceptible to malicious input manipulation.
Analyst Recommendation
Given the high CVSS score and the potential for total loss of directory data, organizations should treat this vulnerability with high priority. Administrators must restrict access to administrative endpoints and apply the latest vendor patches immediately to prevent unauthorized file system operations.