Lucene search
+L

4344 matches found

Cvelist
Cvelist
•added 2026/08/04 7:54 p.m.•41 views

CVE-2026-70483 Open WebUI: Any authenticated user can cancel another user's chat generation via the chat delete endpoint

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, DELETE /api/v1/chats/id cancelled a chat's in-flight tasks before checking whether the caller could delete that chat. Any authenticated user who knew another user's chat id could abort...

3.1CVSS0.00458EPSS
SaveExploits1References4
CVE
CVE
•added 2026/08/04 7:54 p.m.•75 views

CVE-2026-70483

Open WebUI (self-hosted AI platform) contained an authorization bypass in the delete_chat_by_id handler (backend/open_webui/routers/chats.py) serving DELETE /api/v1/chats/{id}. The in-flight task cancellation was placed before ownership and permission checks, so any authenticated user with the de...

4.3CVSS5.5AI score0.00458EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
•added 2026/08/04 7:52 p.m.•14 views

Improper Authentication

Overview open-webui is an Open WebUI Affected versions of this package are vulnerable to Improper Authentication via the tokenexchange process. An attacker can gain unauthorized access to another user's account by exchanging an OAuth access token issued to any client registered with the same...

8.8CVSS5.4AI score0.00569EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
•added 2026/08/04 7:52 p.m.•21 views

Open WebUI: Account takeover via OAuth token exchange accepting tokens issued to any client

Summary The OAuth token exchange endpoint accepts a raw provider access token and validates it by calling the provider's userinfo endpoint. A userinfo endpoint reports only that a token is valid, never which OAuth client it was issued to, and the endpoint performed no audience or client check of...

8.8CVSS5.5AI score0.00569EPSS
SaveExploits1References5Affected Software1
OSV
OSV
•added 2026/08/04 7:52 p.m.•13 views

GHSA-RQ84-P6RR-VF89 Open WebUI: Account takeover via OAuth token exchange accepting tokens issued to any client

Summary The OAuth token exchange endpoint accepts a raw provider access token and validates it by calling the provider's userinfo endpoint. A userinfo endpoint reports only that a token is valid, never which OAuth client it was issued to, and the endpoint performed no audience or client check of...

8.1CVSS5.5AI score0.00569EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
•added 2026/08/04 7:51 p.m.•8 views

CVE-2026-70482 Open WebUI: Account takeover via OAuth token exchange accepting tokens issued to any client

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLEOAUTHTOKENEXCHANGE=True, /oauth/provider/token/exchange accepts a raw provider access token and validates it by calling the provider userinfo endpoint without confirming which...

8.1CVSS5.5AI score0.00569EPSS
SaveExploits1References4
OSV
OSV
•added 2026/08/04 7:51 p.m.•27 views

CVE-2026-70482 Open WebUI: Account takeover via OAuth token exchange accepting tokens issued to any client

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLEOAUTHTOKENEXCHANGE=True, /oauth/provider/token/exchange accepts a raw provider access token and validates it by calling the provider userinfo endpoint without confirming which...

8.1CVSS5.4AI score
SaveExploits0References6
attackerkb
attackerkb
•added 2026/08/04 7:51 p.m.•13 views

CVE-2026-70482

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLEOAUTHTOKENEXCHANGE=True, /oauth/provider/token/exchange accepts a raw provider access token and validates it by calling the provider userinfo endpoint without confirming which...

8.1CVSS5.5AI score0.00569EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
•added 2026/08/04 7:51 p.m.•22 views

EUVD-2026-52887

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLEOAUTHTOKENEXCHANGE=True, /oauth/provider/token/exchange accepts a raw provider access token and validates it by calling the provider userinfo endpoint without confirming which...

8.1CVSS5.5AI score0.00569EPSS
SaveExploits1References4
CVE
CVE
•added 2026/08/04 7:51 p.m.•85 views

CVE-2026-70482

Open WebUI (self-hosted AI platform) versions 0.8.0–0.11.0 are affected. When ENABLE_OAUTH_TOKEN_EXCHANGE is true, /oauth/{provider}/token/exchange accepts a raw provider access token and validates it via the provider’s userinfo endpoint without confirming which OAuth client issued the token. As ...

