← Back to browse · API

CVE-2026-40911

Severity
CRITICAL
CVSS
10.0
EPSS
0.00645
Risk score
40.23
CISA KEV
No
PoC
No
Published
2026-04-21
Modified
2026-04-22
First seen
2026-08-07
Aliases
EUVD-2026-24479
Products
WWBN:AVideo ≤ 29.0
Sources
euvd EUVD-2026-24479

Description

WWBN AVideo is an open source video platform. In versions 29.0 and prior, the YPTSocket plugin's WebSocket server relays attacker-supplied JSON message bodies to every connected client without sanitizing the `msg` or `callback` fields. On the client side, `plugin/YPTSocket/script.js` contains two `eval()` sinks fed directly by those relayed fields (`json.msg.autoEvalCodeOnHTML` at line 568 and `json.callback` at line 95). Because tokens are minted for anonymous visitors and never revalidated beyond decryption, an unauthenticated attacker can broadcast arbitrary JavaScript that executes in the origin of every currently-connected user (including administrators), resulting in universal account takeover, session theft, and privileged action execution. Commit c08694bf6264eb4decceb78c711baee2609b4efd contains a fix.

References