CVE-2026-15976

Summary

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.

Affected Software

VendorProductVersion RangeStatus
SGLangSGLang0 <= v0.5.15affected

Weaknesses

  • CWE-502: Deserialization of Untrusted Data

References