Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.7.0 until 0.11.1, the built-in knowledge search tool passed the caller's readable knowledge identifiers through a metadata filter, but the search methods in eleven shipped vector backends ignored that filter. An authenticated user on an affected backend could enumerate the identifiers, names, and descriptions of inaccessible knowledge bases from the shared collection, although the associated document text remained in separate collections. This issue is fixed in version 0.11.1.
Published: 2026-09-09
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The bug lies in the way the built‑in knowledge search tool handles readable identifiers: it forwards them to a metadata filter, but the search functions in eleven shipped vector back‑ends ignore that filter. An authenticated user can therefore list identifiers, names, and descriptions of knowledge bases that the user is not supposed to see, although the actual document content remains protected. The disclosed information is limited to metadata, but it still leaks potentially sensitive structure and ownership data. The weakness is classified as Information Disclosure (CWE‑200) and Improper Access Control (CWE‑863).

Affected Systems

The issue affects Open WebUI deployments running version 0.7.0 through 0.11.1 of the open‑webui:open‑webui product. Any installation that has an enabled built‑in knowledge tool and uses one of the eleven vector back‑ends shipped with the platform is vulnerable.

Risk and Exploitability

The vulnerability scores a CVSS of 4.3, placing it in the moderate severity range. EPSS is not available and the vulnerability is not listed in CISA KEV, indicating no known widespread exploitation yet. The attack vector is local; an authenticated user with normal access to the platform can trigger enumeration of hidden knowledge bases. Because the attacker does not gain direct access to underlying documents, the impact is limited but still valuable to a malicious insider or friend‑of‑user.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open WebUI to version 0.11.1 or later where the knowledge‑base filter is correctly enforced.
  • If upgrading is not immediately possible, disable the built‑in knowledge search feature or restrict all authenticated users to a read‑only role that cannot invoke the search.
  • Audit and tighten user permissions so that only trusted users have the ability to trigger the knowledge‑base enumeration, and review logs for suspicious activity.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.7.0 until 0.11.1, the built-in knowledge search tool passed the caller's readable knowledge identifiers through a metadata filter, but the search methods in eleven shipped vector backends ignored that filter. An authenticated user on an affected backend could enumerate the identifiers, names, and descriptions of inaccessible knowledge bases from the shared collection, although the associated document text remained in separate collections. This issue is fixed in version 0.11.1.
Title Open WebUI: Inaccessible knowledge bases are exposed through the built-in knowledge tool on most vector backends
Weaknesses CWE-200
CWE-863
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-09T21:23:27.489Z

Reserved: 2026-09-08T16:44:23.783Z

Link: CVE-2026-87017

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:47.023

Modified: 2026-09-09T22:18:47.023

Link: CVE-2026-87017

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-863

    Incorrect Authorization