Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.1, DELETE /api/v1/knowledge/{id}/delete in backend/open_webui/routers/knowledge.py authorized deletion against the knowledge base but then removed its administrator-owned external connection without a separate administrator check or a check for other dependent knowledge bases. A non-administrator with write access to one external knowledge base could delete shared instance configuration and make every other knowledge base using that connection unavailable. 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 endpoint in the Open WebUI back end allows deletion of a knowledge base; when that base references an administrator‑owned external connection, the deletion removes that connection without an administrator check or a check for other dependent knowledge bases. A user with write access to a shared external knowledge base—who is not an administrator—can therefore delete that base. The removal of the shared connection instantly disables every other knowledge base that relies on the same external connection, leading to a loss of service for all users of those bases and effectively giving the non‑administrator a privilege‑escalation effect. The weakness is captured by CWE‑269 for improper privilege management and CWE‑863 for missing authorization checks on shared resources.

Affected Systems

The vulnerability exists in the open‑webui project and applies to all released versions from 0.10.0 up through 0.11.0, inclusive. Version 0.11.1 and later contain the fix. Therefore, any deployment of Open WebUI with a version in the affected range is susceptible.

Risk and Exploitability

The CVSS base score of 7.1 indicates moderate‑to‑high severity. Exploitability data (EPSS) is not available and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is via the REST API, requiring an authenticated session with write privileges to a shared knowledge base. An attacker who can invoke the /api/v1/knowledge/{id}/delete endpoint will trigger the removal of the shared external connection, causing a denial of service for all affected knowledge bases. The risk is significant for environments that allow non‑admin users write access to shared resources, as it permits widespread disruption with modest privileges.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Open WebUI to version 0.11.1 or later to receive the official fix
  • Restrict write permissions on external knowledge bases so that only trusted or administrative users can delete or modify them
  • Review existing knowledge base configurations and remove or isolate shared external connections so that deletion of one base does not impact others

Generated by OpenCVE AI on September 9, 2026 at 22:43 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. From 0.10.0 until 0.11.1, DELETE /api/v1/knowledge/{id}/delete in backend/open_webui/routers/knowledge.py authorized deletion against the knowledge base but then removed its administrator-owned external connection without a separate administrator check or a check for other dependent knowledge bases. A non-administrator with write access to one external knowledge base could delete shared instance configuration and make every other knowledge base using that connection unavailable. This issue is fixed in version 0.11.1.
Title Open WebUI: Non-admin users can delete admin-owned external knowledge connections via knowledge base deletion
Weaknesses CWE-269
CWE-863
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-09T21:31:48.454Z

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

Link: CVE-2026-87998

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:48.460

Modified: 2026-09-09T22:18:48.460

Link: CVE-2026-87998

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-269

    Improper Privilege Management

  • CWE-863

    Incorrect Authorization