CVE-2026-10775
Analyzed Analyzed - Analysis Complete
Denial of Service in SGLang Cache Handler

Publication date: 2026-06-03

Last updated on: 2026-06-10

Assigner: VulDB

Description
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 needed for the attack. The exploitation appears to be difficult. The exploit has been publicly disclosed and may be utilized. The pull request to fix this issue awaits acceptance.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-03
Last Modified
2026-06-10
Generated
2026-06-24
AI Q&A
2026-06-04
EPSS Evaluated
2026-06-22
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
lmsys sglang to 0.5.11 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-404 The product does not release or incorrectly releases a resource before it is made available for re-use.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Detection Guidance

This vulnerability is related to local execution in the sgl-project SGLang's Cache Handler component, specifically the data_hash function causing denial of service through hash collisions. Detection involves identifying abnormal crashes or denial-of-service symptoms in local SGLang deployments, especially related to multimodal embedding cache corruption.

Since the attack is local and involves hash collisions causing embedding corruption and crashes, detection can focus on monitoring logs for cache-related errors, crashes, or TypeErrors in the hash_feature function when handling non-tensor lists.

No specific network commands are applicable because the attack vector is local execution with high complexity.

Suggested commands for detection might include:

  • Checking application logs for error messages related to cache or embedding corruption.
  • Using system monitoring tools to detect unexpected crashes or high resource usage in SGLang processes.
  • Running diagnostic scripts or tests that simulate tensor hashing to observe if hash collisions or TypeErrors occur, based on the minimal script demonstrated in Resource 3.

However, no explicit detection commands or scripts are provided in the available resources.

Executive Summary

This vulnerability exists in the sgl-project SGLang up to version 0.5.11, specifically in the data_hash function of the Cache Handler component.

It allows an attacker to cause a denial of service (DoS) condition by manipulating this function.

The attack requires local access to the system and a high degree of complexity, making exploitation difficult.

Although the exploit has been publicly disclosed, a fix is pending acceptance via a pull request.

Impact Analysis

The primary impact of this vulnerability is the potential to cause a denial of service (DoS) on the affected system.

This means that an attacker with local access could disrupt the normal operation of the Cache Handler component, potentially affecting system availability.

Due to the high complexity and local access requirement, the risk of exploitation is limited but still present.

Mitigation Strategies

The vulnerability affects the function data_hash of the Cache Handler component in sgl-project SGLang up to version 0.5.11 and allows denial of service via local execution.

Since the exploit requires local access and a high degree of complexity, immediate mitigation steps include restricting local access to trusted users and environments.

Additionally, monitor for any updates or acceptance of the pull request that fixes this issue and apply the patch as soon as it becomes available.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

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