Vulnerability 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 Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Lmsys | Sglang | <= 0.5.15 |
Related Weaknesses (CWE)
References
- https://github.com/sgl-project/sglang/security/advisories/GHSA-wf98-gv64-5wrfBroken Link
- https://thoughts.apoorvdayal.com/posts/sglang-disclosures/Third Party AdvisoryMitigation
- https://thoughts.apoorvdayal.com/posts/sglang-disclosures/Third Party AdvisoryMitigation
FAQ
What is CVE-2026-15976?
CVE-2026-15976 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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) fa...
How severe is CVE-2026-15976?
CVE-2026-15976 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-15976?
Check the references section above for vendor advisories and patch information. Affected products include: Lmsys Sglang.