PT-2026-28385 · Unknown · Open-Webui
Scaumacktiv
·
Published
2026-03-26
·
Updated
2026-03-27
·
CVE-2026-29070
CVSS v3.1
8.1
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Open WebUI versions prior to 0.8.6
Description
Open WebUI is an artificial intelligence platform designed for offline operation. A missing access control check when deleting files from a knowledge base allows a user with write access to a knowledge base (or an administrator) to delete arbitrary files from any knowledge base, provided they know the file ID. The issue stems from a lack of validation that the file being deleted actually belongs to the knowledge base the user has access to. The vulnerable code is located in the
/api/v1/knowledge/{id}/file/remove API endpoint, specifically within the remove file from knowledge by id function. The file id parameter, form data.file id, is not validated against the current knowledge base. A proof of concept demonstrates an attacker deleting a file from a victim's knowledge base by submitting a request to their own collection with the victim's file ID.Recommendations
Update Open WebUI to version 0.8.6 or later.
Exploit
Fix
Missing Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Open-Webui