CVE Catalog

CVE-2026-90543

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.35%

28th percentile - higher than 28% of all known CVEs

Summary

The Live plugin in WWBN AVideo contains a missing authentication vulnerability in plugin/Live/socketMessageLiveOwner.json.php. An unauthenticated attacker who knows an administrator's Live stream key can deliver arbitrary in-app notification messages to that administrator, with no login check or CSRF token.

Risk Assessment

Attackers can deliver spoofed notifications to an administrator, potentially leading to phishing, social engineering, or destructive actions. The issue was unpatched at the time of publication.

Recommendation

Until a fix is released, consider disabling the Live plugin or restricting access to socketMessageLiveOwner.json.php. Apply the patch as soon as it becomes available and monitor for unusual notifications sent to administrators.

Other vulnerabilities in WWBN AVideo

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS