cvedb.io
CVE-2026-25960
HIGH · CVSS 7.1
EPSS exploitation probability: 0%
Published 2026-03-09T21:16:15.537 · Last modified 2026-06-30T03:17:46.287

Summary

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.

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.