Description
vLLM versions before 0.29.0 contain a denial-of-service vulnerability in the cache_salt parameter accepted on OpenAI-compatible and Anthropic API endpoints, which lacks maximum length validation and is processed on the single EngineCore scheduler thread. Unauthenticated attackers can send HTTP requests with multi-hundred-megabyte salt values that trigger expensive pickle serialization and SHA-256 hashing, stalling the scheduler thread and denying service to all concurrent requests.
Published: 2026-09-26
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Upgrade Now
AI Analysis

Impact

The vulnerability is an input validation flaw in the cache_salt parameter accepted by the OpenAI‑compatible and Anthropic‑compatible endpoints of vLLM. The parameter accepts arbitrarily large strings and is processed on a single EngineCore scheduler thread. When an unauthenticated attacker sends a request with a multi‑hundred‑megabyte cache_salt value, the system performs expensive pickle serialization and SHA‑256 hashing, causing the scheduler thread to stall and denying service to all concurrent requests.

Affected Systems

vLLM packages before version 0.29.0, any deployment of the vllm project that exposes the OpenAI‑compatible or Anthropic‑compatible API endpoints, regardless of hosting environment. The flaw resides in the core library and is triggered by external HTTP requests.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity denial‑of‑service risk. The flaw is accessed through an API parameter, so any unauthenticated user can exploit it by sending arbitrary HTTP requests. The EPSS score is not available, and the vulnerability is not listed in CISA's KEV catalog, suggesting no known public exploits yet. Attackers could achieve full service disruption by flooding the API with large cache_salt values, forcing the scheduler thread to consume CPU resources while it serializes and hashes the payload.

Generated by OpenCVE AI on September 26, 2026 at 15:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the vLLM package to version 0.29.0 or later so the cache_salt length check is introduced.
  • If an upgrade is delayed, configure the system to enforce a maximum length for cache_salt or disable the optional cache_salt feature entirely.
  • Deploy traffic monitoring or rate‑limiting to detect and block unusually large cache_salt submissions from external callers.

Generated by OpenCVE AI on September 26, 2026 at 15:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 26 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description vLLM versions before 0.29.0 contain a denial-of-service vulnerability in the cache_salt parameter accepted on OpenAI-compatible and Anthropic API endpoints, which lacks maximum length validation and is processed on the single EngineCore scheduler thread. Unauthenticated attackers can send HTTP requests with multi-hundred-megabyte salt values that trigger expensive pickle serialization and SHA-256 hashing, stalling the scheduler thread and denying service to all concurrent requests.
Title vLLM before 0.29.0 CPU Exhaustion via unbounded cache_salt
First Time appeared Vllm
Vllm vllm
Weaknesses CWE-20
CPEs cpe:2.3:a:vllm:vllm:*:*:*:*:*:*:*:*
Vendors & Products Vllm
Vllm vllm
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-26T13:23:18.240Z

Reserved: 2026-09-26T02:33:07.898Z

Link: CVE-2026-100647

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-26T14:16:47.097

Modified: 2026-09-26T14:16:47.097

Link: CVE-2026-100647

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T16:00:09Z

Weaknesses
  • CWE-20

    Improper Input Validation