Lucene search
+L

1767 matches found

NVD
NVD
added 2026/09/09 10:18 p.m.6 views

CVE-2026-87995

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.11 until 0.11.1, src/lib/components/chat/FileNav/PortPreview.svelte rendered terminal port content in an iframe sandbox containing both allow-scripts and allow-same-origin. Because the terminal proxy...

8.7CVSS0.00222EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/09 10:18 p.m.6 views

CVE-2026-87017

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.7.0 until 0.11.1, the built-in knowledge search tool passed the caller's readable knowledge identifiers through a metadata filter, but the search methods in eleven shipped vector backends ignored that...

4.3CVSS0.0021EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/09 10:18 p.m.6 views

CVE-2026-87996

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.1, SafePlaywrightURLLoader in backend/openwebui/retrieval/web/utils.py validated a user-controlled hostname in Python and then let the Playwright browser resolve it again in the sync and...

7.7CVSS0.00207EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/09 10:18 p.m.6 views

CVE-2026-87994

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, the channel branch of chatcompletion in backend/openwebui/main.py checked channel write access and channel membership for a supplied messageid but did not verify that the calling user...

4.3CVSS0.00213EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/09 10:18 p.m.6 views

CVE-2026-87016

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.41 until 0.11.1, getuserbyoauthsub and getuserbyscimexternalid in backend/openwebui/models/users.py used JSON contains matching that compiled to SQL LIKE substring matching on SQLite. An OAuth subject...

8.1CVSS0.00334EPSS
SaveExploits0References4
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.00305EPSS
SaveExploits0References4
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:38 p.m.12 views

CVE-2026-88001

Open WebUI versions 0.9.5 through 0.11.1 contained a server-side request forgery (SSRF) weakness in its web-fetch functionality. When AIOHTTP_CLIENT_ALLOW_REDIRECTS was enabled, HTTP redirect destinations were not revalidated against WEB_FETCH_FILTER_LIST or private-address controls. An authentic...

5CVSS0.00269EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/09 9:38 p.m.5 views

CVE-2026-88001 Open WebUI: Server-side fetches reach blocked and internal hosts via unvalidated HTTP redirect targets

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, server-side web fetches did not reapply WEBFETCHFILTERLIST or private-address controls to HTTP redirect destinations when AIOHTTPCLIENTALLOWREDIRECTS was enabled. An authenticated user...

5CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/09 9:38 p.m.32 views

CVE-2026-88001 Open WebUI: Server-side fetches reach blocked and internal hosts via unvalidated HTTP redirect targets

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, server-side web fetches did not reapply WEBFETCHFILTERLIST or private-address controls to HTTP redirect destinations when AIOHTTPCLIENTALLOWREDIRECTS was enabled. An authenticated user...

5CVSS0.00269EPSS
SaveExploits0References4
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.00305EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/09 9:35 p.m.31 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.00305EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/09 9:35 p.m.7 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
OSV
OSV
added 2026/09/09 9:33 p.m.6 views

CVE-2026-87999 Open WebUI: Any authenticated user can reach the Azure platform channel via server-side web fetch

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. Prior to 0.11.1, POST /api/v1/retrieval/process/web and POST /api/v1/retrieval/process/web/search in backend/openwebui/retrieval/web/utils.py treated Python's globally routable address classification as proof th...

7.1CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/09/09 9:33 p.m.17 views

CVE-2026-87999

Open WebUI (a self-hosted AI platform) had a server-side request forgery (SSRF) vulnerability in backend/open_webui/retrieval/web/utils.py, affecting the POST /api/v1/retrieval/process/web and POST /api/v1/retrieval/process/web/search endpoints. The root cause was that Python's globally routable ...

7.1CVSS0.00217EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/09 9:33 p.m.34 views

CVE-2026-87999 Open WebUI: Any authenticated user can reach the Azure platform channel via server-side web fetch

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. Prior to 0.11.1, POST /api/v1/retrieval/process/web and POST /api/v1/retrieval/process/web/search in backend/openwebui/retrieval/web/utils.py treated Python's globally routable address classification as proof th...

7.1CVSS0.00217EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/09 9:31 p.m.8 views

CVE-2026-87998 Open WebUI: Non-admin users can delete admin-owned external knowledge connections via knowledge base deletion

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/knowledge/id/delete in backend/openwebui/routers/knowledge.py authorized deletion against the knowledge base but then removed its administrator-owned external connection...

7.1CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/09 9:31 p.m.28 views

CVE-2026-87998 Open WebUI: Non-admin users can delete admin-owned external knowledge connections via knowledge base deletion

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/knowledge/id/delete in backend/openwebui/routers/knowledge.py authorized deletion against the knowledge base but then removed its administrator-owned external connection...

7.1CVSS0.00267EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 9:31 p.m.13 views

CVE-2026-87998

Open WebUI (versions 0.10.0 through 0.11.1 ) contains an authorization flaw in the knowledge base deletion endpoint (DELETE /api/v1/knowledge/{id}/delete in backend/open_webui/routers/knowledge.py). The endpoint validates permissions against the knowledge base itself but then removes the associat...

7.1CVSS0.00267EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 9:30 p.m.14 views

CVE-2026-87997

Open WebUI (self-hosted AI platform) versions 0.10.0 through 0.11.1 contain an access-control bypass in POST /api/chat/completions and POST /api/v1/chat/completions (backend/open_webui/main.py). A client-supplied folder_id was copied into a new chat without the folder write-access check enforced ...

4.3CVSS0.00213EPSS
SaveExploits0References4
Rows per page
Query Builder