CVE-2026-88000: Open WebUI: Any authenticated user can hang the server via message deletion in a cyclic chat tree
Chat histories are stored as an unvalidated JSON object. After a message is deleted, the code that picks the chat’s new current message walked down the childrenIds links without recording where it had already been. Any account with the default user role could store a chat whose messages list each other as children, then delete a message from it, and the walk would run forever. That walk runs on the server’s request loop, so it blocks every other user’s requests until the process is killed.
References
- github.com/advisories/GHSA-3cgp-3cqx-j8w2
- github.com/open-webui/open-webui/commit/b933292d63d12be3fd1416fe55519ddc7aa336bc
- github.com/open-webui/open-webui/pull/28035
- github.com/open-webui/open-webui/releases/tag/v0.11.1
- github.com/open-webui/open-webui/security/advisories/GHSA-3cgp-3cqx-j8w2
- nvd.nist.gov/vuln/detail/CVE-2026-88000
Code Behaviors & Features
Detect and mitigate CVE-2026-88000 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 →