Resource exhaustion in vLLM - #VU139883
Published: July 28, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the /v1/completions serving path when processing list-shaped prompt inputs. A remote user can send a specially crafted completion request with an oversized prompt list to cause a denial of service.
The issue affects requests where the prompt parameter is supplied as a list of text prompts or a list of token-id prompts, causing one backend subrequest and one response slot to be created for each list element.