CVE-2026-93592 PUBLISHED

vLLM before 0.28.0 Denial of Service via negative token ID

Assigner: VulnCheck
Reserved: 18.09.2026 Published: 18.09.2026 Updated: 18.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor vllm-project
Product vllm
Versions Default: unaffected
  • affected from 0 to 0.28.0 (excl.)
  • Version 0.28.0 is unaffected

Credits

  • ECMGit reporter
  • YixinZ2004 finder
  • jperezdealgaba analyst

References

Problem Types

  • Improper Validation of Array Index CWE