Skip to content
Threat Feed

Vendor

Open WebUI

24 briefs RSS
high advisory

SSRF Vulnerability in Open WebUI via NAT64-encoded URLs

Authenticated users can bypass SSRF protection in Open WebUI by wrapping internal IPv4 addresses in NAT64 IPv6 transition prefixes, allowing unauthorized access to cloud metadata and internal network services.

PoC Open WebUI +5 ssrf vulnerability cloud-security web-application cve-2026-70479 web-vulnerability authorization-bypass cve-2026-70494 +2
2r 6t 1c updated
high advisory

Open WebUI Terminal Proxy Path Traversal Bypass via 9x Encoding (CVE-2026-59221)

An incomplete fix for a path traversal vulnerability in Open WebUI's terminal proxy allows authenticated attackers to bypass security checks by sending a 9x percent-encoded path, leading to requests being forwarded with terminal credentials and user identification headers to unintended arbitrary paths outside the intended proxy scope.

Open WebUI path-traversal web-application vulnerability open-webui defense-evasion
1r 1t 1c
high advisory

Open WebUI Cross-Channel Message Overwrite Vulnerability

An authenticated user can overwrite messages in any channel, including private and DM channels, by exploiting the CVE-2026-59714 authorization bypass vulnerability in Open WebUI's chat completion API, leading to message integrity destruction and impersonation.

Open WebUI vulnerability web-application api-abuse authorization-bypass ghsa data-manipulation
3t 1i
high advisory

Open WebUI: Cross-User Code-Interpreter and Tool Execution via Unvalidated Socket.IO Session ID

An authenticated low-privilege user can exploit CVE-2026-59216 in Open WebUI versions prior to 0.10.0 to execute arbitrary Python code or tools within another user's authenticated session by supplying an unvalidated `session_id`, which, if targeting an administrator, leads to remote code execution on the server as the root process.

Open WebUI web-vulnerability rce session-hijacking open-webui python vulnerability web-application identity-spoofing +1
1r 3t 1c
high advisory

Open WebUI: Stored Web Worker XSS via Pyodide Leading to Server-Side RCE

A stored web worker XSS vulnerability, CVE-2026-59214, in Open WebUI versions prior to 0.10.0 allows a low-privileged user to inject malicious Python code into chat messages that, when executed by an administrator or privileged user via a 'Run' click, triggers authenticated same-origin requests to create server-side functions with arbitrary commands, leading to remote code execution on the Open WebUI server.

Open WebUI < 0.10.0 xss rce pyodide web-application vulnerability
4t 1c
critical threat

CVE-2026-63030: Critical Remote Code Execution Vulnerability in WordPress Core

CVE-2026-63030 is a critical unauthenticated remote code execution vulnerability affecting WordPress Core versions 6.9.0 through 6.9.4 and 7.0.0 through 7.0.1, allowing an unauthenticated attacker to execute arbitrary code via the WordPress REST API batch endpoint, potentially leading to complete website compromise.

exploited PoC WordPress Core 6.9.0 +51 wordpress rce web-vulnerability cve
2t 15c 8i updated
high advisory

CVE-2026-56400 open-webui Cross-Origin Resource Sharing Misconfiguration Leads to RCE

A cross-origin resource sharing (CORS) misconfiguration in open-webui versions prior to 0.3.14 allows remote attackers to achieve arbitrary code execution by crafting malicious cross-site requests that an authenticated administrator user visits.

open-webui cve vulnerability web-exploitation cors rce
3t 1c
high advisory

Open WebUI Stored Cross-Site Scripting Vulnerability (CVE-2026-56398)

Open WebUI before version 0.9.5 contains a high-severity stored cross-site scripting (XSS) vulnerability, CVE-2026-56398, in its OAuth authentication flow that allows an authenticated attacker to bypass profile image validation by uploading malicious SVG files, leading to script execution, authentication token theft, and ultimately account takeover for other authenticated users.

Open WebUI xss web-vulnerability account-takeover credential-access
2t 1c
high advisory

Open WebUI Stored XSS Leads to Account Takeover and RCE (CVE-2025-46719)

A high-severity stored Cross-Site Scripting (XSS) vulnerability, CVE-2025-46719, exists in Open WebUI versions prior to 0.6.6 due to improper rendering of HTML tags in chat messages, specifically an unescaped markdown token in `MarkdownTokens.svelte`. This allows attackers to inject malicious JavaScript into chat transcripts, which executes in a user's browser upon viewing, enabling access token theft, full account takeover, and, if targeting an administrator, Remote Code Execution (RCE) on the backend server via malicious Python functions.

open-webui xss rce web-application
6t 1c 6i
high advisory

Open WebUI Stored XSS via iFrame Embeds (CVE-2026-26193)

A stored Cross-Site Scripting (XSS) vulnerability exists in Open WebUI versions up to 0.6.43, allowing attackers to manually modify chat history to inject malicious content into response messages via iFrames with misconfigured sandboxing, leading to arbitrary script execution, potential session hijacking, and enabling Remote Code Execution (RCE) on the server for administrators.

Open WebUI xss web-application open-webui cve
4t 1c
critical advisory

Open WebUI Missing Authorization on Tool Update Endpoint Allows Privilege Escalation to Code Execution

