Lucene search
+L

123 matches found

OSV
OSV
added 2026/08/10 10:43 a.m.6 views

PYSEC-2026-3644 Open WebUI: Instance-wide stall via automation recurrence rules that force multi-second parsing

Summary In every affected release, automation recurrence parsing anchors minutely and hourly rules at a fixed date of 2000-01-01 and then walks forward one interval at a time to find the next run. A single FREQ=MINUTELY rule therefore enumerates roughly a quarter-century of occurrences,...

6.5CVSS5.5AI score0.0037EPSS
SaveExploits1References7
OSV
OSV
added 2026/08/10 10:43 a.m.10 views

PYSEC-2026-3652 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.00461EPSS
SaveExploits1References8
Wolfi
Wolfi
added 2026/08/08 8:22 a.m.17 views

GHSA-6HR6-W5QG-QMWG vulnerabilities

Vulnerabilities for packages: open-webui, mitmproxy, airflow...

5.7AI score
SaveExploits0
Chainguard
Chainguard
added 2026/08/07 8:22 p.m.23 views

CVE-2026-71554 vulnerabilities

Vulnerabilities for packages: prefect-fips, airflow, localstack, mitmproxy, open-webui, jupyter-all-spark-notebook, authentik-fips, apache-beam-python-3.14-sdk, authentik...

5.3CVSS5.8AI score0.00443EPSS
SaveExploits1
Circl
Circl
added 2026/08/04 10:35 p.m.12 views

CVE-2026-70493

creationtimestamp| type| source ---|---|--- 2026-08-04 22:35:03+00:00| published-proof-of-concept| https://github.com/open-webui/open-webui/security/advisories/GHSA-2f54-p244-32q6 2026-08-05 12:32:01+00:00| seen| https://gist.github.com/alon710/2d05301b2f45169422f4602c106418b3...

6.5CVSS5.3AI score0.0033EPSS
SaveExploits1References2
Circl
Circl
added 2026/08/04 8:35 p.m.12 views

CVE-2026-70481

creationtimestamp| type| source ---|---|--- 2026-08-04 20:35:14+00:00| published-proof-of-concept| https://github.com/open-webui/open-webui/security/advisories/GHSA-mj5r-jf49-m3w7...

5.4CVSS5.3AI score0.00295EPSS
SaveExploits1References1
Circl
Circl
added 2026/08/04 8:35 p.m.16 views

CVE-2026-70483

creationtimestamp| type| source ---|---|--- 2026-08-04 20:35:09+00:00| published-proof-of-concept| https://github.com/open-webui/open-webui/security/advisories/GHSA-3vf6-64vr-3g56...

4.3CVSS5.3AI score0.003EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/08/04 7:56 p.m.8 views

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

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.7.0 until 0.11.0, the legacy chat-completions features block trusted a client-supplied imagegeneration flag and did not re-check the features.imagegeneration permission that the direct image routes and...

4.3CVSS5.5AI score0.00238EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/04 7:45 p.m.8 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.4CVSS5.5AI score0.00295EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/04 11:34 a.m.10 views

PYSEC-2026-3597 open-webui terminal proxy path traversal guard bypass via 9x encoded traversal

AI assistance was used to help inspect the code and prepare this report. Summary The fix for GHSA-r2wg-2mcr-66rv is incomplete in v0.9.6 and current main. backend/openwebui/routers/terminals.py documents sanitizeproxypath as decoding until stable, but the implementation stops after 8 unquote...

7.7CVSS7.1AI score0.00483EPSS
SaveExploits1References8
OSV
OSV
added 2026/08/04 11:34 a.m.12 views

PYSEC-2026-3594 Open WebUI: Account enumeration via observable login timing discrepancy

Summary The /api/v1/auths/signin endpoint leaked whether an email address belonged to a registered account through a response-time side channel. Password verification ran bcrypt only when the email was found in the database; for a non-existent email the request returned early without hashing. The...

