CVE-2026-7669
Remote Code Execution in SGLang via Deserialization
Publication date: 2026-05-02
Last updated on: 2026-05-04
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sgl-project | sglang | to 0.5.9 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the sgl-project SGLang up to version 0.5.9, specifically in the get_tokenizer function within the HuggingFace Transformer Handler component. The issue involves deserialization manipulation, which can be exploited remotely. The attack requires a high level of complexity and is considered difficult to execute.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to partial confidentiality, integrity, and availability impacts. Since the vulnerability involves deserialization manipulation, an attacker could potentially execute unauthorized actions remotely, affecting the system's data and operations.