Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/WWBN/AVideo/security/advisories/GHSA-c4w3-h888-7ccv
- https://www.vulncheck.com/advisories/avideo-unauthenticated-stream-credential-di
- https://github.com/WWBN/AVideo/security/advisories/GHSA-c4w3-h888-7ccv
FAQ
What is CVE-2026-82645?
CVE-2026-82645 is a vulnerability with a CVSS score of 8.6 (HIGH). 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...
How severe is CVE-2026-82645?
CVE-2026-82645 has been rated HIGH with a CVSS base score of 8.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-82645?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.