Improper access control in Open WebUI - CVE-2026-45301
Published: May 11, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information and delete arbitrary uploaded files.
The vulnerability exists due to improper access control in files API endpoints when handling authenticated requests for file listing, file content retrieval, and file deletion. A remote user can send crafted requests to list, access, and delete files uploaded by other users to disclose sensitive information and delete arbitrary uploaded files.
The affected endpoints check only that the requester is a verified user and do not enforce ownership checks against the file user_id.