SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-85160

HIGH · CVSS 8.1 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-03 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

AVideo is vulnerable to a cross-site request forgery and path traversal flaw in the stopLive.php file, which allows attackers to delete directories by exploiting inadequate token validation and unsanitized input. By crafting a malicious image tag with a traversal payload, an attacker can trigger the recursive deletion of the videos directory when an admin accesses the compromised page. Organizations using AVideo should prioritize patching this vulnerability to prevent potential data loss and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-85160
Severity
HIGH
CVSS
8.1
EPSS
0.21%

Original NVD 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.