Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. Prior to 0.10.0, channel thread parent and reply handling did not bind parent_id to the channel in the URL, allowing an authenticated user to reference a message from another private or DM channel and disclose thread context across channels. This issue is fixed in version 0.10.0.
Published: 2026-07-09
Score: 3.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Prior to version 0.10.0, Open WebUI’s handling of channel thread parents did not bind the parent_id parameter to the channel expressed in the URL. An authenticated user could construct a request containing a parent_id that belonged to a different private or direct‑message channel, causing the server to return that channel’s thread context and message content. The flaw is a confidentiality failure classified as CWE‑639 and does not involve privilege escalation or system compromise.

Affected Systems

All releases of open‑webui prior to v0.10.0 are affected. Administrators running open‑webui 0.9.x or earlier are vulnerable; the vulnerability was remedied in the v0.10.0 release, which enforces channel scoping for thread parents.

Risk and Exploitability

The CVSS score of 3.1 indicates low severity, and the EPSS score of < 1 % signifies a very low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be an authenticated session, either local or remote, and the impact is confined to the disclosure of conversation content to users who have read permissions on private or DM channels; no further privileges are required.

Generated by OpenCVE AI on July 29, 2026 at 12:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to open‑webui 0.10.0 or later to apply the fix that binds parent_id to the channel.
  • Configure channel scoping so that parent_id values cannot reference other channels.
  • If an upgrade is not possible, restrict permissions for private or DM channels to limit data exposure.

Generated by OpenCVE AI on July 29, 2026 at 12:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-73x5-h92w-xc2j Open WebUI: Private channel messages can be disclosed through cross-channel thread parent_id binding
History

Thu, 09 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Open-webui
Open-webui open-webui
Vendors & Products Open-webui
Open-webui open-webui

Thu, 09 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. Prior to 0.10.0, channel thread parent and reply handling did not bind parent_id to the channel in the URL, allowing an authenticated user to reference a message from another private or DM channel and disclose thread context across channels. This issue is fixed in version 0.10.0.
Title Open WebUI: Private channel messages can be disclosed through cross-channel thread parent_id binding
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 3.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Open-webui Open-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T18:40:04.871Z

Reserved: 2026-07-02T21:05:02.924Z

Link: CVE-2026-59215

cve-icon Vulnrichment

Updated: 2026-07-09T18:39:39.518Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:15:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key