CVE Catalog

CVE-2026-93592

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.38%

32th percentile - higher than 32% of all known CVEs

Summary

vLLM versions before 0.28.0 fail to validate the lower bound of token IDs in the /v1/embeddings and /pooling endpoints, allowing unauthenticated attackers to crash the engine by submitting negative token IDs. A single request with a negative token ID triggers a CUDA device-side assertion that poisons the GPU context, causing all subsequent requests to fail until the process restarts.

Risk Assessment

An unauthenticated attacker can remotely cause a denial of service (DoS) by crashing the vLLM engine, leading to service unavailability for all users.

Recommendation

Update vLLM to version 0.28.0 or later; additionally, consider validating token IDs at the application level.

Other vulnerabilities in vLLM

See all
Original NVD description (English source)

vLLM versions before 0.28.0 fail to validate the lower bound of token IDs in the /v1/embeddings and /pooling endpoints, allowing unauthenticated attackers to crash the engine by submitting negative token IDs. A single request with a negative token ID triggers a CUDA device-side assertion that poisons the GPU context, causing all subsequent requests to fail until the process restarts.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS