CVE-2026-55574
HIGHvLLM: ReDoS via structured_outputs.regex compiled without timeout in xgrammar and outlines backends
Title source: cnaDescription
vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Prior to 0.24.0, the structured_outputs.regex API parameter passes a user-supplied regular expression string directly to the grammar compiler backends with no compilation timeout; in the xgrammar backend the string reaches the regex compiler with no guard, and in the outlines backend the validation step blocks structural issues such as lookarounds and backreferences but performs no complexity analysis, so a pattern with nested quantifiers passes all checks and causes exponential state-space expansion, allowing a single request containing an adversarial regex to hang an inference worker indefinitely and deny service. This issue is fixed in version 0.24.0.
References (3)
Core 3
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/vllm-project/vllm/security/advisories/GHSA-rwxx-mrjm-wc2m
X_Refsource_Misc x_refsource_misc
https://github.com/vllm-project/vllm/pull/45118
X_Refsource_Misc x_refsource_misc
https://github.com/vllm-project/vllm/commit/2b3006076c5e9bc4cda9e03e3641388de3c5c286
Scores
CVSS v3
7.5
EPSS
0.0032
EPSS Percentile
24.9%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-1333
Status
published
Products (3)
pypi/vllm
0 - 0.24.0PyPI
vllm/vllm
< 0.24.0
vllm-project/vllm
< 0.24.0
Published
Jul 06, 2026
Tracked Since
Jul 07, 2026