Vulnerability in vLLM Inference Engine by vLLM Project
CVE-2026-55574
8.7HIGH
What is CVE-2026-55574?
A vulnerability in the vLLM inference engine allows an attacker to exploit the structured_outputs.regex API parameter, which can lead to denial of service. The issue arises when user-supplied regular expressions are passed to the underlying grammar compiler without proper timeout enforcement. In the xgrammar backend, regular expressions reach the compiler without safeguards, while the outlines backend inadequately checks for structural issues, allowing complex patterns with nested quantifiers. Consequently, an adversarial regex can cause a hanging inference worker, impacting service availability. This vulnerability was addressed in version 0.24.0.
Affected Version(s)
vllm < 0.24.0
