Improper access control in Open WebUI - CVE-2026-29070
Published: April 24, 2026
Open WebUI
Detailed vulnerability description
The vulnerability allows a remote user to delete arbitrary files.
The vulnerability exists due to improper access control in the knowledge file deletion endpoint when handling file removal requests. A remote user can send a specially crafted request with a file id from another knowledge base to delete arbitrary files.
The issue occurs because the application verifies write access to the current knowledge base but does not verify that the targeted file belongs to that knowledge base.