Lucene search
+L

263369 matches found

Github Security Blog
Github Security Blog
added 6 days ago8 views

Open WebUI: Any authenticated user can stall a worker via a knowledge-search pattern that backtracks catastrophically

Summary The built-in knowledge search tools let a chat participant choose the pattern used to grep knowledge files. Patterns containing regex metacharacters were compiled with Python's backtracking re engine and run against every line of every reachable file, with no time limit anywhere on that...

6.5CVSS5.6AI score0.00305EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 6 days ago6 views

CVE-2026-70493 Open WebUI: Any authenticated user can stall a worker via a knowledge-search pattern that backtracks catastrophically

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, the built-in knowledge search path in backend/openwebui/tools/knowledgefs.py and backend/openwebui/tools/builtin.py let a chat participant choose a pattern used to grep knowledge files...

6.5CVSS5.3AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 6 days ago10 views

Open WebUI: Tool source code disclosed to read-only users via the tool list and get endpoints

Summary A workspace tool shared with a read grant returned its full Python source to the recipient. Any authenticated non-admin who could use a shared tool could also read its source, including any user on the instance when a tool was shared publicly. Source is meant to be a writer-only tier: the...

6.5CVSS5.9AI score0.0026EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 6 days ago9 views

GHSA-5GPJ-VJ23-VHHV Open WebUI: Unapproved accounts can open terminal sessions via a WebSocket auth path missing the role check

Summary The terminal WebSocket route authenticates its own first-message JWT instead of going through the HTTP dependency chain, and never applies the role check that getverifieduser enforces on every HTTP terminal route. An account whose role is pending, meaning registered but not approved, or...

6.3CVSS5.6AI score0.00207EPSS
SaveExploits0References2
OSV
OSV
added 6 days ago3 views

GHSA-H6X2-583H-X99R Open WebUI: DNS Rebinding SSRF Bypass

Summary Open WebUI vetted user-supplied URLs by resolving the hostname once and rejecting private, loopback and link-local addresses, then let the HTTP client resolve that hostname again at connect time. An attacker who controls the authoritative DNS for a hostname they submit can answer with a...

6.3CVSS5.5AI score0.00213EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 6 days ago9 views

Open WebUI: Cross-user file content disclosure via request-scoped direct model knowledge metadata

Summary Open WebUI lets a client define a model inline on a chat request instead of selecting a saved workspace model. The knowledge attached to such an inline model was used as-is, without checking that the caller can read what it points at. Any authenticated user who knows another user's file i...

5.3CVSS5.6AI score0.0025EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 6 days ago4 views

GHSA-6XHV-RXHV-PWM4 Open WebUI: Cross-user file content disclosure via request-scoped direct model knowledge metadata

Summary Open WebUI lets a client define a model inline on a chat request instead of selecting a saved workspace model. The knowledge attached to such an inline model was used as-is, without checking that the caller can read what it points at. Any authenticated user who knows another user's file i...

5.3CVSS5.6AI score0.0025EPSS
SaveExploits0References4
OSV
OSV
added 6 days ago5 views

CVE-2026-70487 Open WebUI: Cross-user file content disclosure via request-scoped direct model knowledge metadata

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.8 until 0.11.0, inline direct model metadata accepted client-supplied knowledge attachments without filtering them against the caller's read access. Any authenticated user who knew another user's file i...

5.3CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago33 views

CVE-2026-70487 Open WebUI: Cross-user file content disclosure via request-scoped direct model knowledge metadata

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.8 until 0.11.0, inline direct model metadata accepted client-supplied knowledge attachments without filtering them against the caller's read access. Any authenticated user who knew another user's file i...

5.3CVSS0.0025EPSS
SaveExploits0References3
CVE
CVE
added 6 days ago50 views

CVE-2026-70487

Open WebUI (versions 0.8.8–0.11.0) allowed client-supplied knowledge attachments in an inline model to bypass read access checks, enabling any authenticated user who knows another user’s file id to retrieve indexed chunks from that file via builtin knowledge tools. This caused read-only cross-use...

5.3CVSS5.5AI score0.0025EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 6 days ago8 views

Open WebUI: Any authenticated user can reach internal services and cloud metadata via NAT64-encoded URLs

Summary Open WebUI fetches user-supplied URLs on the server for RAG URL ingestion, URL-to-markdown conversion and web-search content retrieval, and decides whether a destination is allowed by asking whether its IP address is globally routable. That test operates on the literal IPv6 address and do...

7.1CVSS5.6AI score0.00222EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 6 days ago8 views

Open WebUI: Users denied the image-generation permission can still generate images via chat completions

Summary An authenticated user whose features.imagegeneration permission has been revoked can still make the server generate images by sending the feature flag in a chat-completion request. The chat pipeline took the client-supplied features object at face value and never re-checked the permission...

4.3CVSS5.4AI score0.00267EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 6 days ago6 views

GHSA-3VF6-64VR-3G56 Open WebUI: Any authenticated user can cancel another user's chat generation via the chat delete endpoint

Summary DELETE /api/v1/chats/id cancelled a chat's in-flight tasks before it checked whether the caller was allowed to delete that chat. Any authenticated user who knew another user's chat id could therefore abort that user's running model response, title generation or tag generation. The deletio...

3.1CVSS5.5AI score0.00244EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago6 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.1CVSS5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 6 days ago37 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.00338EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 6 days ago10 views

Open WebUI: SSRF into internal services via unvalidated sub-resource requests in the Playwright web loader

Summary With the Playwright web loader enabled, Open WebUI opens user-submitted URLs in a real browser and validates the destination address before allowing the request. That check only ran for the top-level page request. Every other request the page issued was passed through unvalidated, so a pa...

7.7CVSS5.5AI score0.0026EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-52864

In multiple functions of vpuioctl.c, there is a possible use after free due to a use after free. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

9.8CVSS6.9AI score0.00329EPSS
SaveExploits1References1
Cvelist
Cvelist
added 6 days ago41 views

CVE-2026-0163

In multiple functions of vpuioctl.c, there is a possible use after free due to a use after free. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

0.00329EPSS
SaveExploits1References1
CVE
CVE
added 6 days ago125 views

CVE-2026-0163

CVE-2026-0163 concerns the Android Video Processing Unit (VPU) driver, where multiple functions in vpu_ioctl.c have a use-after-free defect. This leads to remote elevation of privilege with no additional execution privileges required and no user interaction needed. The issue is categorized in the...

9.8CVSS6.9AI score0.00329EPSS
SaveExploits1References1
CVE
CVE
added 6 days ago102 views

CVE-2026-18830

The CVE-2026-18830 issue affects the Amazon Bedrock AgentCore harness, specifically the InvokeHarness API. It arises from insufficient input validation in, or surrounding, the harness, which could allow an authenticated remote user to execute configured tools by sending crafted content blocks in ...

8.6CVSS5.7AI score0.00291EPSS
SaveExploits0References1
Rows per page
Query Builder