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.
Published: 2026-09-11
Score: n/a
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Patch Now
AI Analysis

Impact

SGLang exposes an endpoint that deserializes arbitrary pickle payloads without requiring authentication. The SafeUnpickler policy, designed to restrict dangerous objects, can be bypassed because builtins.import and builtins.getattr are callable, allowing an attacker to craft a payload that triggers the REDUCE function. This results in arbitrary code execution on the server.

Affected Systems

The vulnerability affects the SGLang application itself, particularly deployments where no authentication keys are configured for the /update_weights_from_tensor service. No specific product versions are listed, so any instance running the vulnerable code path is at risk.

Risk and Exploitability

The flaw is reachable via an unauthenticated network request to the /update_weights_from_tensor endpoint. An attacker only needs connectivity to the host. Successful exploitation would give the attacker the same privileges as the SGLang process, potentially enabling full control over the server. No CVSS score is provided, but the lack of authentication and the ability to execute payloads denotes a high severity. EPSS is not available, and the issue has not been listed in the CISA KEV catalog, but the risk remains significant.

Generated by OpenCVE AI on September 11, 2026 at 12:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest SGLang release that fixes the unsafe pickle deserialization bypass as soon as it is available.
  • If a patch is not yet available, configure authentication for the /update_weights_from_tensor endpoint or disable the endpoint entirely to block unauthenticated access.
  • Restrict network access to the endpoint by firewall rules or placing the service within a private subnet so that only trusted IPs can reach it.

Generated by OpenCVE AI on September 11, 2026 at 12:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-502

Fri, 11 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
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.
Title CVE-2026-86793
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-09-11T11:35:20.812Z

Reserved: 2026-09-08T11:56:03.107Z

Link: CVE-2026-86793

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T12:16:52.427

Modified: 2026-09-11T12:16:52.427

Link: CVE-2026-86793

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T12:30:08Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data