CVE-2026-86793 Details
Description
SGLang allows unauthenticated pickle deserialization through /update_weights_from_tensor when no auth keys are configured, and the SafeUnpickler policy can be bypassed because builtins.import and builtins.getattr are resolvable, enabling code execution via pickle REDUCE.
A vulnerability in SGLang's custom SafeUnpickler implementation allows unauthenticated pickle deserialization through the /update_weights_from_tensor endpoint, when no authentication keys are configured. This bypasses the intended restrictions of the SafeUnpickler, enabling remote code execution by chaining permitted Python builtins functions. The vulnerability affects SGLang versions through 0.5.14.
Until an official patch is released, it is recommended to configure authentication, restrict access to the /update_weights_from_tensor endpoint, and review the proposed code-level remediation which includes adding __import__, getattr, setattr, and delattr to the DENY_CLASSES set.
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 11, 2026CISA-ADP
Assessed Sep 14, 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://vicone.com/blog/cve-2026-86793-sglang-bypass-could-let-attackers-run-code-on-ai-servers/ | CISA-ADP | AdvisoryRemedyTechnical Analysis |
| https://github.com/sgl-project/sglang/tree/main | [email protected] | Source CodeVendor |
| https://vicone.com/blog/cve-2026-86793-sglang-bypass-could-let-attackers-run-code-on-ai-servers/ | [email protected] | AdvisoryRemedyTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| SGLang | <= 0.5.14 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 11, 2026 | New CVE Received | [email protected] |
Volerion