Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
open-webui open-webui — Open WebUI: Redirect-Bypass SSRF in OAuth `_process_picture_url`
AV AC PR UI S C I A CVSS EPSS %ile KEV
N L L N C H L N 8.5 .0023 14.3 —
AFFECTED
Product Versions Fixed
open-webui < 0.9.6 – —
TIMELINE
Jun 11 Reserved by GitHub_M
Jun 23 EXPLOIT PUBLISHED — CVE-2026-54008 (open-webui). Public exploit reference added.
Jun 23 Published (CNA: GitHub_M)
Description
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, backend/open_webui/utils/oauth.py::_process_picture_url calls validate_url(picture_url) on the initial URL only, then invokes aiohttp.ClientSession.get(picture_url, ...) without allow_redirects=False. aiohttp's default is allow_redirects=True, max_redirects=10; the function does not pass the project's AIOHTTP_CLIENT_ALLOW_REDIRECTS env constant either. An attacker with a valid OAuth IdP identity can therefore submit a public URL that 302-redirects to an internal address and read the internal response body via the attacker's own profile_image_url field. This vulnerability is fixed in 0.9.6.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| June 11, 2026 | Reserved | Reserved by GitHub_M |
| June 23, 2026 | EXPLOIT PUBLISHED | EXPLOIT PUBLISHED — CVE-2026-54008 (open-webui). Public exploit reference added. |
| June 23, 2026 | Published | Published (CNA: GitHub_M) |
Affected
Affected products and packages — 1 row
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| open-webui | open-webui | — | < 0.9.6 | — |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-54008 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.