Cyber & AI intelligence
Wasteland.
Briefs indexed2769
Issues28
Published Mondays07:30 CT
⚡ Active KEV CVE-2026-93839 2026-09-18

CVE-2026-93839: Unauthenticated Node Registration Reported in LightLLM, Could Expose User Prompts

"A single advisory describes a critical missing-authentication flaw in LightLLM's `/pd_register` WebSocket endpoint that would let unauthenticated attackers register rogue nodes, siphon full user prompts, and knock…"

A single advisory describes a critical missing-authentication flaw in LightLLM's /pd_register WebSocket endpoint that would let unauthenticated attackers register rogue nodes, siphon full user prompts, and knock legitimate workers offline. The record has not yet been analyzed by NVD, so the details below should be read as the reporter's claims rather than independently corroborated findings.

What Is It

According to the advisory, LightLLM through version 1.2.0 contains an authentication bypass in the /pd_register WebSocket endpoint exposed by the PD Master component. The endpoint is described as accepting crafted JSON node registrations without validating the peer address, which would allow any network-reachable attacker to enroll an arbitrary node into the serving cluster. The weakness is classified as CWE-306 (Missing Authentication for Critical Function). The reporting source assigned a CVSS 3.1 base score of 9.8 (CRITICAL, AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and a secondary CVSS 4.0 score of 9.3 (CRITICAL). These scores are the reporter's, not NVD-assigned, and may change once the record is analyzed.

Why It Matters

If the described behavior holds, registration is the trust boundary and there is no check on it. The advisory attributes three impacts to a successful rogue registration:

The reporter's vector assumes no user interaction, no privileges, and low attack complexity over the network, with the full triad of confidentiality, integrity, and availability rated HIGH. No public proof-of-concept or third-party reproduction accompanies the advisory in the supplied data, and real-world impact will depend on whether the PD Master endpoint is reachable beyond a trusted network segment; in many deployments it may not be.

What's Vulnerable

The code paths cited by the reporter are in lightllm/server/api_http.py, lightllm/server/api_http_pd.py, and lightllm/server/httpserver_for_pd_master/manager.py at tag v1.2.0.

Patch Status

The supplied NVD record lists no fixed version and no vendor patch reference; the CVE was published 2026-09-18 with a vulnerability status of "Received," meaning it is awaiting NVD analysis and its contents may be revised or disputed. Tracking for the issue is at ModelTC/LightLLM issue #1576; the supplied data does not indicate a vendor response there. There is no CISA KEV entry for this CVE in the supplied data, so active exploitation is not confirmed and no KEV remediation deadline applies.

Operators running LightLLM 1.2.0 or earlier with a PD Master deployment can reduce exposure in the interim by restricting network reachability of the /pd_register endpoint to trusted hosts while the record is validated and a vendor fix is confirmed.

Sources