Lucene search
+L

981394 matches found

Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.13 views

Open WebUI: Inaccessible knowledge bases are exposed through the built-in knowledge tool on most vector backends

Summary The built-in knowledge search tool returns knowledge bases the calling user has no access to. The tool works out which knowledge bases the caller may read and hands that set to the vector store as a search filter, and that filter is the only access control on the path. Most of the shipped...

4.3CVSS5.7AI score0.00217EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/09/10 3:10 p.m.7 views

EUVD-2026-75177

Open WebUI: Inaccessible knowledge bases are exposed through the built-in knowledge tool on most vector backends...

4.3CVSS5.7AI score0.00217EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.15 views

Open WebUI: Channel members can overwrite another member's message via the chat completions endpoint

Summary Any member of a channel who can post to it could also replace the text of a message written by a different member. The channel branch of the chat completions endpoint checked that the caller may write to the channel, and that the targeted message belongs to that channel, but never checked...

4.3CVSS5.7AI score0.00217EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/09/10 3:10 p.m.9 views

EUVD-2026-75178

Open WebUI: Channel members can overwrite another member's message via the chat completions endpoint...

4.3CVSS5.7AI score0.00217EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.12 views

Open WebUI: Same-origin XSS to account takeover via terminal port-preview iframe hardcoding allow-same-origin

Summary Any authenticated user with access to a shared terminal server could get script of their choosing to run in the Open WebUI origin itself. The in-app port preview rendered the content of a previewed port in an iframe whose sandbox always granted allow-same-origin alongside allow-scripts, a...

8.7CVSS5.8AI score0.00229EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/09/10 3:10 p.m.11 views

EUVD-2026-75179

Open WebUI: Same-origin XSS to account takeover via terminal port-preview iframe hardcoding allow-same-origin...

8.7CVSS5.7AI score0.00229EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.13 views

Open WebUI: SSRF into internal services via DNS rebinding in the Playwright web loader

Summary With the Playwright web loader enabled, Open WebUI checks the address behind a user-submitted URL before allowing the request, then handed the request to the browser to perform. The browser resolved the hostname a second time, on its own, and that answer was never checked. An attacker who...

7.7CVSS5.6AI score0.0021EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/09/10 3:10 p.m.7 views

EUVD-2026-75180

Open WebUI: SSRF into internal services via DNS rebinding in the Playwright web loader...

7.7CVSS5.7AI score0.0021EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/09/10 3:10 p.m.7 views

EUVD-2026-75181

Open WebUI: Any authenticated user can inject chats into another user's folder via chat completions...

4.3CVSS5.7AI score0.00217EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.11 views

Open WebUI: Any authenticated user can inject chats into another user's folder via chat completions

Summary The chat-completions endpoint reads a folder id out of the request body and saves the newly created chat into that folder without checking that the caller is allowed to write there. Any authenticated user who knows a folder's id can put a chat of their own into another user's folder,...

4.3CVSS5.8AI score0.00217EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/10 3:09 p.m.12 views

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

Summary External knowledge connections are created and owned by administrators, and are shared by every external knowledge base bound to them. Deleting an external knowledge base also removed that connection from the instance configuration, with no check on the caller's role and no check for othe...

7.1CVSS5.6AI score0.00272EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/09/10 3:09 p.m.7 views

EUVD-2026-75183

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

7.1CVSS5.7AI score0.00272EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/09/10 3:09 p.m.9 views

EUVD-2026-75184

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

7.1CVSS5.7AI score0.00223EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/09/10 3:09 p.m.12 views

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

Summary Open WebUI fetches user-supplied URLs on the server for RAG URL ingestion and web search, and screens the resolved addresses so internal destinations cannot be reached. That screen decided whether a destination was external by asking Python's standard library whether the address is global...

7.1CVSS5.7AI score0.00223EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/10 3:09 p.m.13 views

Open WebUI: Users denied by the OAuth domain allowlist or role policy can still sign in via token exchange

Summary Open WebUI's OAuth token exchange endpoint issues a session for a provider access token without applying the email domain allowlist that the normal OAuth login callback enforces. An account whose email domain the login callback would refuse could still obtain a working session through thi...

6.5CVSS5.7AI score0.00217EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/09/10 2:43 p.m.30 views

CVE-2026-88006

Open WebUI (a self-hosted AI platform) is affected by an authentication bypass in its OAuth token exchange endpoint from version 0.8.0 through 0.11.1 . The endpoint issues a session for a provider access token without executing the OAuth role management that the normal login callback performs. As...

6.5CVSS5.7AI score0.00217EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/10 2:43 p.m.42 views

CVE-2026-88006 Open WebUI: Users denied by the OAuth role policy can still sign in via token exchange

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.1, Open WebUI's OAuth token exchange endpoint issues a session for a provider access token without running the OAuth role management that the normal OAuth login callback runs. A user whose...

6.5CVSS0.00217EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/10 2:43 p.m.9 views

EUVD-2026-75541

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.1, Open WebUI's OAuth token exchange endpoint issues a session for a provider access token without running the OAuth role management that the normal OAuth login callback runs. A user whose...

6.5CVSS5.7AI score0.00217EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/10 2:43 p.m.11 views

CVE-2026-88006 Open WebUI: Users denied by the OAuth role policy can still sign in via token exchange

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.1, Open WebUI's OAuth token exchange endpoint issues a session for a provider access token without running the OAuth role management that the normal OAuth login callback runs. A user whose...

6.5CVSS5.7AI score0.00217EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/10 2:43 p.m.7 views

CVE-2026-88006 Open WebUI: Users denied by the OAuth role policy can still sign in via token exchange

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.1, Open WebUI's OAuth token exchange endpoint issues a session for a provider access token without running the OAuth role management that the normal OAuth login callback runs. A user whose...

6.5CVSS5.8AI score
SaveExploits0References5
Rows per page
Query Builder