Vulnerability Description
WWBN AVideo at commit c3edcc274c389816d434acadac07ee78eaf330c1 and earlier, with the Live plugin enabled, contains a missing authentication vulnerability in plugin/Live/socketMessageLiveOwner.json.php. The script reads the `key` and `msg` parameters from $_REQUEST, resolves the stream owner via LiveTransmition::keyExists, and verifies that the stream owner (not the caller) is an administrator; it performs no User::isLogged() check and enforces no CSRF token. As a result, an unauthenticated remote attacker who knows an administrator's Live stream key can call sendSocketSuccessMessageToUsers_id and deliver arbitrary in-app/socket notification messages to that administrator. The issue was unpatched at the time of publication.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/WWBN/AVideo/security/advisories/GHSA-wcg2-x62c-m28x
- https://www.vulncheck.com/advisories/wwbn-avideo-missing-authentication-via-sock
- https://github.com/WWBN/AVideo/security/advisories/GHSA-vr35-39vf-9qp9
FAQ
What is CVE-2026-90543?
CVE-2026-90543 is a vulnerability with a CVSS score of 5.3 (MEDIUM). WWBN AVideo at commit c3edcc274c389816d434acadac07ee78eaf330c1 and earlier, with the Live plugin enabled, contains a missing authentication vulnerability in plugin/Live/socketMessageLiveOwner.json.php...
How severe is CVE-2026-90543?
CVE-2026-90543 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-90543?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.