#VU124868 Server-Side Request Forgery (SSRF) in vLLM - CVE-2026-34753
Published: April 4, 2026
vLLM
vLLM
Description
The vulnerability allows a remote user to make arbitrary HTTP requests from the server and disclose sensitive information.
The vulnerability exists due to server-side request forgery (SSRF) in download_bytes_from_url when processing batch input JSON containing a user-controlled file_url value. A remote user can supply a crafted file_url to make arbitrary HTTP requests from the server and disclose sensitive information.
The issue affects the batch runner path for BatchTranscriptionRequest and BatchTranslationRequest and may also impact availability by targeting reachable internal services.