WWBN AVideo is an open source video platform. In versions up to and including 26.0, the RTMP `on_publish` callback at `plugin/Live/on_publish.php` is accessible without authentication. The `$_POST['name']` parameter (stream key) is interpolated directly into SQL queries in two locations — `LiveTransmitionHistory::getLatest()` and `LiveTransmition::keyExists()` — without parameterized binding or escaping. An unauthenticated attacker can exploit time-based blind SQL injection to extract all database contents including user password hashes, email addresses, and other sensitive data. Commit af59eade82de645b20183cc3d74467a7eac76549 contains a patch.
References
| Link | Resource |
|---|---|
| https://github.com/WWBN/AVideo/commit/af59eade82de645b20183cc3d74467a7eac76549 | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-8p58-35c3-ccxx | Exploit Mitigation Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-03-23 15:16
Updated : 2026-03-24 18:35
NVD link : CVE-2026-33485
Mitre link : CVE-2026-33485
CVE.ORG link : CVE-2026-33485
JSON object : View
Products Affected
wwbn
- avideo
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
