CVE-2026-85160
Received Received - Intake

Cross-Site Request Forgery and Path Traversal in AVideo

Vulnerability report for CVE-2026-85160, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
avideo avideo *
wwbn avideo to c91b5975d (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a combination of cross-site request forgery (CSRF) and path traversal in AVideo's stopLive.php file. Attackers can exploit missing token validation and unsanitized key parameter concatenation to delete directories. By crafting an image tag with a traversal payload like key=../../videos, an attacker can trigger recursive deletion of the videos directory when an admin visits a malicious page.

Detection Guidance

Check for suspicious requests to stopLive.php with path traversal payloads like key=../../videos. Monitor logs for repeated directory deletion attempts or unauthorized file operations in the videos directory. Review network traffic for image tags loading malicious pages.

Impact Analysis

This vulnerability allows attackers to delete directories on your system without needing admin credentials beyond a session cookie. If an admin visits a malicious page, it could lead to data loss, including deletion of important files like videos. The attack combines CSRF and path traversal, making it particularly dangerous as it requires minimal user interaction.

Compliance Impact

This vulnerability could lead to unauthorized data deletion, which may violate compliance requirements under GDPR (data integrity and availability) and HIPAA (integrity and availability of protected health information). Loss of critical data could result in regulatory penalties, legal liabilities, and reputational damage due to non-compliance with data protection standards.

Mitigation Strategies

Apply the latest patch if available. Add CSRF token validation and enforce POST requests in stopLive.php. Sanitize the 'key' parameter to prevent path traversal. Restrict access to admin pages and monitor for unauthorized deletions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85160. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart