Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Wwbn | Avideo | <= 26.0 |
Related Weaknesses (CWE)
References
- https://github.com/WWBN/AVideo/commit/af59eade82de645b20183cc3d74467a7eac76549Patch
- https://github.com/WWBN/AVideo/security/advisories/GHSA-8p58-35c3-ccxxExploitMitigationVendor Advisory
FAQ
What is CVE-2026-33485?
CVE-2026-33485 is a vulnerability with a CVSS score of 7.5 (HIGH). 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['na...
How severe is CVE-2026-33485?
CVE-2026-33485 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33485?
Check the references section above for vendor advisories and patch information. Affected products include: Wwbn Avideo.