Lucene search
+L

32 matches found

Cvelist
Cvelist
added yesterday8 views

CVE-2026-15974 CVE-2026-15974

SGLang contains an SSRF and local file read in the multimodal generation endpoint /v1/chat/completions due to unsanitized imageurl, allowing access to internal metadata, secrets, and services...

SaveExploits0References2
CVE
CVE
added yesterday11 views

CVE-2026-15974

SGLang is affected by CVE-2026-15974 via the multimodal generation endpoint /v1/chat/completions. The root cause is unsanitized image_url allowing SSRF and local file read, enabling access to internal metadata, secrets, and services. The description and connected record confirm the vulnerable com...

5.9AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-66560

SGLang contains an SSRF and local file read in the multimodal generation endpoint /v1/chat/completions due to unsanitized image url, allowing access to internal metadata, secrets, and services...

5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/21 8:36 p.m.6 views

CVE-2026-63764

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS5.4AI score0.00302EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/21 8:36 p.m.30 views

CVE-2026-63764 LMDeploy Server-Side Request Forgery via HTTP Redirect Bypass

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS0.00302EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/13 3:19 p.m.7 views

PYSEC-2026-2758 Open WebUI: Authenticated users can bypass model access control via exposed query parameter [AI-ASSISTED]

Summary An internal-only bypassfilter parameter is exposed on the /openai/chat/completions and /ollama/api/chat HTTP endpoints via FastAPI query string binding, allowing any authenticated user to append ?bypassfilter=true and bypass model access control checks to invoke admin-restricted models...

5.4CVSS6.2AI score0.00193EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 4:3 p.m.8 views

PYSEC-2026-2012 vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`

Summary The /v1/chat/completions and /tokenize endpoints allow a chattemplatekwargs request parameter that is used in the code before it is properly validated against the chat template. With the right chattemplatekwargs parameters, it is possible to block processing of the API server for long...

6.5CVSS6.4AI score0.00356EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/07 4:2 p.m.8 views

PYSEC-2026-2023 vLLM Tool Schema allows DoS via Malformed pattern and type Fields

Summary The vLLM backend used with the /v1/chat/completions OpenAPI endpoint fails to validate unexpected or malformed input in the "pattern" and "type" fields when the tools functionality is invoked. These inputs are not validated before being compiled or parsed, causing a crash of the inference...

6.5CVSS6.6AI score0.00449EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1547 LiteLLM Server-Side Request Forgery (SSRF) vulnerability

A Server-Side Request Forgery SSRF vulnerability exists in berriai/litellm version 1.38.10. This vulnerability allows users to specify the apibase parameter when making requests to POST /chat/completions, causing the application to send the request to the domain specified by apibase. This request...

8.7CVSS7.2AI score0.37184EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2026/06/23 4:49 p.m.51 views

CVE-2026-54009 Open WebUI: Cross-user file disclosure via /api/chat/completions image_url field

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, POST /api/chat/completions accepts an imageurl.url value that, when it does NOT start with http://, https://, or data:image/, is interpreted as a file id and resolved against the...

6.5CVSS0.00267EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/06/23 4:49 p.m.8 views

CVE-2026-54009

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, POST /api/chat/completions accepts an imageurl.url value that, when it does NOT start with http://, https://, or data:image/, is interpreted as a file id and resolved against the...

6.5CVSS5.9AI score0.00267EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/06/17 2:11 p.m.10 views

GHSA-WCH8-MHJ5-9FRG Open WebUI: Cross-user file disclosure via /api/chat/completions image_url field

summary POST /api/chat/completions accepts an imageurl.url value that, when it does NOT start with http://, https://, or data:image/, is interpreted as a file id and resolved against the global file table with no ownership check. An authenticated user can therefore set imageurl.url to another...

6.5CVSS5.4AI score0.00267EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/06/17 2:11 p.m.23 views

Open WebUI: Cross-user file disclosure via /api/chat/completions image_url field

summary POST /api/chat/completions accepts an imageurl.url value that, when it does NOT start with http://, https://, or data:image/, is interpreted as a file id and resolved against the global file table with no ownership check. An authenticated user can therefore set imageurl.url to another...

6.5CVSS5.3AI score0.00267EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/06/11 10:16 a.m.6 views

PYSEC-2026-2302

vLLM versions 0.8.0 and later are vulnerable to an Out-of-Memory OOM Denial of Service DoS attack due to unbounded frame count processing in the VideoMediaIO.loadbase64 method. When processing video/jpeg data URLs, the method splits the base64 data string on commas to extract individual JPEG fram...

7.5CVSS7AI score0.00543EPSS
SaveExploits1References5
OSV
OSV
added 2026/05/15 8:37 p.m.10 views

CVE-2026-45401 Open WebUI: SSRF Bypass via HTTP Redirect Following in Web-Fetch and Image-Load Endpoints

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.5, the validateurl function in backend/openwebui/retrieval/web/utils.py only validates the initial URL submitted by the caller. The HTTP clients used downstream sync requests, async...

8.5CVSS7.2AI score0.003EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/05/15 7:20 p.m.8 views

CVE-2026-45349

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, 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 another user to continue the conversation of the other...

7.1CVSS5.8AI score0.00231EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/05/15 7:20 p.m.23 views

EUVD-2026-30605

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, 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 another user to continue the conversation of the other...

7.1CVSS5.8AI score0.00231EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/15 7:20 p.m.5 views

CVE-2026-45349 Open WebUI: Broken Access Control for Completions API

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, 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 another user to continue the conversation of the other...

7.1CVSS7AI score0.00231EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/05/15 12:0 a.m.16 views

Open WebUI 安全漏洞

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI under open source. Versions of Open WebUI prior to 0.9.0 contained security vulnerabilities. These vulnerabilities stemmed from the ability for users to continue a conversation with another user through...

7.1CVSS5.8AI score0.00231EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/05/15 12:0 a.m.13 views

Open WebUI 授权问题漏洞

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI under the open source Open WebUI project. Versions of Open WebUI prior to 0.8.11 had an authorization issue vulnerability. This vulnerability stemmed from the internal bypassfilter parameter being exposed through FastA...

5.4CVSS5.8AI score0.00193EPSS
SaveExploits1References2
Rows per page
Query Builder