vllm API endpoints vulnerable to Denial of Service Attacks
High7.5CVE-2025-48956 · Published Aug 21, 2025 · updated Sep 10, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| vllm PyPI | >= 0.1.0, < 0.10.1.1 | 0.10.1.1 |
Details and references
### Summary A Denial of Service (DoS) vulnerability can be triggered by sending a single HTTP GET request with an extremely large header to an HTTP endpoint. This results in server memory exhaustion, potentially leading to a crash or unresponsiveness. The attack does not require authentication, making it exploitable by any remote user. ### Details The vulnerability leverages the abuse of HTTP headers. By setting a header such as `X-Forwarded-For` to a very large value like `("A" * 5_800_000_000)`, the server's HTTP parser or application logic may attempt to load the entire request into memory, overwhelming system resources. ### Impact _What kind of vulnerability is it? Who is impacted?_ Type of vulnerability: Denial of Service (DoS) ### Resolution Upgrade to a version of vLLM that includes appropriate HTTP limits by deafult, or use a proxy in front of vLLM which provides protection against this issue.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-400
- Also known as
- CVE-2025-48956, PYSEC-2026-2021
- github.com/vllm-project/vllm/security/advisories/GHSA-rxc4-3w6r-4v47
- nvd.nist.gov/vuln/detail/CVE-2025-48956
- github.com/vllm-project/vllm/pull/23267
- github.com/vllm-project/vllm/commit/d8b736f913a59117803d6701521d2e4861701944
- github.com/advisories/GHSA-rxc4-3w6r-4v47
- github.com/pypa/advisory-database/tree/main/vulns/vllm/PYSEC-2026-2021.yaml
- github.com/vllm-project/vllm
- pypi.org/project/vllm
More vLLM advisories
All vLLM| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 212025 | vLLM has remote code execution vulnerability in the tool call parser for Qwen3-Coder CVE-2025-9141High8.8fixed in 0.10.1.1 | High8.8 | 0.10.1.1 |
| Oct 72025 | vLLM is vulnerable to timing attack at bearer auth CVE-2025-59425High7.5fixed in 0.11.0 | High7.5 | 0.11.0 |
| Oct 72025 | vLLM: Resource-Exhaustion (DoS) through Malicious Jinja Template in OpenAI-Compatible Server CVE-2025-61620Medium6.5fixed in 0.11.0 | Medium6.5 | 0.11.0 |
| Oct 72025 | vLLM is vulnerable to Server-Side Request Forgery (SSRF) through `MediaConnector` class CVE-2025-6242High7.1fixed in 0.11.0 | High7.1 | 0.11.0 |
| May 282025 | vLLM Tool Schema allows DoS via Malformed pattern and type Fields CVE-2025-48944Medium6.5fixed in 0.9.0 | Medium6.5 | 0.9.0 |
| May 282025 | vLLM allows clients to crash the openai server with invalid regex CVE-2025-48943Medium6.5fixed in 0.9.0 | Medium6.5 | 0.9.0 |