Remote Code Execution Vulnerability in LightLLM Config Server
CVE-2026-90919
9.3CRITICAL
What is CVE-2026-90919?
A remote code execution vulnerability exists in LightLLM versions up to 1.2.0, specifically in the Config Server's unauthenticated /visual_register WebSocket endpoint. The flaw arises because this endpoint passes the initial client frame directly to the pickle.loads() function without proper validation. This allows an attacker with access to the Config Server port to send a crafted serialized payload that includes a malicious reduce method, which can lead to the execution of arbitrary code with the same privileges as the Config Server process. Mitigation of this vulnerability is essential to prevent unauthorized code execution.
Affected Version(s)
LightLLM 0 <= 1.2.0
