vLLM is an inference and serving engine for large language models (LLMs). In versions 0.8.0 up to but excluding 0.9.0, hitting the /v1/completions API with a invalid json_schema as a Guided Param...
Full analysis pending. Showing NVD description excerpt.
Affected Systems
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| vllm | pip | >= 0.8.0, < 0.9.0 | 0.9.0 |
| vllm | pip | — | No patch |
Severity & Risk
Recommended Action
Patch available
Update vllm to version 0.9.0
Compliance Impact
Compliance analysis pending. Sign in for full compliance mapping when available.
Technical Details
NVD Description
vLLM is an inference and serving engine for large language models (LLMs). In versions 0.8.0 up to but excluding 0.9.0, hitting the /v1/completions API with a invalid json_schema as a Guided Param kills the vllm server. This vulnerability is similar GHSA-9hcf-v7m4-6m2j/CVE-2025-48943, but for regex instead of a JSON schema. Version 0.9.0 fixes the issue.
Weaknesses (CWE)
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H References
- github.com/advisories/GHSA-6qc9-v4r8-22xg
- github.com/pypa/advisory-database/tree/main/vulns/vllm/PYSEC-2025-54.yaml
- github.com/vllm-project/vllm/commit/08bf7840780980c7568c573c70a6a8db94fd45ff
- github.com/vllm-project/vllm/issues/17248
- github.com/vllm-project/vllm/pull/17623
- github.com/vllm-project/vllm/security/advisories/GHSA-6qc9-v4r8-22xg
- nvd.nist.gov/vuln/detail/CVE-2025-48942
- github.com/vllm-project/vllm/commit/08bf7840780980c7568c573c70a6a8db94fd45ff Patch
- github.com/vllm-project/vllm/issues/17248 Issue
- github.com/vllm-project/vllm/pull/17623 Issue Patch
- github.com/vllm-project/vllm/security/advisories/GHSA-6qc9-v4r8-22xg Exploit Vendor