CVE-2026-45338 HIGH

CVE-2026-45338: Open WebUI: SSRF via OAuth Profile Picture URL in _process_picture_url (oauth.py)

Vendor Open-Webui
Product open-webui
Weakness CWE-918 · SSRF
Published May 15, 2026
Last update May 15, 2026

CVSS base score

7.7/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

What the vulnerability does

01Description

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, a Server-Side Request Forgery (SSRF) vulnerability exists in _process_picture_url() in backend/open_webui/utils/oauth.py (line ~1338). The function fetches arbitrary URLs from OAuth picture claims without applying validate_url(), allowing an attacker to force the server to make HTTP requests to internal resources and exfiltrate the full response. This vulnerability is fixed in 0.9.0.

Key dates

02Disclosure timeline

May 15, 2026 CVE published
May 15, 2026 Record updated