PT-2026-41196 · Unknown · Open-Webui

Published

2026-05-10

·

Updated

2026-05-20

·

CVE-2026-45401

CVSS v3.1

8.5

High

VectorAV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Name of the Vulnerable Software and Affected Versions Open WebUI versions prior to 0.9.5
Description The validate url() function in backend/open webui/retrieval/web/utils.py only validates the initial URL provided by the user. Downstream HTTP clients, including sync requests, async aiohttp, and langchain's WebBaseLoader, follow HTTP 3xx redirects by default without re-validating the redirect target against private or metadata IP block lists. This allows an authenticated user to submit a public URL that redirects to an internal address (such as 127.0.0.1, 169.254.169.254, or RFC1918) to read internal response bodies. This issue affects the following endpoints:
  • '/api/v1/retrieval/process/web'
  • '/api/v1/images/edit'
  • '/api/chat/completions' (when using an image url content part)
Technical exploitation involves the following vulnerable functions:
  • scrape()
  • fetch()
  • get content from url()
  • load url image()
  • get image base64 from url()
Recommendations Update to version 0.9.5. As a temporary workaround, restrict access to the '/api/v1/retrieval/process/web', '/api/v1/images/edit', and '/api/chat/completions' endpoints to minimize the risk of exploitation.

Exploit

Fix

SSRF

Weakness Enumeration

Related Identifiers

BDU:2026-07198
CVE-2026-45401
GHSA-RH5X-H6PP-CJJ6

Affected Products

Open-Webui