Server-Side Request Forgery (SSRF) in Open WebUI - #VU130939
Published: May 11, 2026
Open WebUI
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information from internal resources.
The vulnerability exists due to server-side request forgery (SSRF) in _process_picture_url() in backend/open_webui/utils/oauth.py when processing OAuth picture claims. A remote user can supply a crafted picture URL to disclose sensitive information from internal resources.
Exploitation requires OAuth to be configured with ENABLE_OAUTH_SIGNUP=true or OAUTH_UPDATE_PICTURE_ON_LOGIN=true.