CVE-2026-55574
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
vllmPyPI | < 0.24.0 | 0.24.0 |
Affected products
3Patches
Vulnerability mechanics
References
6- github.com/vllm-project/vllm/commit/2b3006076c5e9bc4cda9e03e3641388de3c5c286nvdPatchWEB
- github.com/vllm-project/vllm/pull/45118nvdIssue TrackingPatchWEB
- github.com/advisories/GHSA-rwxx-mrjm-wc2mghsaADVISORY
- github.com/vllm-project/vllm/security/advisories/GHSA-rwxx-mrjm-wc2mnvdVendor AdvisoryMitigationWEB
- nvd.nist.gov/vuln/detail/CVE-2026-55574ghsaADVISORY
- github.com/pypa/advisory-database/tree/main/vulns/vllm/PYSEC-2026-2304.yamlghsaWEB
News mentions
1- VLLM: Four DoS Vulnerabilities Disclosed Together on July 6, 2026Vypr Intelligence · Jul 6, 2026