5.3CVSS5.5AI score0.00413EPSS
SaveExploits0References8
Circl
Circl
added 2026/07/24 6:35 p.m.14 views

CVE-2026-59714

creationtimestamp| type| source ---|---|--- 2026-07-24 18:35:10+00:00| published-proof-of-concept| https://github.com/open-webui/open-webui/security/advisories/GHSA-x2ff-v5v8-m75m...

7.1CVSS5.8AI score0.00341EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/24 6:35 p.m.17 views

CVE-2026-59222

creationtimestamp| type| source ---|---|--- 2026-07-24 18:35:03+00:00| published-proof-of-concept| https://github.com/open-webui/open-webui/security/advisories/GHSA-gh7p-78x6-jw6m...

6.5CVSS5.8AI score0.00322EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/07/24 4:55 p.m.15 views

Open WebUI: ReDoS in skill-mention regexes causes whole-instance DoS on default config

Summary Two regexes in backend/openwebui/utils/middleware.py that parse skill-mention tags backtrack in On² on input that contains . Both run synchronously, on the asyncio event loop, on every chat completion with no feature gate. Because the default deployment is a single uvicorn worker, one suc...

6.5CVSS5.8AI score0.00573EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2026/07/13 3:46 p.m.38 views

Open WebUI: SSRF Protection Bypass in Playwright Web Loader via HTTP Redirects

SummaryThe SafePlaywrightURLLoader implements a validateurl function to prevent SSRF attacks by checking the IP address of the user-provided URL. However, this validation is performed only on the initial URL.Since Playwright automatically follows HTTP redirects 301/302 by default, an attacker can...

7.7CVSS6.1AI score0.00386EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/13 3:19 p.m.14 views

PYSEC-2026-2727 Open WebUI missing authorization check at the model update function - models from other users can be updated

Summary A user can modify another user's model even if its visibility is set to Private. The finding resulted from a penetration test for a customer. It is suspected that the root cause of the issue lies within the core of Open WebUI, which is why it is being reported as a security issue here...

6.5CVSS6.7AI score0.00226EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/13 3:19 p.m.13 views

PYSEC-2026-2726 Open WebUI has Broken Access Control for Completions API

Summary Any user X can continue the conversation of any other user Y, as long as the Chat ID of Y is known. User X does not even need to be an admin to do so. Details A user just needs to use the API endpoint: /api/chat/completions with their own API key generated in OWUI and the Chat ID of anoth...

7.1CVSS7AI score0.00231EPSS
SaveExploits1References7
PyPA
PyPA
added 2026/07/13 3:15 p.m.25 views

Open WebUI: Deactivated Channel Members Retain Full Access to Group/DM Channels

Deactivated Channel Members Retain Full Access to Group/DM Channels Affected ComponentChannel membership authorization check:- backend/openwebui/models/channels.py lines 663-673, isuserchannelmember- Used at 15 locations in backend/openwebui/routers/channels.py Affected VersionsCurrent main branc...

5.4CVSS6.1AI score0.00178EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2026/07/13 2:36 p.m.23 views

Open WebUI's process_files_batch() endpoint missing ownership check, allows unauthorized file overwrite

SummaryAny authenticated user can overwrite any file's content by ID through the POST /api/v1/retrieval/process/files/batch endpoint. The endpoint performs no ownership check, so a regular user with read access to a shared knowledge base can obtain file UUIDs via GET /api/v1/knowledge/id/files an...

7.1CVSS6.1AI score0.02858EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.14 views

PT-2026-59368

Summary Any user X can continue the conversation of any other user Y, as long as the Chat ID of Y is known. User X does not even need to be an admin to do so. Details A user just needs to use the API endpoint: /api/chat/completions with their own API key generated in OWUI and the Chat ID of anoth...

7.1CVSS7AI score0.00231EPSS
SaveExploits1References8
Rows per page
Query Builder