CVE Catalog

CVE-2026-88002

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

Open WebUI from 0.5.0 to 0.11.1 has a vulnerability causing infinite loop in the message-chain reconstruction helper in backend/open_webui/utils/misc.py. An authenticated user can store id-less messages in a cyclic structure, blocking the event loop and growing memory until termination. Fixed in 0.11.1.

Risk Assessment

The attack can cause denial of service (DoS) by blocking the server and exhausting memory, affecting availability for all users.

Recommendation

Immediately upgrade Open WebUI to version 0.11.1 or later, which includes the fix.

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.5.0 until 0.11.1, the message-chain reconstruction helper in backend/open_webui/utils/misc.py advanced through a chat history by map key but tracked visited entries using each message body's optional id field. An authenticated user could store id-less messages in a parent cycle and trigger a non-terminating walk that blocked the async event loop, grew memory until termination, and remained persistent across process restarts. This issue is fixed in version 0.11.1.

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