Lucene search
+L

54 matches found

Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.3 views

Open WebUI: Channel members can overwrite another member's message via the chat completions endpoint

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.3CVSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/10 3:10 p.m.5 views

EUVD-2026-75181

Open WebUI: Any authenticated user can inject chats into another user's folder via chat completions...

4.3CVSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.3 views

Open WebUI: Any authenticated user can inject chats into another user's folder via chat completions

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.3CVSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2026/09/09 10:18 p.m.4 views

CVE-2026-87997

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.1, POST /api/chat/completions and POST /api/v1/chat/completions in backend/openwebui/main.py copied a client-supplied folderid into a new chat without applying the folder write-access chec...

4.3CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 9:30 p.m.11 views

CVE-2026-87997

Open WebUI (self-hosted AI platform) versions 0.10.0 through 0.11.1 contain an access-control bypass in POST /api/chat/completions and POST /api/v1/chat/completions (backend/open_webui/main.py). A client-supplied folder_id was copied into a new chat without the folder write-access check enforced ...

4.3CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/09 9:24 p.m.23 views

CVE-2026-87994 Open WebUI: Channel members can overwrite another member's message via the chat completions endpoint

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, the channel branch of chatcompletion in backend/openwebui/main.py checked channel write access and channel membership for a supplied messageid but did not verify that the calling user...

4.3CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 9:24 p.m.8 views

CVE-2026-87994

Open WebUI versions 0.9.5 through 0.11.1 are affected by an authorization flaw in the channel branch of chat_completion in backend/open_webui/main.py. The endpoint verified channel write access and membership for a supplied message_id but failed to confirm that the calling user was the original a...

4.3CVSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.4 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.3CVSS
SaveExploits0References10
OSV
OSV
added 2026/08/21 8:56 p.m.28 views

GHSA-X2RJ-828P-HX9M Xinference vulnerable to remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Summary Xinference used Python's unsafe eval function when parsing Llama3 tool-call output generated by a large language model. Because the model output can be influenced by attacker-controlled prompts sent to the chat completion API, a remote attacker can craft prompts that cause the model to...

10CVSS6.7AI score0.00657EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/21 8:56 p.m.49 views

Xinference vulnerable to remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Summary Xinference used Python's unsafe eval function when parsing Llama3 tool-call output generated by a large language model. Because the model output can be influenced by attacker-controlled prompts sent to the chat completion API, a remote attacker can craft prompts that cause the model to...

10CVSS6.5AI score0.00657EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/21 8:37 p.m.15 views

EUVD-2026-64146

Xinference is an inference API for running open-source, speech, and multimodal models. In 2.5.0 and earlier, Xinference passes attacker-influenced Llama3 tool-call output to eval in xinference/model/llm/toolparsers/llama3toolparser.py and xinference/model/llm/utils.py. Requests to...

10CVSS5.5AI score0.00657EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/13 3:20 p.m.12 views

CVE-2026-73557

vLLM is an inference and serving engine for large language models. From 0.20.2rc0 until 0.26.0, safeloadpromptembeds in vllm/renderers/embedutils.py uses torch.sparse.checksparsetensorinvariants, whose process-global save, enable, and restore state can be raced by concurrent promptembeds parts...

6.3CVSS0.00251EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.15 views

PT-2026-71672

Name of the Vulnerable Software and Affected Versions vLLM versions 0.20.2rc0 through 0.25.x Description A race condition exists in the safe load prompt embeds function within vllm/renderers/embed utils.py when enable prompt embeds is enabled. The issue occurs because torch.sparse.check sparse...

6.3CVSS6.9AI score0.00251EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2026/08/06 3:45 p.m.9 views

CVE-2026-43628 llama.cpp b3978–b9058 Integer Underflow via DRY Sampler

llama.cpp builds b3978 through b9058 contain an integer underflow and out-of-bounds read vulnerability in the DRY sampler that allows unauthenticated attackers to trigger a heap buffer underflow by sending a crafted HTTP request with dryallowedlength set to INT32MIN to the /v1/completions or...

8.5CVSS5.6AI score0.00202EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/06 3:45 p.m.36 views

CVE-2026-43628 llama.cpp b3978–b9058 Integer Underflow via DRY Sampler

llama.cpp builds b3978 through b9058 contain an integer underflow and out-of-bounds read vulnerability in the DRY sampler that allows unauthenticated attackers to trigger a heap buffer underflow by sending a crafted HTTP request with dryallowedlength set to INT32MIN to the /v1/completions or...

8.5CVSS0.00202EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/04 8:16 p.m.13 views

CVE-2026-70484

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.3CVSS0.00267EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/04 7:56 p.m.13 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 2026/08/04 7:56 p.m.69 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.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/04 7:56 p.m.39 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.3CVSS0.00267EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/04 7:56 p.m.69 views

CVE-2026-70484

Open WebUI vulnerability CVE-2026-70484 affects the self-hosted AI platform Open WebUI in versions 0.7.0 through 0.11.0. The legacy chat-completions features did not re-check the features.image_generation permission enforced on direct image routes and native function-calling paths, allowing an au...

4.3CVSS5.5AI score0.00267EPSS
SaveExploits0References4
Rows per page
Query Builder