CVE Catalog

CVE-2026-88000

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

Open WebUI from 0.10.0 to 0.11.1 has an infinite loop vulnerability in the chat deletion helper in backend/open_webui/models/chats.py. An authenticated user can create a cyclic chat tree and delete a message, causing a synchronous infinite loop that blocks all user requests until process termination. Fixed in 0.11.1.

Risk Assessment

The attack causes complete denial of service (DoS), blocking all users and requiring manual process restart.

Recommendation

Upgrade Open WebUI to version 0.11.1 or later as soon as possible.

Other vulnerabilities in Open WebUI

See all
Original NVD description (English source)

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.1, DELETE /api/v1/chats/{id}/messages/{message_id} used the chat-history deletion helper in backend/open_webui/models/chats.py to follow childrenIds without recording visited message identifiers. An authenticated user could store a cyclic chat tree and delete a message, causing a synchronous infinite loop on the server request loop that blocked every user's requests until the process was killed. This issue is fixed in version 0.11.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS