CVE-2026-70483: Open WebUI: Any authenticated user can cancel another user's chat generation via the chat delete endpoint
(updated )
DELETE /api/v1/chats/{id} cancelled a chat’s in-flight tasks before it checked whether the caller was allowed to delete that chat. Any authenticated user who knew another user’s chat id could therefore abort that user’s running model response, title generation or tag generation. The deletion itself was still refused, so the only missing control was on the cancellation side effect.
References
- github.com/advisories/GHSA-3vf6-64vr-3g56
- github.com/open-webui/open-webui/commit/4f93c3e36c1734342a32c312bdb0516c66d8e93c
- github.com/open-webui/open-webui/pull/27006
- github.com/open-webui/open-webui/releases/tag/v0.11.0
- github.com/open-webui/open-webui/security/advisories/GHSA-3vf6-64vr-3g56
- nvd.nist.gov/vuln/detail/CVE-2026-70483
Code Behaviors & Features
Detect and mitigate CVE-2026-70483 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →