Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, the sync cleanup endpoint authorized write access to the knowledge base in the URL but then acted on directory and file ids supplied in the request body without checking that those objects belonged to that knowledge base. A user with write access to one knowledge base could delete directories and remove file embeddings from another knowledge base, causing documents to drop out of retrieval results and breaking chat-with-file for targeted documents without disclosing contents. This issue is fixed in 0.11.0.
Published: 2026-08-04
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The sync cleanup endpoint in Open WebUI versions 0.9.6 through 0.10.x, before the 0.11.0 fix, authorizes a user to write to any knowledge base using the URL but fails to verify that the directory and file IDs supplied belong to that knowledge base. Consequently, a user with write permissions on one knowledge base can delete directories and remove file embeddings from another, causing documents to disappear from retrieval results and breaking chat‑with‑file functionality. The flaw does not leak content but undermines the integrity and availability of the target knowledge base.

Affected Systems

Open WebUI 0.9.6–0.10.x (up through 0.10.x). The vulnerability was addressed in the 0.11.0 release.

Risk and Exploitability

With a CVSS score of 4.3, the vulnerability is considered moderate. Attack requires authenticated access and write permissions, so exploitation is limited to users who already have sufficient privileges. The EPSS score is not available and the flaw is not listed in CISA's KEV catalog, indicating a lower likelihood of widespread exploitation, but the impact on data availability can be significant in multi‑tenant deployments.

Generated by OpenCVE AI on August 4, 2026 at 21:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open WebUI to version 0.11.0 or newer, which adds a check that directory and file identifiers belong to the target knowledge base.
  • Restrict write permissions on knowledge bases so that only trusted users can perform sync cleanup operations.
  • Enable and monitor audit logging for deletions on knowledge bases to detect unauthorized activity.

Generated by OpenCVE AI on August 4, 2026 at 21:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-jxc9-xmc4-gr23 Open WebUI: Deletion of directories and file embeddings in other knowledge bases via sync cleanup
History

Tue, 04 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Open-webui
Open-webui open-webui
Vendors & Products Open-webui
Open-webui open-webui

Tue, 04 Aug 2026 20: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.6 until 0.11.0, the sync cleanup endpoint authorized write access to the knowledge base in the URL but then acted on directory and file ids supplied in the request body without checking that those objects belonged to that knowledge base. A user with write access to one knowledge base could delete directories and remove file embeddings from another knowledge base, causing documents to drop out of retrieval results and breaking chat-with-file for targeted documents without disclosing contents. This issue is fixed in 0.11.0.
Title Open WebUI: Deletion of directories and file embeddings in other knowledge bases via sync cleanup
Weaknesses CWE-639
CWE-863
References
Metrics cvssV3_1

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


Subscriptions

Open-webui Open-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-04T20:35:44.235Z

Reserved: 2026-08-04T15:24:41.340Z

Link: CVE-2026-70488

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T21:30:12Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-863

    Incorrect Authorization