Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.0, the DELETE /api/v1/folders/{id} handler in backend/open_webui/routers/folders.py allowed a user granted write access to a shared chat folder to permanently delete chats and messages belonging to the folder owner. The cascade following the authorization check is bound to the folder owner's id, but the subfolder check accepted any inherited write grant instead of requiring ownership or administrator status. A collaborator can destroy the owner's subtree or force-move chats out of it when delete_contents=false. This issue is fixed in 0.11.0.
Published: 2026-08-04
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the folder deletion API lets a user with write access to a shared folder permanently delete chats and messages belonging to the folder owner. The vulnerability arises because the system authorizes deletion based on the folder’s write grant rather than requiring ownership or administrator rights, allowing a collaborator to cascade the delete operation to the owner’s entire subtree. This leads to irreversible data loss for the owner and can disrupt continuity of work or conversation history.

Affected Systems

The issue exists in Open WebUI, specifically in the DELETE /api/v1/folders/{id} handler of the backend code. All releases from version 0.10.0 up to, but excluding, 0.11.0 are affected. The vendor product is Open WebUI, a self‑hosted AI platform.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.1, indicating high severity. The EPSS score is not available, so the current probability of exploitation cannot be quantified but the known usage scenario—any user with delegated write permission—makes the risk tangible. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector involves authenticated HTTP DELETE requests directed at the folder API; a collaborator with write privileges can trigger the deletion without additional authorization.

Generated by OpenCVE AI on August 4, 2026 at 22:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open WebUI to version 0.11.0 or later to apply the official fix.
  • If an upgrade is not immediately possible, remove write permissions from shared folders for all non‑owners/non‑admins or restrict delete functionality to owners only.
  • Implement monitoring of DELETE /api/v1/folders requests to detect and investigate abnormal deletion activity.

Generated by OpenCVE AI on August 4, 2026 at 22:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-3cg5-48j3-v4gv Open WebUI: A folder write-collaborator can permanently delete the owner's chats by deleting a shared subfolder
History

Tue, 04 Aug 2026 23:00: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 21:15: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.0, the DELETE /api/v1/folders/{id} handler in backend/open_webui/routers/folders.py allowed a user granted write access to a shared chat folder to permanently delete chats and messages belonging to the folder owner. The cascade following the authorization check is bound to the folder owner's id, but the subfolder check accepted any inherited write grant instead of requiring ownership or administrator status. A collaborator can destroy the owner's subtree or force-move chats out of it when delete_contents=false. This issue is fixed in 0.11.0.
Title Open WebUI: A folder write-collaborator can permanently delete the owner's chats by deleting a shared subfolder
Weaknesses CWE-862
CWE-863
References
Metrics cvssV3_1

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


Subscriptions

Open-webui Open-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-04T20:58:05.325Z

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

Link: CVE-2026-70494

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:00:14Z

Weaknesses