Server-Side Request Forgery (SSRF) in Open WebUI - #VU146341
Published: August 31, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information from blocked or internal hosts via server-side requests.
The vulnerability exists due to server-side request forgery in the web retrieval fetch paths, built-in page fetch tool, and URL ingestion endpoint when following HTTP redirects during server-side URL fetching. A remote user can submit a URL that redirects to an excluded or internal destination to disclose sensitive information from blocked or internal hosts via server-side requests.
The issue is exposed only when redirect following is enabled through AIOHTTP_CLIENT_ALLOW_REDIRECTS, and it affects features that cause the server to fetch user-supplied URLs.