AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-70482

HIGH · CVSS 8.1 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-04 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects Open WebUI versions 0.8.0 to 0.11.0, where the OAuth token exchange mechanism improperly validates access tokens, allowing unauthorized users to gain access to sessions by using tokens from any client registered with the same provider. This could lead to unauthorized access to sensitive information and functionalities within the platform. Organizations using affected versions should prioritize patching to version 0.11.0 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-70482
Severity
HIGH
CVSS
8.1
EPSS
0.34%
Exchange

Original NVD 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.