VYPR
Vendor

Lmsys

Products
1
CVEs
15
Across products
15
Status
Private

Products

1

Recent CVEs

15
  • CVE-2026-7304CriMay 18, 2026
    risk 0.64cvss 9.8epss 0.01

    SGLangs multimodal generation runtime is vulnerable to unauthenticated remote code execution when the --enable-custom-logit-processor option is enabled, as Python objects loaded via dill.loads() will be deserialized without validation.

  • CVE-2026-7301CriMay 18, 2026
    risk 0.64cvss 9.8epss 0.00

    SGLangs multimodal generation runtime scheduler's ROUTER socket binds to 0.0.0.0 by default and contains a sink that calls pickle.loads() on incoming messages, enabling RCE when exposed to the internet.

  • CVE-2026-14890CriJul 16, 2026
    risk 0.59cvss 9.1epss 0.01

    SGLang uses an expert-parallel backup subsystem that exposes a ZeroMQ PULL socket on a routable network interface that does not contain authentication or deserialization safeguards, allowing an attacker to provide a malicious pickle file that results in unauthenticated remote…

  • CVE-2026-7302CriMay 18, 2026
    risk 0.59cvss 9.1epss 0.00

    SGLangs multimodal generation runtime is vulnerable to an unauthenticated path traversal vulnerability, allowing an attacker to write arbitrary files anywhere the server process has write access, by including ../ sequences in the upload filename when sent to specific endpoints.

  • CVE-2026-5760CriApr 20, 2026
    risk 0.57cvss 9.8epss 0.01

    SGLang's reranking endpoint (/v1/rerank) achieves Remote Code Execution (RCE) when a model file containing a malcious tokenizer.chat_template is loaded, as the Jinja2 chat templates are rendered using an unsandboxed jinja2.Environment().

  • CVE-2026-3060CriMar 12, 2026
    risk 0.57cvss 9.8epss 0.01

    SGLang' encoder parallel disaggregation system is vulnerable to unauthenticated remote code execution through the disaggregation module, which deserializes untrusted data using pickle.loads() without authentication.

  • CVE-2026-3059CriMar 12, 2026
    risk 0.57cvss 9.8epss 0.02

    SGLang's multimodal generation module is vulnerable to unauthenticated remote code execution through the ZMQ broker, which deserializes untrusted data using pickle.loads() without authentication.

  • CVE-2026-3989HigMar 12, 2026
    risk 0.44cvss 7.8epss 0.00

    SGLangs `replay_request_dump.py` contains an insecure pickle.load() without validation and proper deserialization. An attacker can take advantage of this by providing a malicious .pkl file, which will execute the attackers code on the device running the script.

  • CVE-2026-10775LowJun 3, 2026
    risk 0.16cvss 3.6epss 0.00

    A vulnerability was determined in sgl-project SGLang up to 0.5.11. Affected by this vulnerability is the function data_hash of the component Cache Handler. This manipulation causes denial of service. The attack is restricted to local execution. A high degree of complexity is…

  • CVE-2026-15978HigJul 30, 2026
    risk 0.00cvss 7.5epss 0.00

    SGLang contains a model weight exfiltration vulnerability when no API keys are configured, as SGLang will expose two endpoints that allow a remote attacker to trigger distributed weight broadcasting using NCCL and then triggering data transfer, attackers can exfiltrate all model…

  • CVE-2026-15977HigJul 30, 2026
    risk 0.00cvss 7.5epss 0.00

    SGLang contains a credential leakage vulnerability in the /server_info endpoint, which will return API keys and SSL keyfile information when only the --admin-api-key is configured.

  • CVE-2026-15976CriJul 30, 2026
    risk 0.00cvss 9.8epss 0.00

    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.

  • CVE-2026-15974MedJul 30, 2026
    risk 0.00cvss 6.5epss 0.00

    SGLang contains an SSRF and local file read in the multimodal generation endpoint /v1/chat/completions due to unsanitized image_url, allowing access to internal metadata, secrets, and services.

  • CVE-2026-15971CriJul 30, 2026
    risk 0.00cvss 9.8epss 0.00

    SGLang contains an RCE vulnerability when the optional dumper subsystem is enabled, allowing for a sandbox escape when DUMPER_SERVER_PORT is set, enabling code execution on inference requests.

  • CVE-2026-15969CriJul 30, 2026
    risk 0.00cvss 9.8epss 0.01

    SGLang contains an unauthenticated RCE in /load_lora_adapter_from_tensors via bypass of SafeUnpickler’s incomplete denylist, allowing arbitrary command execution through crafted base64-encoded pickle payloads.