Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. Prior to 0.11.1, POST /api/v1/retrieval/process/web and POST /api/v1/retrieval/process/web/search in backend/open_webui/retrieval/web/utils.py treated Python's globally routable address classification as proof that a destination was external. An authenticated user could make an Azure-hosted instance fetch and return content from 168.63.129.16, the Azure platform channel, as well as other reserved ranges that the standard classification did not reject. This issue is fixed in version 0.11.1.
Published: 2026-09-09
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user of Open WebUI can cause the server to perform a web request to the Azure internal IP 168.63.129.16 via the POST /api/v1/retrieval/process/web and /api/v1/retrieval/process/web/search endpoints. This Server‑Side Request Forgery (CWE‑918) allows the attacker to retrieve data from a protected Azure platform channel that is normally unreachable from the public internet, potentially exposing internal information or services that should be hidden.

Affected Systems

This flaw affects installations of Open WebUI prior to version 0.11.1. The fix was included in the 0.11.1 release. All instances running older versions are vulnerable.

Risk and Exploitability

With a CVSS score of 7.1 the vulnerability is considered medium‑to‑high severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. Exploitation requires authentication to the application; an attacker can trigger outbound requests to Azure internal addresses by submitting a crafted request. Because the attacker cannot execute arbitrary code, the impact is limited to potential data exposure and network reconnaissance. However, the ability to reach Azure internal services may aid in further attacks if additional credentials or lateral movement capabilities are obtained.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Open WebUI to version 0.11.1 or later to apply the official fix.
  • If an immediate upgrade is not possible, block outbound traffic to Azure internal IP ranges such as 168.63.129.16 in the host firewall or network configuration.
  • Restrict the use of the web retrieval endpoints by removing them from the application or limiting access to only trusted users, and apply the principle of least privilege to authenticated accounts.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

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. Prior to 0.11.1, POST /api/v1/retrieval/process/web and POST /api/v1/retrieval/process/web/search in backend/open_webui/retrieval/web/utils.py treated Python's globally routable address classification as proof that a destination was external. An authenticated user could make an Azure-hosted instance fetch and return content from 168.63.129.16, the Azure platform channel, as well as other reserved ranges that the standard classification did not reject. This issue is fixed in version 0.11.1.
Title Open WebUI: Any authenticated user can reach the Azure platform channel via server-side web fetch
Weaknesses CWE-918
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-09T21:33:18.322Z

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

Link: CVE-2026-87999

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:48.617

Modified: 2026-09-09T22:18:48.617

Link: CVE-2026-87999

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T22:30:17Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)