Open WebUI Has 35 Security Advisories. Is 0.11.1 Enough?
Thirty-five Open WebUI advisories cover account takeover, internal-network access, credential forwarding, data disclosure, cross-user actions, denial of service, and permission bypasses.
Yes—Open WebUI operators should move to version 0.11.1 or later after taking a verified backup. Seventeen security advisories published on August 4 include account-takeover paths, ways to reach internal services, cross-user file disclosure and deletion, permanent chat deletion, denial-of-service paths, and authorization failures. Eighteen more advisories reviewed on September 9 and 10 add three same-origin or OAuth account paths, four internal-network or credential-forwarding paths, knowledge and chat authorization failures, and availability failures involving chats, folders, calendars, and OIDC. Upgrading is still not the whole answer for deployments that enabled OAuth token exchange: that feature also needs a trusted-client configuration or must stay disabled.
Updated September 10, 2026: eighteen newly reviewed upstream advisories were added in place instead of publishing a near-duplicate. Seventeen identify Open WebUI 0.11.1 as the fixed boundary; an older OAuth policy-bypass range was fixed in 0.9.0.
The Short Answer
GitHub's reviewed advisory database published seventeen Open WebUI vulnerabilities between 19:40 and 20:58 UTC on August 4, 2026. Six are rated high severity, ten medium, and one low. Three additional medium-severity advisories appeared late September 9, followed by six high- and nine medium-severity records on September 10. The affected branches reach back across multiple releases: 0.11.0 contains the fixes for the original seventeen, while 0.11.1 is the fixed boundary for seventeen of the eighteen newly reviewed issues. The remaining OAuth policy-bypass record affects versions before 0.9.0.
The alarming headlines need configuration context:
- The terminal-preview account takeover requires a configured terminal server and a malicious file reaching a victim's preview.
- The OAuth account takeover requires the nondefault token-exchange feature and a provider token for the victim.
- One internal-network attack requires the nondefault Playwright web loader.
- The NAT64 bypass requires a network that actually translates NAT64 addresses.
- Other flaws depend on channels, image generation, a shared chat, or knowledge of another chat's identifier.
Those conditions matter, but they are not reasons to delay patching. They are the difference between "every default installation was compromised"—which the evidence does not show—and "multiple real trust boundaries failed in supported configurations"—which the advisories do show.
September 10 Update: Eighteen More Advisories Expand The Record
GitHub reviewed three additional upstream Open WebUI advisories late on September 9. All three identify version 0.11.1 as the fixed boundary:
- CVE-2026-88001, rated 5.0, says authenticated server-side fetches could follow an HTTP redirect to a destination the initial URL policy would have blocked, including an internal host. It affects versions 0.9.5 through 0.11.0.
- CVE-2026-88002, rated 6.5, says an authenticated user could create a cyclic parent-child relationship in chat messages. Loading that history could trap the server in unbounded traversal and consume a worker. It affects versions from 0.5.0 through versions before 0.11.1.
- CVE-2026-88000, also rated 6.5, documents a related cyclic-tree problem in the message-deletion path. An authenticated user could create the cycle and trigger unbounded recursion when deleting a message. It affects versions 0.10.0 through versions before 0.11.1.
Eight more reviewed records appeared at about 15:09-15:10 UTC on September 10:
- CVE-2026-87995, High, describes another same-origin terminal port-preview iframe path to account takeover. It affects 0.8.11 through 0.11.0.
- CVE-2026-87996, High, says the Playwright web loader could be redirected into internal services through DNS rebinding. It affects 0.9.6 through versions before 0.11.1.
- CVE-2026-87998, High, says a non-admin user could delete an admin-owned external knowledge connection while deleting a knowledge base. It affects 0.10.0 through versions before 0.11.1.
- CVE-2026-87999, High, says any authenticated user could reach the Azure platform channel through the server-side web-fetch path. It affects versions before 0.11.1.
- CVE-2026-87017, Medium, says the built-in knowledge tool could retrieve knowledge bases a user could not otherwise access on most vector backends. It affects 0.7.0 through 0.11.0.
- CVE-2026-87994, Medium, says a channel member could overwrite another member's message through the chat-completions endpoint. It affects 0.9.5 through versions before 0.11.1.
- CVE-2026-87997, Medium, says an authenticated user could inject chats into another user's folder through chat completions. It affects 0.10.0 through versions before 0.11.1.
- CVE-2026-88005, Medium, says users rejected by an OAuth domain allowlist or role policy could still sign in through token exchange. Its affected range ends before 0.9.0, where the record identifies the fix.
Seven additional reviewed records appeared between 21:23 and 23:04 UTC on September 10. Their affected ranges all end before 0.11.1 or at 0.11.0:
- CVE-2026-87016, High, says wildcard characters in an OAuth subject claim could let a user sign in as another user on SQLite-backed deployments. It affects 0.6.41 through versions before 0.11.1.
- CVE-2026-87011, High, says unauthenticated back-channel logout requests could repeatedly force uncached OIDC metadata retrieval and stall the server. It affects 0.9.0 through 0.11.0.
- CVE-2026-87015, Medium, says a user's session cookies could be sent to tool servers configured for bearer authentication. It affects 0.6.27 through versions before 0.11.1.
- CVE-2026-88006, Medium, says users denied by an OAuth role policy could still sign in through token exchange. It affects 0.8.0 through versions before 0.11.1.
- CVE-2026-87014, Medium, says an administrator demoted through SSO role synchronization could retain read and write access to every user's notes. It affects 0.9.0 through versions before 0.11.1.
- CVE-2026-87013, Medium, says an authenticated user could create a folder parent cycle that starts a non-terminating request. It affects 0.10.0 through 0.11.0.
- CVE-2026-87012, Medium, says any authenticated user could suppress calendar alerts instance-wide with a non-numeric alert value. It affects 0.9.0 through versions before 0.11.1.
These records do not report exploitation. They do change the remediation answer: 0.11.0 is no longer the current all-advisory security boundary. Operators who upgraded for the August disclosures should move again to Open WebUI 0.11.1 or later.
Who This Is For
This guide is for:
- people self-hosting Open WebUI at home or on a private server
- teams operating multi-user Open WebUI instances
- administrators who enabled terminals, Playwright web loading, channels, image generation, OAuth, or public sharing
- security teams reviewing local-versus-hosted AI deployments
- users who assumed local model inference automatically made the surrounding web application secure
The key lesson is broader than one release: the model, web interface, authentication system, browser renderer, internal network, tools, and data store are separate security boundaries. Running model weights locally controls only part of that system.
What Is Confirmed
1. Seventeen advisories were published on August 4
The upstream Open WebUI project published detailed GitHub security advisories covering seventeen distinct issues. They include affected versions, preconditions, proof-of-concept descriptions, root causes, fixes, and credits. The first eight appeared between 19:40 and 20:02 UTC. Nine more appeared between 20:35 and 20:58 UTC, after the first version of this article had been researched.
Open WebUI's security policy says accepted vulnerabilities are published so operators can see what was found and which version contains a patch. A visible advisory history is evidence of an active disclosure process; the number of advisories alone is not proof that exploitation occurred.
At selection time, the public Open WebUI repository had roughly 147,800 GitHub stars. That large installed and interested audience makes a same-day security bundle materially important even before broad press coverage appears.
2. Two paths can lead to account takeover
The highest-scoring advisory is CVE-2026-70486, rated 8.2. On an instance with a terminal server configured, a normal authenticated user could place malicious HTML where Open WebUI's terminal file preview loaded it. The iframe granted scripts and same-origin access even though the file was served from the application's own origin.
That combination could let the previewed script read the victim's session token from browser storage. The advisory says the preview can open automatically after a display_file tool event, so a malicious file could reach the victim through prompt injection or a social step without requiring a separate preview click. If the stolen account belonged to an administrator or a user allowed to create server-side Functions, the impact could extend beyond the browser account.
The important limits are explicit: terminal-server connections are empty by default, a restrictive terminal-proxy Content Security Policy could already block the path, and deployments without a terminal server were not affected.
The second account-takeover issue, CVE-2026-70482, affects Open WebUI's OAuth token-exchange endpoint. The endpoint verified that an access token was valid with the provider, but it did not verify that the token had been issued to Open WebUI's OAuth client. An attacker who obtained a victim's token through another app registered with the same provider could exchange it for an Open WebUI session as that victim.
The standard OAuth callback is not affected. The vulnerable token-exchange feature is disabled by default, does not create new Open WebUI accounts, and still requires a token tied to an existing user. But when the conditions line up, the issued session inherits the victim's role—including administrator access.
3. Two server-side paths can reach internal services
CVE-2026-70479 affects deployments using the nondefault Playwright web loader. Open WebUI validated the top-level page before the browser loaded it, but did not apply the same destination check to scripts, images, WebSockets, service workers, or other subresources requested by that page.
That matters because a public page can instruct a browser process to request private addresses. If the Playwright container can reach cloud metadata, another container, or an internal API, the final page DOM can carry the returned content back through a normal web-search or RAG result. The advisory rates the issue 7.7 and says it is a read primitive, not just a blind network probe.
CVE-2026-70485 covers a different SSRF bypass. Open WebUI rejected obvious loopback, private, and cloud-metadata targets, but classified the literal IPv6 address without unwrapping the IPv4 address embedded in a NAT64 form. On a network with NAT64 translation, a verified user could wrap a blocked IPv4 destination in the well-known NAT64 prefix and receive the internal response through Open WebUI.
This is not universal. An IPv4-only network or any network without a NAT64 gateway has nowhere to route the encoded address. But IPv6-oriented cloud and Kubernetes environments can provide exactly the translation the attack needs.
4. A rendered chart can make a viewer's browser send requests
CVE-2026-70480 is a client-side request issue in Vega and Vega-Lite chart rendering. A crafted chart block in a shared chat, channel, model response, RAG result, or tool output could tell the viewer's browser to request an attacker-chosen URL.
Because the browser—not the Open WebUI server—makes that request, server-side SSRF filters never see it. The victim must view the content, and response data is readable only when same-origin or permissive CORS rules allow it. Even without a readable response, a remote beacon can reveal that a particular chart was viewed and expose ordinary request metadata such as IP address and timing.
This flaw applies under default rendering behavior in affected versions. Version 0.11.0 replaces the unrestricted loader with one that permits inline chart data and tightly constrained resources.
5. Three authorization boundaries and one availability boundary also failed
The remaining advisories are narrower but useful because they expose recurring mistakes:
- CVE-2026-70481: on standard channels, an ordinary member with write access could edit or delete messages written by someone else. Edited content stayed attributed to the original author. Channels are disabled by default, and direct-message and group-channel paths already enforced authorship.
- CVE-2026-70484: a user explicitly denied image-generation permission could still trigger the legacy image path through a crafted chat-completion request, consuming provider credits and storage. Image generation is off by default, and native function calling was not affected.
- CVE-2026-70483: an authenticated user who knew another chat's identifier could cancel its active generation because cancellation occurred before ownership was checked. The chat was not deleted or disclosed, and timing plus identifier knowledge limit the impact.
Together, these show why hiding a button, granting channel write access, or checking authorization after a side effect is not the same as enforcing a server-side permission at the action boundary.
6. Nine later advisories added file, chat, tool, terminal, XSS, SSRF, and availability risks
The later batch materially changes the scope of the disclosure. It is not just a metadata correction.
- CVE-2026-70487 let an authenticated user who already knew another user's file UUID attach that file to an inline model request and retrieve indexed content through the built-in knowledge tools. Knowledge bases enforced their own access control; the direct-file path did not.
- CVE-2026-70488 let a write collaborator on one knowledge base delete directories and file embeddings belonging to a different knowledge base when the attacker also knew those UUIDs. Sharing and identifier knowledge were required.
- CVE-2026-54020 was a DNS-rebinding bypass in the shared server-side URL validator. A hostname controlled by an authenticated attacker could resolve publicly during validation and privately when the HTTP client connected, reaching destinations the filter was intended to block.
- CVE-2026-70489 let a permitted automation author stall a default single-worker instance with a normal minutely recurrence rule anchored far in the past. Automations are disabled for ordinary users by default.
- CVE-2026-70490 let a pending or deactivated account open a terminal WebSocket when a configured terminal server's access grant still covered that account. The WebSocket path checked the JWT and terminal grant but missed the verified-user role gate used by the HTTP routes.
- CVE-2026-70491 exposed the full Python source of a shared server-side tool to read-only users. That source can contain internal logic, endpoints, prompts, or embedded secrets even though source export was intended to be a writer-only operation.
- CVE-2026-70492 was a stored cross-site scripting path in the KaTeX render-error fallback. A crafted math block could make the fallback insert unescaped source as HTML on the Open WebUI origin, putting a viewer's browser session at risk when the message was opened.
- CVE-2026-70493 let any authenticated user stall a worker with a catastrophically backtracking regular expression in the built-in knowledge search path. The attacker needed only one readable file, which users can normally supply themselves.
- CVE-2026-70494 let a folder write-collaborator permanently delete the owner's chats inside a shared subfolder. Folder sharing is off by default, and the victim had to grant write access, but the deletion crossed from collaboration authority into ownership.
These later disclosures add one default-reachable stored-XSS account-takeover path, one default-reachable SSRF path, a default-reachable knowledge-search denial of service, and several feature- or sharing-dependent authorization failures. They also reinforce a recurring lesson: a UUID is not an authorization check, and read or write access to one object must not silently confer authority over another.
The Original Seventeen-Advisory Checklist
The original August advisories can be checked without squeezing five fields into a wide table:
- CVE-2026-70486 — High, 8.2: terminal-preview session theft and account takeover. It requires a configured terminal server and a malicious file reaching the preview. Upgrade to 0.11.0 or later.
- CVE-2026-70482 — High, 8.1: OAuth account takeover when token exchange is enabled and a victim token comes from another client. Upgrade, configure trusted clients, or disable token exchange.
- CVE-2026-70479 — High, 7.7: internal-service reads through browser subresources when the Playwright web loader is enabled. Upgrade to 0.11.0 or later.
- CVE-2026-70485 — High, 7.1: internal-service reads through NAT64 encoding on a NAT64-capable network. Upgrade to 0.11.0 or later.
- CVE-2026-70481 — Medium, 5.4: editing or deleting another member's channel messages when standard channels are enabled and the attacker has channel write access. Upgrade to 0.11.0 or later.
- CVE-2026-70484 — Medium, 4.3: bypassing a denied image-generation permission when image generation and the legacy path are enabled. Upgrade to 0.11.0 or later.
- CVE-2026-70480 — Medium, 4.1: making a viewer's browser request external or internal URLs when the victim views crafted chart content. Upgrade to 0.11.0 or later.
- CVE-2026-70483 — Low, 3.1: canceling another user's active generation when the target chat ID is known. Upgrade to 0.11.0 or later.
- CVE-2026-70487 — Medium, 5.3: reading another user's indexed file content when its UUID is known and native knowledge tools are available. Upgrade to 0.11.0 or later.
- CVE-2026-70488 — Medium, 4.3: deleting directories or embeddings in another knowledge base when the attacker has write access to one knowledge base and knows the target UUID. Upgrade to 0.11.0 or later.
- CVE-2026-54020 — Medium, 6.3: reaching internal services through DNS rebinding from an affected authenticated fetch path and attacker-controlled DNS. Upgrade to 0.11.0 or later.
- CVE-2026-70489 — Medium, 6.5: stalling the instance through recurrence parsing when the attacker can create automations. Upgrade to 0.11.0 or later.
- CVE-2026-70490 — Medium, 6.3: allowing a pending account to open a terminal session when a terminal and lingering public or group grant exist. Upgrade to 0.11.0 or later.
- CVE-2026-70491 — Medium, 6.5: reading shared server-side tool source with read access to that tool. Upgrade to 0.11.0 or later.
- CVE-2026-70492 — High, 8.7: stored XSS and possible session theft when a victim views an authenticated attacker's crafted message. Upgrade to 0.11.0 or later.
- CVE-2026-70493 — Medium, 6.5: stalling a worker through a knowledge-search regular expression when the attacker has one readable file. Upgrade to 0.11.0 or later.
- CVE-2026-70494 — High, 8.1: permanently deleting another user's chats when folder sharing is enabled and the attacker has write access to a shared subfolder. Upgrade to 0.11.0 or later.
Is Open WebUI 0.11.0 Enough?
No. Version 0.11.0 contains the code fixes for the original seventeen August advisories, but it remains affected by seventeen of the eighteen newly reviewed September advisories. Version 0.11.1 is the first upstream release identified as fixing those additional paths. The separate OAuth policy-bypass record was fixed much earlier, in 0.9.0.
The OAuth token-exchange advisory also remains a configuration exception. Version 0.11.0 added a trusted-client check through RFC 7662 token introspection, but the advisory says that check is opt-in. If ENABLE_OAUTH_TOKEN_EXCHANGE=True, an operator must also configure the trusted-client ID allowlist. Its full variable name is OAUTH_TOKEN_EXCHANGE_ followed by TRUSTED_CLIENT_IDS.
The advisory adds a more serious limitation: Google, Microsoft Entra ID, GitHub, and Feishu do not provide the required introspection path for this Open WebUI control. On those providers, the advisory says token exchange has no safe configuration and should remain disabled. This warning applies to the token-exchange endpoint, not the standard OAuth authorization-code callback.
Version 0.11.1 was published before these September vulnerability records became public. That is why an operator can already be on the fixed code even though the advisory records are new.
What Is Still Unclear
How many public instances are actually exposed?
The advisories document affected code and test conditions, not an internet-wide inventory. Public scans can also miss private, VPN-only, or internal deployments and can misidentify versions behind proxies.
Has anyone exploited these flaws outside testing?
The upstream advisories include proof-of-concept descriptions, but OpenVeil found no primary evidence of exploitation in the wild through the September 10 research cutoff. That is not proof exploitation never happened.
Which features are enabled on a particular server?
Several issues require settings that are off by default. A version number alone does not reveal whether terminals, Playwright, channels, image generation, OAuth token exchange, NAT64 routing, public sharing, or a permissive browser network path are present.
Does upgrading erase evidence of an earlier compromise?
No. A patch prevents the documented path going forward. It does not invalidate stolen sessions, rotate OAuth credentials, remove malicious files, restore deleted channel messages, revoke exposed cloud credentials, or explain suspicious historical traffic.
Do these advisories prove OpenVeil is affected?
No. The advisories identify upstream open-webui package versions and specific code paths. They do not evaluate OpenVeil's deployed code, configuration, network, authentication, or browser policies. Similar product ancestry is not evidence that one named deployment contains every upstream feature or vulnerability.
What Open WebUI Operators Should Do Now
1. Record the current state before changing it
Capture the running image digest or package version, deployment configuration, enabled features, reverse-proxy rules, OAuth settings, and network paths. Preserve relevant logs before restarting anything if compromise is plausible.
2. Back up the persistent data and verify the backup
Open WebUI's official update guide says the persistent data includes chats, users, settings, admin configuration, uploaded files, generated content, and other application state. The guide recommends backing up before every update.
Do not treat the existence of an archive file as proof of recovery. Verify that the backup can be read and that it points to the intended instance before applying a schema-changing release.
3. Upgrade every instance to 0.11.1 or later together
The earlier 0.11.0 release notes warn that the release line includes database migrations, while 0.11.1 contains the ten newer fixes that affect 0.11.0. Multi-worker, multi-server, and load-balanced deployments should not use rolling updates across incompatible schemas; coordinate the update across the whole deployment.
After restarting, verify the running version from the application or immutable image digest. Pulling a newer container image without recreating the running container does not update the process already serving traffic.
4. Audit the OAuth token-exchange setting separately
Search the actual deployment environment for ENABLE_OAUTH_TOKEN_EXCHANGE. If it is false or absent, the OAuth token-exchange vulnerability is not reachable through that feature.
If it is true, do not stop at the package upgrade. Follow the advisory's trusted-client requirement when the provider supports introspection. Otherwise disable token exchange and use the standard OAuth callback flow.
5. Rotate what the exposed paths could reach
If the deployment used affected configurations, consider the downstream blast radius:
- invalidate active Open WebUI sessions after an account-takeover path
- rotate cloud or service credentials reachable from Playwright or NAT64 networks
- review terminal files and tool events that opened previews
- inspect channel edits and deletions where channels were enabled
- review unexpected image-provider usage and stored outputs
- search outbound DNS, HTTP, and proxy logs for internal-address or beacon traffic
Rotating everything blindly can destroy useful evidence. Preserve evidence first when incident response is warranted.
6. Reduce the boundary after patching
Disable features that are not needed. Separate browser automation from cloud metadata and sensitive internal services. Use network egress controls in addition to application URL filters. Keep ordinary users away from server-side code-authoring permissions. Treat model, RAG, tool, file, and shared-chat output as untrusted content before rendering it in a privileged browser origin.
OWASP's session-management guidance explains why a browser-origin script is so consequential: JavaScript executing in the same origin can reach credentials stored in Web Storage. A sandbox label is not protection when the permissions restore the origin access the sandbox was meant to remove.
A Practical SELF-HOST Audit
Use this eight-part check for any self-hosted AI interface:
- S — Software: What exact version and image digest are running on every node?
- E — Enabled features: Which optional tools, terminals, renderers, loaders, channels, and connectors are active?
- L — Login: Which authentication flows issue sessions, and are tokens bound to the intended client?
- F — Files: Can uploaded, generated, or terminal-served content execute in a trusted browser origin?
- H — Host network: Which internal services, metadata endpoints, containers, and private addresses can the app or browser reach?
- O — Ownership: Are authorization checks tied to the user and object before any edit, delete, generation, or cancellation side effect?
- S — Sessions: Where are tokens stored, how are they revoked, and what happens after suspected theft?
- T — Telemetry: Can logs prove which URL, file, tool, channel, token flow, and downstream provider was used?
The framework is deliberately broader than patching. A fixed package still sits inside a deployment whose network, permissions, browser origin, and logging determine the real result.
What This Does Not Mean
These advisories do not prove that every Open WebUI instance was compromised. They do not show that local model weights leaked, that every default deployment exposed cloud metadata, or that the standard OAuth callback is broken.
They also do not prove that self-hosting is a bad privacy choice. A carefully isolated, maintained local deployment can give an operator control that a hosted service cannot. The cost of that control is operational responsibility: updates, backups, authentication, browser isolation, network egress, logs, incident response, and the security of every enabled extension and provider.
The narrow conclusion is strong enough: local inference is not the same as a secure AI application, and version 0.11.1 is now the minimum upstream Open WebUI release operators should evaluate for these thirty-five disclosed issues.
Where OpenVeil Fits
OpenVeil serves users who want a hosted, paid, privacy-focused AI chat workspace without installing and maintaining an Open WebUI server. It keeps normal private-chat history in the browser and does not maintain a server-side chat-history record for those sessions.
That convenience changes who handles the application-server update, but it does not make OpenVeil fully local, anonymous, or free of processing. Active requests can still be processed by OpenVeil and necessary AI, search, upload, hosting, routing, security, billing, and infrastructure providers. These upstream Open WebUI advisories also do not prove OpenVeil is affected or unaffected.
If you are comparing the two operating models, read private AI chat versus local AI, what a secure chatbot is not guaranteed to make private, and what no server chat history does not mean.
For users who value full infrastructure control and can maintain it, self-hosting may be the better fit. For users who want a narrower hosted chat workflow without operating the AI web application themselves, review OpenVeil's privacy policy and decide whether its documented boundary fits the task.
FAQ
What Open WebUI versions are affected?
The ranges vary by flaw. Some reach back to early 0.x releases, while others begin in 0.8.8, 0.9.0, 0.9.5, 0.9.6, or 0.10.0. Version 0.11.0 fixes the original seventeen advisories, while seventeen of the eighteen newly reviewed September records require 0.11.1 or later. The older OAuth policy-bypass range was fixed in 0.9.0.
Is Open WebUI 0.10.2 vulnerable?
Yes. The original seventeen advisories and ten of the newly reviewed September advisories include 0.10.2 in their affected ranges or descriptions, subject to each issue's feature, role, sharing, identifier, and network preconditions.
Is upgrading to Open WebUI 0.11.0 enough?
No longer. It fixes the original seventeen documented code paths, but seventeen newly reviewed September advisories identify 0.11.1 as the fixed boundary. OAuth token exchange also needs an additional trusted-client configuration when enabled. Providers without the required token-introspection support should not use that exchange feature. Operators should review logs, rotate exposed credentials when warranted, and verify the running version after the update.
Was Open WebUI hacked?
The advisories document vulnerabilities and proof-of-concept testing. They are not an incident report and do not establish that the project, every installation, or any specific operator was compromised.
Can these flaws expose local files or model weights?
These thirty-five advisories include indexed-file and knowledge-base disclosure, but they do not by themselves establish arbitrary host-file or model-weight theft. They also cover sessions, OAuth, internal HTTP services, browser requests, shared objects, tool source, provider-credit use, chat integrity, and availability. An internal service reached through SSRF could expose other data depending on that service's own behavior and authentication.
Does running Open WebUI only on localhost remove the risk?
It can reduce who reaches the login page, but it does not erase every boundary. A local browser can still render untrusted chat content, a malicious local account can still abuse enabled features, and the server or Playwright container may still reach internal services. Evaluate the actual users, browser origin, network, and tools.
Does using Ollama make Open WebUI secure?
No. Ollama can keep model inference local when configured for local models, but Open WebUI remains a separate web application with authentication, files, rendering, RAG, tools, channels, network requests, and storage. Read whether using Ollama means every AI path is local.
Should operators disable every optional feature?
Not necessarily. Features create value, but each should have a named owner, documented need, least-privilege configuration, network boundary, update path, and monitoring plan. Disable what has no current purpose.
Bottom Line
Open WebUI 0.11.1 is the current fixed boundary across thirty-five reviewed security advisories, including additional account-takeover, internal-network, credential-forwarding, knowledge-access, chat-integrity, authorization, and availability paths disclosed in September. Most operators should back up, upgrade, verify the running version, and review the features, sharing grants, identity policies, and network routes they enabled.
If OAuth token exchange is enabled, treat it as a separate urgent check: upgrading without constraining trusted client IDs—or disabling the feature when the provider cannot support that check—does not close the documented boundary.