CVE-2026-54235

vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, ll temperature validation gates use comparison operators (<, >), which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagate to GPU sampling kernels, where they produce undefined behavior or CUDA errors that can crash the inference worker. This vulnerability is fixed in 0.23.1rc0.
Configurations

Configuration 1 (hide)

cpe:2.3:a:vllm:vllm:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-06-22 23:16

Updated : 2026-06-24 16:53


NVD link : CVE-2026-54235

Mitre link : CVE-2026-54235

CVE.ORG link : CVE-2026-54235


JSON object : View

Products Affected

vllm

  • vllm
CWE
CWE-1287

Improper Validation of Specified Type of Input