$ the-wire · showcase
Open WebUI ships five security fixes for auth and request handling
By RepoJournal · Filed · About Open WebUI
Open WebUI patched five security issues, including a server-stalling unauthenticated request and an SSO role sync flaw that leaves demoted admins with full note access.
Open WebUI addressed five security issues, all breaking, that affect authentication and request handling. The most severe allows unauthenticated requests to stall the server via uncached OIDC fetches in back-channel logout [1]. Any authenticated user can also start a non-terminating request by creating a folder parent cycle [2], and a non-numeric alert value lets any authenticated user suppress calendar alerts instance-wide [3].
Two flaws concern privilege boundaries. An admin demoted through SSO role sync retains read and write access to all users' notes [4], and a user's session cookies are sent to tool servers configured for bearer authentication [5]. The session cookie leak is a direct credential exposure; the SSO demotion flaw means demotion does not actually revoke note access.
Upgrade Open WebUI to a patched release before continuing to expose it to untrusted users or external networks. The unauthenticated stall and cookie leak warrant immediate attention, while the alert suppression and folder cycle issues are lower urgency but still need a fix.
Action items
- → Update Open WebUI to the latest patched release before next deploy open-webui/open-webui [immediate]
- → Audit tool server configurations for bearer auth and disable cookie forwarding open-webui/open-webui [immediate]
- → Review SSO role sync logs to identify demoted admins who still hold note access open-webui/open-webui [plan]
References
- [1] Unauthenticated requests can stall the server via uncached OIDC fetches in back-channel logout open-webui/open-webui ↗
- [2] Any authenticated user can start a non-terminating request via a folder parent cycle open-webui/open-webui ↗
- [3] Any authenticated user can suppress calendar alerts instance-wide via a non-numeric alert value open-webui/open-webui ↗
- [4] Admin demoted through SSO role sync keeps read and write access to all users' notes open-webui/open-webui ↗
- [5] A user's session cookies are sent to tool servers configured for bearer authentication open-webui/open-webui ↗