Server-Side Request Forgery (SSRF) in Open WebUI - #VU130957

 

Server-Side Request Forgery (SSRF) in Open WebUI - #VU130957

Published: May 11, 2026


Vulnerability identifier: #VU130957
CSH Severity: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:L/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-918
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Open WebUI
Software vendor:
Open WebUI

Description

The vulnerability allows a remote user to perform server-side request forgery.

The vulnerability exists due to inconsistent URL parsing in validate_url when validating and fetching user-supplied URLs. A remote user can supply a specially crafted URL to perform server-side request forgery.

The issue is caused by a parsing difference between urllib.parse.urlparse and the requests library, which can make validation treat the destination as a public host while the actual request is sent to an internal host.


Remediation

Install security update from vendor's website.

External links