CVE-2026-55574 PUBLISHED

vLLM: ReDoS via structured_outputs.regex compiled without timeout in xgrammar and outlines backends

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 06.07.2026 Updated: 06.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor vllm-project
Product vllm
Versions
  • Version < 0.24.0 is affected

References

Problem Types

  • CWE-1333: Inefficient Regular Expression Complexity CWE