Missing Authorization in Open WebUI - #VU140754
Published: August 3, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to missing authorization in delete_chat_by_id when handling DELETE /api/v1/chats/{id} requests. A remote user can send a delete request for another user's chat to cause a denial of service.
The issue affects cancellation of in-flight chat tasks before authorization is checked, and exploitation requires knowledge of the target chat id while a generation is running.