CVE-2026-96560 Details
Description
LightLLM through 1.2.0 contains a remote code execution vulnerability in the KV-transfer worker when started with --pd_trans_mode nccl, which exposes an unauthenticated RPyC control channel that deserializes attacker-supplied data. Attackers can send malicious pickled objects to the exposed RPyC ThreadedServer to execute arbitrary code with the privileges of the LightLLM service account.
A remote code execution vulnerability has been identified in LightLLM versions through 1.2.0. The issue arises in the KV-transfer worker when the application is run with the '--pd_trans_mode nccl' option. This configuration exposes an unauthenticated RPyC control channel that allows for the deserialization of attacker-supplied data. Exploitation involves sending malicious pickled objects to the exposed RPyC ThreadedServer, which executes arbitrary code under the privileges of the LightLLM service account.
To address this vulnerability, remove the 'allow_pickle', 'allow_all_attrs', 'allow_getattr', and 'allow_setattr' options from the RPyC ThreadedServer protocol configuration. Instead, use RPyC's restricted defaults and pass plain validated structures. Additionally, authenticate the control channel, such as by using a shared secret distributed via the config server or mutual TLS.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 23, 2026CISA-ADP
Assessed Sep 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| LightLLM | <= 1.2.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 23, 2026 | CVE Modified | CISA-ADP |
| Sep 23, 2026 | New CVE Received | [email protected] |
Volerion