8.8CVSS5.5AI score0.00569EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
•added 2026/08/04 7:51 p.m.•46 views

CVE-2026-70482 Open WebUI: Account takeover via OAuth token exchange accepting tokens issued to any client

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLEOAUTHTOKENEXCHANGE=True, /oauth/provider/token/exchange accepts a raw provider access token and validates it by calling the provider userinfo endpoint without confirming which...

8.1CVSS0.00569EPSS
SaveExploits1References4
Snyk
Snyk
•added 2026/08/04 7:45 p.m.•14 views

Missing Authorization

Overview open-webui is an Open WebUI Affected versions of this package are vulnerable to Missing Authorization in the updatemessagebyid and deletemessagebyid handlers when processing standard channels due to insufficient authorization checks. An attacker can modify or delete messages authored by...

5.4CVSS5.4AI score0.00427EPSS
SaveExploits1References3
Cvelist
Cvelist
•added 2026/08/04 7:45 p.m.•43 views

CVE-2026-70481 Open WebUI: Any member with write access to a standard channel can edit or delete other members' messages

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.5.0 until 0.11.0, the standard channel message update and delete handlers accepted any caller holding write access on the channel without checking that the caller wrote the message. Because write access i...

5.4CVSS0.00427EPSS
SaveExploits1References4
EUVD
EUVD
•added 2026/08/04 7:45 p.m.•18 views

EUVD-2026-52882

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.5.0 until 0.11.0, the standard channel message update and delete handlers accepted any caller holding write access on the channel without checking that the caller wrote the message. Because write access i...

5.4CVSS5.5AI score0.00427EPSS
SaveExploits1References4
attackerkb
attackerkb
•added 2026/08/04 7:45 p.m.•17 views

CVE-2026-70481

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.5.0 until 0.11.0, the standard channel message update and delete handlers accepted any caller holding write access on the channel without checking that the caller wrote the message. Because write access i...

5.4CVSS5.5AI score0.00427EPSS
SaveExploits1References5Affected Software1
CVE
CVE
•added 2026/08/04 7:45 p.m.•64 views

CVE-2026-70481

CVE-2026-70481 affects Open WebUI prior to 0.11.0. In standard channels, the update and delete message handlers allowed any user with write access to a channel to rewrite or permanently delete other users’ messages, because the standard branch checked only write permission, not message authorship...

5.4CVSS5.5AI score0.00427EPSS
SaveExploits1References4Affected Software1
attackerkb
attackerkb
•added 2026/08/04 7:43 p.m.•11 views

CVE-2026-70480

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.34 until 0.11.0, Open WebUI renders vega and vega-lite fenced code blocks in chat content by building a Vega view in the viewer browser without a restricted resource loader. Any user who can place such ...

4.1CVSS5.6AI score0.00346EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
•added 2026/08/04 7:43 p.m.•12 views

EUVD-2026-52916

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.34 until 0.11.0, Open WebUI renders vega and vega-lite fenced code blocks in chat content by building a Vega view in the viewer browser without a restricted resource loader. Any user who can place such ...

4.1CVSS5.6AI score0.00346EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
•added 2026/08/04 7:43 p.m.•9 views

CVE-2026-70480 Open WebUI: Client-side SSRF via unrestricted external resource loading in Vega/Vega-Lite chart rendering

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.34 until 0.11.0, Open WebUI renders vega and vega-lite fenced code blocks in chat content by building a Vega view in the viewer browser without a restricted resource loader. Any user who can place such ...

4.1CVSS5.6AI score0.00346EPSS
SaveExploits1References4
CVE
CVE
•added 2026/08/04 7:43 p.m.•73 views

CVE-2026-70480

Open WebUI prior to 0.11.0 renders Vega/Vega-Lite blocks in chat without restricted resource loading, enabling client-side SSRF: an attacker-blocked block can force the victim’s browser to issue attacker-controlled outbound GETs and read responses from same-origin or permissive CORS targets. Affe...

4.1CVSS5.6AI score0.00346EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder