cvedb.io
CVE-2025-29770
MEDIUM · CVSS 6.5
EPSS exploitation probability: 0%
Published 2025-03-19T16:15:31.977 · Last modified 2026-06-17T09:05:38.477

Summary

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. The outlines library is one of the backends used by vLLM to support structured output (a.k.a. guided decoding). Outlines provides an optional cache for its compiled grammars on the local filesystem. This cache has been on by default in vLLM. Outlines is also available by default through the OpenAI compatible API server. The affected code in vLLM is vllm/model_executor/guided_decoding/outlines_logits_processors.py, which unconditionally uses the cache from outlines. A malicious user can send a stream of very short decoding requests with unique schemas, resulting in an addition to the cache for each request. This can result in a Denial of Service if the filesystem runs out of space. Note that even if vLLM w

Affected products

vllm — vllm

Does this affect you?

Add your gear to cvedb and we'll alert you only when vllm ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.