CVE-2026-90919 PUBLISHED

LightLLM through 1.2.0 Unauthenticated Remote Code Execution via Config Server Pickle Deserialization

Assigner: VulnCheck
Reserved: 14.09.2026 Published: 14.09.2026 Updated: 14.09.2026

LightLLM through 1.2.0 contains a remote code execution vulnerability in the Config Server's unauthenticated /visual_register WebSocket endpoint that passes the first client frame directly to pickle.loads(). Attackers can reach the Config Server port and send a malicious serialized payload with a reduce method to execute arbitrary code with Config Server process privileges.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor ModelTC
Product LightLLM
Versions Default: unaffected
  • affected from 0 to 1.2.0 (incl.)

Credits

  • Jiapeng Li finder
  • Jiajia Liu finder

References

Problem Types

  • Deserialization of Untrusted Data CWE