Lucene search
+L

1768 matches found

OSV
OSV
added 2026/09/09 8:54 p.m.6 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
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/09 8:54 p.m.32 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
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.12 views

PT-2026-89162

Summary When more than one external tool server is reachable in the same request, a tool call to a server configured for bearer authentication can arrive carrying the calling user's Open WebUI session cookies alongside that server's own key. The cookie jar is built per connection, but the callabl...

6.8CVSS0.0028EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.8 views

PT-2026-89174

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.3CVSS0.00213EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.8 views

PT-2026-89160

Summary Any authenticated user can move one of their own folders under itself, leaving a loop in their folder tree. The re-parent endpoint performed no check that the new parent was not the folder itself or one of its own subfolders, and the folder tree walks did not track which folders they had...

4.3CVSS0.00268EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.9 views

PT-2026-89176

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/open webui/retrieval/web/utils.py treated Python's globally routable address classification as proof...

7.1CVSS0.00217EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.11 views

PT-2026-89159

Any authenticated user can suppress calendar alerts instance-wide via a non-numeric alert value Summary Calendar events carry a free-form meta object that is stored exactly as submitted, with no validation of the values inside it. The scheduler reads the per-event alert offset out of that object ...

4.3CVSS0.00268EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.10 views

PT-2026-89175

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.1CVSS0.00267EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.6 views

PT-2026-89178

Summary Open WebUI protects server-side web fetches with two controls: the operator's list of excluded hosts, and a check that refuses private and internal addresses. Neither control was applied to the destination of an HTTP redirect. On a deployment where redirect following is enabled, any...

5CVSS0.00269EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.10 views

PT-2026-89161

Summary A user who is demoted from admin by an identity provider keeps admin-level read and write access to every user's notes, over any Socket.IO connection that was already open when the demotion happened. Open WebUI caches the user's role on the socket at connection time, and the two SSO...

6.5CVSS0.00278EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.10 views

PT-2026-89173

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.7CVSS0.00207EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.9 views

PT-2026-89179

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.5CVSS0.00305EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.8 views

PT-2026-89158

Summary The OIDC back-channel logout endpoint is unauthenticated by design, because the identity provider calls it without a browser session. Before checking whether the submitted logout token was genuine, the handler fetched the provider's discovery document and its signing keys over the network...

7.5CVSS0.00339EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.7 views

PT-2026-89172

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.7CVSS0.00222EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.7 views

PT-2026-89168

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.3CVSS0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.8 views

PT-2026-89177

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.5CVSS0.00305EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.9 views

PT-2026-89167

Summary On SQLite deployments, the lookup that maps an external identity to a local account does a substring match instead of an exact match. A subject value containing SQL wildcard characters therefore matches accounts the value was never issued for, and the sign-in binds to whichever account th...

8.1CVSS0.00334EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.8 views

PT-2026-89171

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.3CVSS0.00213EPSS
SaveExploits0References10
Wolfi
Wolfi
added 2026/09/08 8:53 p.m.10 views

GHSA-XRQW-3RRV-VX5W vulnerabilities

Vulnerabilities for packages: open-webui...

5.8AI score
SaveExploits0
Rows per page
Query Builder