Improper access control in Open WebUI - CVE-2026-44564
Published: May 5, 2026
Vulnerability details
The vulnerability allows a remote user to modify collaborative documents and cause a denial of service.
The vulnerability exists due to improper access control in the ydoc:document:update Socket.IO event handler when handling collaborative document update events from users who have only joined the document room with read permission. A remote user can send a specially crafted Socket.IO update event to modify collaborative documents and cause a denial of service.
If a user with write access saves the document, the tampered content may be persisted. The issue affects in-memory Yjs document state and the changes are broadcast to other collaborators in real time.