Improper access control in Open WebUI - #VU130953
Published: May 11, 2026
Open WebUI
Open WebUI
Description
The vulnerability allows a remote user to modify message pin status.
The vulnerability exists due to improper access control in the pin_channel_message API endpoint when handling pin and unpin requests for standard channels. A remote user can send a crafted request to modify message pin status.
In standard channels, the endpoint checks read permission instead of write permission, allowing users with read-only access to pin or unpin messages.