Lucene search
+L

19128 matches found

Github Security Blog
Github Security Blog
added 2026/09/09 11:54 p.m.11 views

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

Summary 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...

6.5CVSS5.6AI score0.0033EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/09/09 11:54 p.m.9 views

EUVD-2026-75185

Open WebUI: Any authenticated user can hang the server via message deletion in a cyclic chat tree...

6.5CVSS0.0033EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/09/09 11:53 p.m.9 views

Open WebUI: Any authenticated user can hang the server via a cyclic chat message history

Summary Chat histories are stored as an unvalidated JSON object. The walk that reconstructs a chat's message chain detected repeats using each message's own id field while moving through the history by map key, so a message that simply omitted id was never recorded as visited. A history whose...

6.5CVSS5.6AI score0.00325EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/09/09 11:53 p.m.10 views

EUVD-2026-75188

Open WebUI: Any authenticated user can hang the server via a cyclic chat message history...

6.5CVSS0.00325EPSS
SaveExploits1References4
OSV
OSV
added 2026/09/09 11:53 p.m.7 views

GHSA-JQHH-CJMQ-VMV6 Open WebUI: Any authenticated user can hang the server via a cyclic chat message history

Summary Chat histories are stored as an unvalidated JSON object. The walk that reconstructs a chat's message chain detected repeats using each message's own id field while moving through the history by map key, so a message that simply omitted id was never recorded as visited. A history whose...

6.5CVSS5.6AI score0.00325EPSS
SaveExploits1References5
NVD
NVD
added 2026/09/09 10:18 p.m.8 views

CVE-2026-88002

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/openwebui/utils/misc.py advanced through a chat history by map key but tracked visited entries using each message body's optional id...

6.5CVSS0.00325EPSS
SaveExploits1References4
NVD
NVD
added 2026/09/09 10:18 p.m.7 views

CVE-2026-88000

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/messageid used the chat-history deletion helper in backend/openwebui/models/chats.py to follow childrenIds without recording visited message identifiers...

6.5CVSS0.0033EPSS
SaveExploits1References4
CVE
CVE
added 2026/09/09 9:40 p.m.15 views

CVE-2026-88002

Open WebUI (self-hosted AI platform), versions 0.5.0 through 0.11.1 , is affected by a denial-of-service vulnerability in the message-chain reconstruction helper in backend/open_webui/utils/misc.py. The helper advanced through chat history by map key but tracked visited entries using each message...

6.5CVSS0.00325EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/09/09 9:40 p.m.35 views

CVE-2026-88002 Open WebUI: Any authenticated user can hang the server via a cyclic chat message history

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/openwebui/utils/misc.py advanced through a chat history by map key but tracked visited entries using each message body's optional id...

6.5CVSS0.00325EPSS
SaveExploits1References4
OSV
OSV
added 2026/09/09 9:40 p.m.7 views

CVE-2026-88002 Open WebUI: Any authenticated user can hang the server via a cyclic chat message history

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/openwebui/utils/misc.py advanced through a chat history by map key but tracked visited entries using each message body's optional id...

6.5CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/09/09 9:35 p.m.12 views

CVE-2026-88000

Open WebUI (a self-hosted AI platform) versions 0.10.0 through 0.11.1 contain a denial-of-service vulnerability in the DELETE /api/v1/chats/{id}/messages/{message_id} endpoint. The chat-history deletion helper follows childrenIds without tracking visited message identifiers, so an authenticated u...

6.5CVSS0.0033EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/09/09 9:35 p.m.33 views

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

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/messageid used the chat-history deletion helper in backend/openwebui/models/chats.py to follow childrenIds without recording visited message identifiers...

6.5CVSS0.0033EPSS
SaveExploits1References4
OSV
OSV
added 2026/09/09 9:35 p.m.8 views

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

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/messageid used the chat-history deletion helper in backend/openwebui/models/chats.py to follow childrenIds without recording visited message identifiers...

6.5CVSS5.8AI score
SaveExploits0References6
NVD
NVD
added 2026/09/09 9:17 p.m.6 views

CVE-2026-87013

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.1, POST /api/v1/folders/id/update/parent allowed a user to place a folder under itself or one of its descendants, while the folder tree walks used by DELETE /api/v1/folders/id and POST...

4.3CVSS0.00268EPSS
SaveExploits1References4
NVD
NVD
added 2026/09/09 9:17 p.m.6 views

CVE-2026-87011

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.0 until 0.11.1, the unauthenticated POST /oauth/backchannel-logout handler in backend/openwebui/utils/oauth.py fetched the OIDC discovery document and signing keys before validating a submitted logout...

7.5CVSS0.00339EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/09/09 9:00 p.m.11 views

CVE-2026-87013 Open WebUI: Any authenticated user can start a non-terminating request via a folder parent cycle

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.1, POST /api/v1/folders/id/update/parent allowed a user to place a folder under itself or one of its descendants, while the folder tree walks used by DELETE /api/v1/folders/id and POST...

4.3CVSS0.00268EPSS
SaveExploits1References4
CVE
CVE
added 2026/09/09 9:00 p.m.18 views

CVE-2026-87013

Open WebUI versions 0.10.0 through 0.11.1 contain a denial-of-service vulnerability in the folder tree functionality. The POST /api/v1/folders/{id}/update/parent endpoint allowed an authenticated user to place a folder under itself or one of its descendants, creating a parent cycle . Because the ...

4.3CVSS0.00268EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/09/09 8:54 p.m.7 views

CVE-2026-87011 Open WebUI: Unauthenticated requests can stall the server via uncached OIDC fetches in back-channel logout

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.0 until 0.11.1, the unauthenticated POST /oauth/backchannel-logout handler in backend/openwebui/utils/oauth.py fetched the OIDC discovery document and signing keys before validating a submitted logout...

7.5CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/09/09 8:54 p.m.16 views

CVE-2026-87011

Open WebUI , a self-hosted AI platform, contains a denial-of-service vulnerability in the unauthenticated POST /oauth/backchannel-logout handler (backend/open_webui/utils/oauth.py). From version 0.9.0 through 0.11.1 , the handler fetched the OIDC discovery document and signing keys before validat...

7.5CVSS0.00339EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/09/09 8:54 p.m.34 views

CVE-2026-87011 Open WebUI: Unauthenticated requests can stall the server via uncached OIDC fetches in back-channel logout

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.0 until 0.11.1, the unauthenticated POST /oauth/backchannel-logout handler in backend/openwebui/utils/oauth.py fetched the OIDC discovery document and signing keys before validating a submitted logout...

7.5CVSS0.00339EPSS
SaveExploits1References3
Rows per page
Query Builder