---
id: CVE-2026-70490
title: >-
  Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI
  platform
summary: >-
  Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI
  platform. From 0.8.8 until 0.11.0, the terminal WebSocket route in
  backend/open_webui/routers/terminals.py authenticated its own first-message
  JWT and never appl…
severity: medium
cvss: 6.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'
cwe:
  - CWE-863
vendor: openwebui
product: open_webui
affected:
  - 'open_webui >= 0.8.8, < 0.11.0'
patched:
  - open_webui 0.11.0
published: '2026-08-04'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T14:47:24.493'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-70490'
references:
  - url: >-
      https://github.com/open-webui/open-webui/security/advisories/GHSA-5gpj-vj23-vhhv
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-5gpj-vj23-vhhv'
tags:
  - nvd
  - ghsa
  - pip
epss: 0.00207
epssPercentile: 0.11154
aliases:
  - GHSA-5gpj-vj23-vhhv
ecosystem: pip
ingestedAt: '2026-08-04T21:42:19.699Z'
---

## Overview

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.8 until 0.11.0, the terminal WebSocket route in backend/open_webui/routers/terminals.py authenticated its own first-message JWT and never applied the verified-user role gate that get_verified_user enforces on HTTP terminal routes. An account whose role is pending, including a registered but unapproved account or an account deactivated back to pending, can open an interactive terminal session when at least one terminal server is configured and its access grants cover the account. This loses the account-approval boundary for terminal access while the HTTP terminal routes correctly reject the same account. This issue is fixed in 0.11.0.

## Affected

- `open_webui >= 0.8.8, < 0.11.0`

## Remediation

Upgrade past the affected range:

- `open_webui 0.11.0`

## Package advisory (CVE-2026-70490)

Affected packages:

- `open-webui >= 0.8.8, < 0.11.0`

Patched in:

- `open-webui 0.11.0`

Source: https://github.com/advisories/GHSA-5gpj-vj23-vhhv
