CVE-2026-70483 Details
Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, DELETE /api/v1/chats/{id} cancelled a chat's in-flight tasks before checking whether the caller could delete that chat. Any authenticated user who knew another user's chat id could abort that user's running model response, title generation, or tag generation, even though the delete was refused and no chat data was deleted, modified, or disclosed. This issue is fixed in 0.11.0.
A vulnerability in Open WebUI versions 0.9.6 prior to 0.11.0 allows any authenticated user to cancel another user's chat tasks through the chat delete API endpoint. The issue arises because the deletion process cancels ongoing tasks before verifying if the caller has the right to delete the chat. As a result, an authenticated user with knowledge of another user's chat ID could disrupt that user's active model response, title generation, or tag generation. Although the deletion request would be denied and no chat data would be lost or altered, the interruption of in-progress tasks could be exploited repeatedly as long as the chat ID remained valid.
Users can upgrade to Open WebUI version 0.11.0, where this vulnerability has been fixed. The updated version ensures that authorization checks are performed before cancelling any chat tasks, preventing unauthorized interruptions.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/open-webui/open-webui/security/advisories/GHSA-3vf6-64vr-3g56 | CISA-ADP | ExploitPatchVendor Advisory |
| https://github.com/open-webui/open-webui/commit/4f93c3e36c1734342a32c312bdb0516c66d8e93c | [email protected] | Patch |
| https://github.com/open-webui/open-webui/pull/27006 | [email protected] | PatchVendor Advisory |
| https://github.com/open-webui/open-webui/releases/tag/v0.11.0 | [email protected] | Release Notes |
| https://github.com/open-webui/open-webui/security/advisories/GHSA-3vf6-64vr-3g56 | [email protected] | ExploitPatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| openwebui open webui | >= 0.9.6, < 0.11.0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 18, 2026 | Initial Analysis | [email protected] |
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 4, 2026 | New CVE Received | [email protected] |