SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-89245

MEDIUM · CVSS 6.5 EPSS 0.15% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability allows attackers to exploit a cross-site request forgery (CSRF) flaw in the playlistRemove.php script, enabling them to delete user playlists without proper authorization checks. This can lead to unauthorized data loss for users who are tricked into visiting a malicious page while logged into their account. Developers and administrators of applications using AVideo should prioritize patching this vulnerability to protect user data and maintain application integrity.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-89245
Severity
MEDIUM
CVSS
6.5
EPSS
0.15%

Original NVD Description

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in playlistRemove.php that allows attackers to delete playlists by skipping CSRF protection checks. Attackers can craft a malicious form that submits a POST request to playlistRemove.php, causing a victim's playlist to be deleted when they visit the attacker's page while logged in.