Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, server-side web fetches did not reapply WEB_FETCH_FILTER_LIST or private-address controls to HTTP redirect destinations when AIOHTTP_CLIENT_ALLOW_REDIRECTS was enabled. An authenticated user could redirect the aiohttp and requests fetch paths to excluded hosts, loopback, private networks, or cloud metadata services and route resulting content into web search, URL ingestion, page-fetch tools, or chat image processing. This issue is fixed in version 0.11.1.
Published: 2026-09-09
Score: 5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability, classified as a Cross‑domain Redirection (CWE‑918), allows an authenticated user to cause the Open WebUI server to follow HTTP redirects to addresses that should be blocked, such as loopback, private networks, or cloud metadata services. Because the web fetch paths did not reapply the block list when redirects were enabled, an attacker can direct the server to retrieve data from internal resources and feed that data into web search, URL ingestion, page‑fetch tools, or chat image processing. This can expose internal system information or allow the attacker to bypass content restrictions.

Affected Systems

The affected product is Open WebUI, versions 0.9.5 through 0.11.1 inclusive. These releases did not enforce the WEB_FETCH_FILTER_LIST or private‑address controls on redirect destinations when AIOHTTP_CLIENT_ALLOW_REDIRECTS was enabled.

Risk and Exploitability

The CVSS score is 5, indicating a medium severity. EPSS is not available, and the vulnerability is not listed in KEV. The flaw requires authentication, so an attacker must have valid user credentials. Once authenticated, the attacker can manipulate server‑side fetches to access internal hosts, potentially exposing sensitive data but not providing remote code execution or direct denial of service.

Generated by OpenCVE AI on September 9, 2026 at 22:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open WebUI to version 0.11.1 or later, which removes the flaw.
  • If an upgrade cannot be performed immediately, disable redirects by setting AIOHTTP_CLIENT_ALLOW_REDIRECTS to false on the server configuration.
  • Apply network segmentation or firewall rules to block the application server’s outbound connections to internal or loopback addresses, limiting the impact of the redirect functionality.

Generated by OpenCVE AI on September 9, 2026 at 22:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-5x7x-4c3c-qf5w Open WebUI: Server-side fetches reach blocked and internal hosts via unvalidated HTTP redirect targets
History

Wed, 09 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
Description Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, server-side web fetches did not reapply WEB_FETCH_FILTER_LIST or private-address controls to HTTP redirect destinations when AIOHTTP_CLIENT_ALLOW_REDIRECTS was enabled. An authenticated user could redirect the aiohttp and requests fetch paths to excluded hosts, loopback, private networks, or cloud metadata services and route resulting content into web search, URL ingestion, page-fetch tools, or chat image processing. This issue is fixed in version 0.11.1.
Title Open WebUI: Server-side fetches reach blocked and internal hosts via unvalidated HTTP redirect targets
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-09T21:38:05.062Z

Reserved: 2026-09-09T19:19:27.406Z

Link: CVE-2026-88001

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:48.930

Modified: 2026-09-09T22:18:48.930

Link: CVE-2026-88001

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T22:45:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)