Bug 2476827 (CVE-2026-44223) - CVE-2026-44223 vllm: vLLM: Denial of Service via malformed tensor shape in speculative decoding
Summary: CVE-2026-44223 vllm: vLLM: Denial of Service via malformed tensor shape in sp...
Keywords:
Status: NEW
Alias: CVE-2026-44223
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-12 21:03 UTC by OSIDB Bzimport
Modified: 2026-08-05 11:07 UTC (History)
7 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-12 21:03:25 UTC
vLLM is an inference and serving engine for large language models (LLMs). From  to before 0.20.0, the extract_hidden_states speculative decoding proposer in vLLM returns a tensor with an incorrect shape after the first decode step, causing a RuntimeError that crashes the EngineCore process. The crash is triggered when any request in the batch uses sampling penalty parameters (repetition_penalty, frequency_penalty, or presence_penalty). A single request with a penalty parameter (e.g., "repetition_penalty": 1.1) is sufficient to crash the server. This vulnerability is fixed in 0.20.0.


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