Vulnerability Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLE_OAUTH_TOKEN_EXCHANGE=True, /oauth/{provider}/token/exchange accepts a raw provider access token and validates it by calling the provider userinfo endpoint without confirming which OAuth client the token was issued to. Anyone holding an access token minted for any client registered with the same provider could exchange it for an Open WebUI session as that token user, including applications the operator does not control and has never authorized. This issue is fixed in 0.11.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/open-webui/open-webui/commit/b190dcf3caa00dc8b7b9c7312828298d
- https://github.com/open-webui/open-webui/commit/c4332be71e6e9c314e8a13b9d2819a69
- https://github.com/open-webui/open-webui/releases/tag/v0.11.0
- https://github.com/open-webui/open-webui/security/advisories/GHSA-rq84-p6rr-vf89
- https://github.com/open-webui/open-webui/security/advisories/GHSA-rq84-p6rr-vf89
FAQ
What is CVE-2026-70482?
CVE-2026-70482 is a vulnerability with a CVSS score of 8.1 (HIGH). Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLE_OAUTH_TOKEN_EXCHANGE=True, /oauth/{provider}/token/exchange accepts a raw pro...
How severe is CVE-2026-70482?
CVE-2026-70482 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-70482?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.