76 wires and counting

$ follow Open WebUI

Keep up with Open WebUI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-09
stories 1

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Open WebUI OAuth token exchange bypasses role policy

By RepoJournal · Filed · About Open WebUI · Composed from the cited sources · methodology

Users denied by the OAuth role policy can still sign in via token exchange.

A breaking change in open-webui/open-webui [1] leaves an authentication bypass open. Users denied by the OAuth role policy can still gain access by exchanging a token, circumventing the intended role-based restrictions.

The affected flow is the token exchange endpoint, which does not re-apply the role policy check after the token is validated. As a result, an account that should be blocked by policy can obtain a session through this alternate path.

Action: Review your OAuth role policy configuration and test the token exchange path if you rely on role-based denial to gate access.

Action items

References

  1. [1] Users denied by the OAuth role policy can still sign in via token exchange open-webui/open-webui ↗

Quick answers

What shipped in Open WebUI on September 9, 2026?
Users denied by the OAuth role policy can still sign in via token exchange. In total, 1 security advisories landed.
What were the notable Open WebUI updates?
Users denied by the OAuth role policy can still sign in via token exchange.