CVE-2026-100652 PUBLISHED

vLLM 0.22.0 through 0.23.0 Denial of Service via stop_token_ids

Assigner: VulnCheck
Reserved: 26.09.2026 Published: 26.09.2026 Updated: 26.09.2026

vLLM versions 0.22.0 through 0.23.0 fail to validate stop_token_ids against vocabulary bounds in Rust HTTP and gRPC frontends, allowing out-of-vocabulary token IDs to reach MinTokensLogitsProcessor. Attackers can submit requests with min_tokens greater than zero and out-of-vocabulary stop_token_ids to trigger CUDA tensor indexing failures that leave EngineCore in a fatal state requiring service restart.

Metrics

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

Product Status

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

Credits

  • rexpository reporter
  • jperezdealgaba coordinator

References

Problem Types

  • Improper Input Validation CWE