Missing Authorization in Open WebUI - #VU136851

 

Missing Authorization in Open WebUI - #VU136851

Published: July 3, 2026


Vulnerability identifier: #VU136851
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: N/A
CWE-ID: CWE-862
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Open WebUI
Affected software:
Open WebUI

Detailed vulnerability description

The vulnerability allows a remote user to bypass model access controls and disclose restricted model output.

The vulnerability exists due to missing authorization in task endpoints and the arena fallback resolver in generate_chat_completion() when handling task completion requests through a readable arena wrapper model that resolves to a restricted underlying model. A remote user can send a crafted task completion request to bypass model access controls and disclose restricted model output.

The issue affects task routes that call generate_chat_completion() directly, where arena fallback recursion uses bypass_filter=true after wrapper access is checked. The caller must be able to read the arena wrapper model.


Remediation

Install security update from vendor's website.

Sources