Open WebUI is vulnerable to privilege escalation and code execution because a missing authorization check on the tool update endpoint allows a user with write access to a tool to replace the tool's server-side Python content and trigger execution, bypassing the intended `workspace.tools` security boundary.

Open WebUI privilege-escalation code-execution authorization
2r 2t
medium advisory

Open WebUI Broken Authorization Allows Task Cancellation

Open WebUI is vulnerable to broken object-level authorization, allowing low-privilege authenticated users to enumerate and stop global background tasks across the system, leading to a denial-of-service condition and is tracked as CVE-2026-45399 and CVE-2025-63681.

open-webui authorization denial-of-service cve-2026-45399
2r 1t 1c
high advisory

Open WebUI Authorization Bypass Allows Unauthorized File Deletion

Open WebUI version 0.8.3 and earlier is vulnerable to an authorization bypass, allowing any authenticated user to permanently delete files owned by other users via `DELETE /api/v1/files/{id}` if the target file is referenced in any shared chat due to a flaw in the `has_access_to_file()` function.

open-webui authorization-bypass file-deletion web-application
2r 1t
high advisory

Open WebUI Code Execution Bypass via Feature Gate Neglect (CVE-2026-45672)

Open WebUI versions 0.8.11 and earlier are vulnerable to arbitrary code execution due to a bypassed feature gate; the `/api/v1/utils/code/execute` endpoint allows authenticated users to execute Python code via Jupyter even when code execution is disabled, leading to potential data exfiltration and code execution (CVE-2026-45672).

open-webui code-execution feature-bypass web-application
2r 1t
high advisory

Open WebUI Broken Access Control Allows Unauthorized Access to Conversations (CVE-2026-45349)

Open WebUI versions 0.8.12 and earlier are vulnerable to CVE-2026-45349, a broken access control issue where any user can continue the conversation of another user if they know the Chat ID, by using the /api/chat/completions endpoint with their own API key, allowing unauthorized access to private conversations and information.

open-webui broken-access-control cloud
2r 1t
high advisory

Open WebUI Chat Completion API Tool Restriction Bypass (CVE-2026-45350)

Open WebUI versions prior to 0.8.6 contain a vulnerability in the chat completion API that allows attackers to bypass tool restrictions by invoking any server tool with elevated privileges by supplying the correct tool_id or tool_servers parameters; this issue is tracked as CVE-2026-45350.

open-webui cve cve-2026-45350 privilege escalation web application
2r 2t
high advisory

Open WebUI Inconsistent Authorization Controls in Memories API

Open WebUI versions before 0.6.19 have inconsistent authorization controls within the memories API, allowing standard users to view, delete, and restore other users' memories, potentially leading to sensitive data disclosure and unauthorized access as tracked by CVE-2026-44570.

open-webui authorization information-disclosure vulnerability
2r 1t
high advisory

Open WebUI Arbitrary File Write/Delete via Path Traversal

Open WebUI is vulnerable to path traversal (CVE-2026-44565), allowing attackers to upload files to arbitrary locations on the web server's filesystem and subsequently delete them due to insufficient filename sanitization in the `/ollama/models/upload` API endpoint.

Open WebUI path-traversal file-deletion web-application
2r 1t
high advisory

Open WebUI /responses Endpoint Authentication Bypass Vulnerability

The /responses endpoint in Open WebUI's OpenAI router lacks access control, allowing authenticated users to bypass per-model access controls and interact with any configured model, potentially leading to denial of service, model theft, and access policy bypass.

open-webui authentication-bypass llm owasp
2r
high advisory

Open WebUI Arbitrary File Upload and Path Traversal Vulnerability

Open WebUI version 0.1.105 is vulnerable to arbitrary file upload and path traversal, allowing attackers to upload files to arbitrary locations on the web server's filesystem by exploiting a lack of filename validation.

Open WebUI path-traversal file-upload web-application
2r 3t
high advisory

Open WebUI Improper Authorization Control Vulnerability

Open WebUI version 0.1.105 is vulnerable to an improper authorization control issue, where user accounts with a `pending` status can bypass authorization checks and make authenticated API calls as a `user` context due to the application failing to properly validate the user's role beyond JWT validation.

Open WebUI authorization web-application vulnerability
2r 1t 1i
high advisory

Open WebUI Stale Admin Role Enables Post-Demotion Cross-User Note Access

Open WebUI is vulnerable to privilege escalation; when a user connects via Socket.IO, their role is stored in an in-memory session pool, and administrative changes do not invalidate this session, allowing unauthorized access and modification of other users' notes after role revocation.

open-webui privilege-escalation credential-access cloud
2r 1t
high advisory

Open WebUI Model Chaining Access Control Bypass

Open WebUI is vulnerable to an access control bypass due to improper model chaining, allowing a regular user to create a model that chains to a restricted base model and query it using the admin's API key, bypassing access restrictions.

open-webui access-control model-chaining privilege-escalation
2r 2t
high advisory

Open WebUI Authenticated File Overwrite Vulnerability (CVE-2026-28788)

Open WebUI before version 0.8.6 allows any authenticated user to overwrite arbitrary file content via the `POST /api/v1/retrieval/process/files/batch` endpoint, leading to privilege escalation and potential manipulation of LLM responses.

Open WebUI cve-2026-28788 open-webui file-overwrite privilege-escalation
2r 1t