SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-82645

HIGH · CVSS 8.6 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-30 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects AVideo, allowing unauthenticated attackers to access stream credentials through a specific endpoint by exploiting a weak token generation mechanism. This flaw enables the retrieval of sensitive stream keys and URLs for platforms like YouTube and Twitch, posing a significant risk of unauthorized access to live streams. Organizations using AVideo should prioritize addressing this vulnerability to protect their streaming content and user data from potential exploitation.

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-82645
Severity
HIGH
CVSS
8.6
EPSS
0.13%
Oracle

Original NVD Description

AVideo (current commit e01e41ecc and earlier) exposes stream credentials through the plugin/Live/view/Live_restreams/getLiveKey.json.php endpoint. Supplying a 'token' request parameter waives both the Live::canRestream() access gate and the restream ownership check, causing the endpoint to return any restream's stream_key and stream_url (credentials for external platforms such as YouTube, Facebook, and Twitch) without authentication. The token is merely encryptString() of an integer id with no user binding, expiry, or authentication tag. Because encryption uses AES-256-CBC with a deterministic IV and no MAC, and because intval() accepts any string beginning with a digit, an unauthenticated attacker can forge valid tokens using the public encryption oracle in view/url2Embed.json.php, disclosing arbitrary users' stream credentials.