Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. open-webui
  4. ›
  5. CVE-2026-88000

CVE-2026-88000: Open WebUI: Any authenticated user can hang the server via message deletion in a cyclic chat tree

September 9, 2026

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 →

Affected versions

All versions starting from 0.10.0 before 0.11.1

Fixed versions

  • 0.11.1

Solution

Upgrade to version 0.11.1 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')

Source file

pypi/open-webui/CVE-2026-88000.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 10 Sep 2026 00:19:44 +0000.