CVE-2026-63086

text-generation-inference through 3.3.7 contains a server-side request forgery (SSRF) vulnerability in the OpenAI-compatible multimodal chat completions endpoint that allows unauthenticated network attackers to coerce the server into issuing arbitrary HTTP GET requests by supplying a crafted image_url value in chat message content. The fetch_image function in router/src/validation.rs performs no validation of private, loopback, link-local, or cloud metadata target addresses, and the reqwest HTTP client follows redirects by default, enabling attackers to bypass scheme checks via redirect chains to reach internal services and cloud instance-metadata endpoints for internal port scanning and credential theft.
Configurations

No configuration.

History

16 Jul 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-16 17:16

Updated : 2026-07-16 18:16


NVD link : CVE-2026-63086

Mitre link : CVE-2026-63086

CVE.ORG link : CVE-2026-63086


JSON object : View

Products Affected

No product.

CWE
CWE-918

Server-Side Request Forgery (SSRF)