AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-72571

HIGH · CVSS 7.5 EPSS 0.77% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

A path traversal vulnerability in mustafaakin/cast-localvideo allows unauthenticated remote attackers to read arbitrary files from the server due to unsanitized user input in the app.js handler. This could lead to exposure of sensitive system files, posing a significant risk to data confidentiality. Organizations using this application should prioritize patching or mitigating this vulnerability to protect against potential data breaches.

Public Exploit Signal

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

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

CVE
CVE-2026-72571
Severity
HIGH
CVSS
7.5
EPSS
0.77%

Original NVD Description

A path traversal vulnerability in mustafaakin/cast-localvideo (all versions) allows an unauthenticated remote attacker to read arbitrary files from the server. The app.js handler at lines 151-153 passes the user-supplied req.body.dir parameter directly to res.sendFile() without sanitization, enabling directory traversal via absolute paths or ../ sequences to read sensitive system files.