CVE-2026-25960 PUBLISHED

SSRF Protection Bypass in vLLM

Assigner: GitHub_M
Reserved: 09.02.2026 Published: 09.03.2026 Updated: 09.03.2026

vLLM is an inference and serving engine for large language models (LLMs). The SSRF protection fix for CVE-2026-24779 add in 0.15.1 can be bypassed in the load_from_url_async method due to inconsistent URL parsing behavior between the validation layer and the actual HTTP client. The SSRF fix uses urllib3.util.parse_url() to validate and extract the hostname from user-provided URLs. However, load_from_url_async uses aiohttp for making the actual HTTP requests, and aiohttp internally uses the yarl library for URL parsing. This vulnerability in 0.17.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L
CVSS Score: 7.1

Product Status

Vendor vllm-project
Product vllm
Versions
  • Version >= 0.15.1, < 0.17.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE