Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
PR:L confirmed by account requirement; I:L added over original I:N because unauthorized actions are performed against admin-provisioned credentials, representing a real integrity boundary violation.
Primary rating from Vendor (GitHub_M).
CVSS VectorNVD
Lifecycle Timeline
3DescriptionNVD
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.11 before 0.10.0, POST /api/v1/images/edit required only a verified account and did not enforce the global image-edit switch or the per-user image-generation permission, allowing a non-admin user to invoke server-side image editing with administrator-configured provider credentials. This issue is fixed in version 0.10.0.
AnalysisAI
Open WebUI versions 0.8.11 through 0.10.0 expose a missing-authorization flaw (CWE-862) on the POST /api/v1/images/edit endpoint, allowing any verified non-admin account to invoke server-side image editing even when administrators have disabled the global image-edit switch or revoked per-user image-generation permissions. The bypass enables unprivileged users to consume admin-configured third-party image provider credentials - exhausting API quotas or generating unauthorized images - undermining deliberate access controls set by the platform operator. No public exploit has been identified at time of analysis; a vendor-confirmed fix is available in version 0.10.0.
Technical ContextAI
Open WebUI is a self-hosted web platform exposing a RESTful API for AI model interaction, including image generation and editing backed by admin-configured providers such as AUTOMATIC1111 or ComfyUI. The affected endpoint, POST /api/v1/images/edit, sits behind account-verification middleware but skips two independent authorization gate checks: the platform-wide image-edit feature toggle (a global on/off switch admins control) and the per-user image-generation permission grant stored in user role configuration. The root cause class is CWE-862 (Missing Authorization): the application correctly authenticates the caller but fails to assert that the caller is permitted to invoke the specific resource action. The CPE string cpe:2.3:a:open-webui:open-webui:*:*:*:*:*:*:*:* covers all affected releases from 0.8.11 up to the patched 0.10.0. Because the endpoint proxies to admin-provisioned backend credentials, the blast radius is constrained to quota exhaustion and unauthorized image generation rather than credential exposure.
RemediationAI
Upgrade to Open WebUI version 0.10.0 or later, which enforces both the global image-edit feature toggle and per-user image-generation permissions on the POST /api/v1/images/edit endpoint. The fix is vendor-confirmed via the tagged release at https://github.com/open-webui/open-webui/releases/tag/v0.10.0, with the underlying code change available at https://github.com/open-webui/open-webui/commit/e038bab66dec8d17212eec35b5cb6d6b785a4200 and PR https://github.com/open-webui/open-webui/pull/26009. For deployments that cannot immediately upgrade, a compensating control is to block the POST /api/v1/images/edit path at the reverse proxy or WAF layer - this eliminates the bypass but also disables image editing for all users, including those legitimately authorized. Alternatively, administrators can remove all image provider backend credentials from platform settings until the patch is applied, preventing credential abuse at the cost of losing the image generation feature entirely for all users.
More in Open Webui
View allA vulnerability in open-webui/open-webui version 0.3.8 allows an attacker with a user-level account to perform a session
An XSS vulnerability exists in open-webui/open-webui versions <= 0.3.8, specifically in the function that constructs the
A Stored Cross-Site Scripting (XSS) vulnerability exists in the chat file upload functionality of open-webui/open-webui
A vulnerability in open-webui/open-webui versions <= 0.3.8 allows remote code execution by non-admin users via Cross-Sit
Attacker controlled files can be uploaded to arbitrary locations on the web server's filesystem by abusing a path traver
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.6.37, a St
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.6.37, a Se
A stored cross-site scripting (XSS) vulnerability exists in open-webui/open-webui version 0.3.8. Rated high severity (CV
In version v0.3.10 of open-webui/open-webui, the `api/v1/utils/pdf` endpoint lacks authentication mechanisms, allowing u
In open-webui version 0.3.8, the endpoint `/models/upload` is vulnerable to arbitrary file write due to improper handlin
The `/openai/models` endpoint in open-webui/open-webui version 0.3.8 is vulnerable to Server-Side Request Forgery (SSRF)
In version 0.3.32 of open-webui/open-webui, the absence of authentication mechanisms allows any unauthenticated attacker
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42618
GHSA-rqj7-6wrp-6g2g