CVE-2026-15976
Awaiting Analysis Awaiting Analysis - Queue

Remote Code Execution in SGLang via Malicious Model Weights

Vulnerability report for CVE-2026-15976, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: CERT/CC

Description

SGLang contains a RCE vulnerability when attempting to load model weights from a HuggingFace repository, specifically within the /update_weights_from_disk, where torch.load(..., weights_only=False) fallback enables pickle deserialization of .bin files.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

SGLang has a remote code execution vulnerability when loading model weights from HuggingFace. The issue occurs in the /update_weights_from_disk function where torch.load uses weights_only=False, allowing pickle deserialization of .bin files which can execute arbitrary code.

Impact Analysis

This vulnerability could allow attackers to execute arbitrary code on your system if you load a malicious model from HuggingFace. This could lead to data theft, system compromise, or further network infiltration.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations may face fines or legal consequences if exploited.

Mitigation Strategies

Avoid loading model weights from untrusted HuggingFace repositories. Use only verified sources and disable pickle deserialization by setting weights_only=True in torch.load calls.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15976. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart