Bug 2491584 (CVE-2026-54235) - CVE-2026-54235 vllm: vLLM: Denial of Service due to improper floating-point validation
Summary: CVE-2026-54235 vllm: vLLM: Denial of Service due to improper floating-point v...
Keywords:
Status: NEW
Alias: CVE-2026-54235
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-22 23:01 UTC by OSIDB Bzimport
Modified: 2026-06-26 07:21 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-22 23:01:30 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.