Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to version 0.8.6, an access control check is missing when deleting a file from a knowledge base. The only check being done is that the user has write access to the knowledge base (or is admin), but NOT that the file actually belongs to this knowledge base. It is thus possible to delete arbitrary files from arbitrary knowledge bases (as long as one knows the file id). Version 0.8.6 patches the issue.
AnalysisAI
Open WebUI versions prior to 0.8.6 allow authenticated users to delete arbitrary files from knowledge bases they have write access to, due to missing validation that files actually belong to the target knowledge base. An attacker with legitimate write permissions to any knowledge base can exploit this to delete files from other knowledge bases by crafting requests with known file identifiers, resulting in data loss and service disruption. No public exploit code or active exploitation has been reported at time of analysis.
Technical ContextAI
Open WebUI is a self-hosted artificial intelligence platform designed for offline operation. The vulnerability stems from an incomplete access control implementation in the file deletion functionality (CWE-862: Missing Authorization). The vulnerability affects the knowledge base file management system, where the deletion endpoint performs an insufficient authorization check by verifying only that the user has write access to the destination knowledge base, without validating the file's actual membership in that knowledge base. This allows an authenticated attacker to bypass the intended logical boundary between knowledge bases by submitting a DELETE request with a valid file identifier from a different knowledge base. The root cause is a failure to implement proper authorization logic that should verify both user permissions AND resource ownership before allowing deletion operations.
RemediationAI
Upgrade Open WebUI to version 0.8.6 or later immediately, as this version contains the patch that adds proper file ownership validation to the deletion authorization check. See the vendor security advisory at https://github.com/open-webui/open-webui/security/advisories/GHSA-26gm-93rw-cchf for detailed information and confirmation. Until patching is completed, restrict network access to the Open WebUI instance to trusted users and networks only, and consider implementing additional monitoring and audit logging on knowledge base file operations to detect unauthorized deletion attempts. For air-gapped deployments, the risk is reduced but patching should still be prioritized when update mechanisms become available.
More in Open Webui
View allA vulnerability in open-webui/open-webui version 0.3.8 allows an attacker with a user-level account to perform a session
An XSS vulnerability exists in open-webui/open-webui versions <= 0.3.8, specifically in the function that constructs the
A Stored Cross-Site Scripting (XSS) vulnerability exists in the chat file upload functionality of open-webui/open-webui
A vulnerability in open-webui/open-webui versions <= 0.3.8 allows remote code execution by non-admin users via Cross-Sit
Attacker controlled files can be uploaded to arbitrary locations on the web server's filesystem by abusing a path traver
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.6.37, a St
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.6.37, a Se
A stored cross-site scripting (XSS) vulnerability exists in open-webui/open-webui version 0.3.8. Rated high severity (CV
In version v0.3.10 of open-webui/open-webui, the `api/v1/utils/pdf` endpoint lacks authentication mechanisms, allowing u
In open-webui version 0.3.8, the endpoint `/models/upload` is vulnerable to arbitrary file write due to improper handlin
The `/openai/models` endpoint in open-webui/open-webui version 0.3.8 is vulnerable to Server-Side Request Forgery (SSRF)
In version 0.3.32 of open-webui/open-webui, the absence of authentication mechanisms allows any unauthenticated attacker
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16484
GHSA-26gm-93rw-cchf