Open WebUI missing authorization check at the model update function - models from other users can be updated
Moderate severity
GitHub Reviewed
Published
May 9, 2026
in
open-webui/open-webui
•
Updated May 19, 2026
Description
Published to the GitHub Advisory Database
May 14, 2026
Reviewed
May 14, 2026
Published by the National Vulnerability Database
May 15, 2026
Last updated
May 19, 2026
Summary
A user can modify another user's model even if its visibility is set to
Private.The finding resulted from a penetration test for a customer. It is suspected that the root cause of the issue lies within the core of Open WebUI, which is why it is being reported as a security issue here. Tested on Open WebUI 0.5.4.
Details / PoC
The user

Victimcreated a private model with the visibility set toprivate:The user
Attackercan edit this model using the following POST request:Request / Response

Impact
A user can modify another user's model even if its visibility is set to
Private. By changing the access permissions during editing, unauthorized access can be gained.References