CVE Catalog

CVE-2026-43874

High
Published: Translated: NVD NIST

Summary

AVideo is an open-source video platform that has a vulnerability in versions up to 29.0 allowing an unauthenticated attacker to send malicious messages via WebSocket. This vulnerability arises from improper JSON data handling, enabling PHP code execution on the server.

Risk Assessment

An attacker can exploit this vulnerability to execute malicious code on the server, potentially leading to user account takeover and data leakage. Organizations using AVideo should be aware of the risks associated with unauthorized access to the system.

Recommendation

It is recommended to update AVideo to the version containing the fix from commit 9f3006f9a89a34daa67a83c6ad35f450cb91fcce to eliminate this vulnerability. Additionally, monitoring server logs for potential attack attempts is advisable.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

WWBN AVideo is an open source video platform. In versions up to and including 29.0, the server-side mitigation for the YPTSocket autoEvalCodeOnHTML eval sink (from CVE-2026-40911) only strips the payload when it sits under $json['msg'], but the relay function msgToResourceId() selects the outbound message from $msg['json'] before $msg['msg']. An unauthenticated attacker can obtain a WebSocket token from plugin/YPTSocket/getWebSocket.json.php, connect to the WebSocket server, and send a message with autoEvalCodeOnHTML nested under a top-level json field — the strip branch is skipped, the relay delivers the payload verbatim to any logged-in user identified by to_users_id, and the client script runs it through eval(). Commit 9f3006f9a89a34daa67a83c6ad35f450cb91fcce contains an updated fix.

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