Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.7.0 before 0.10.0, GET /api/v1/channels//members returned full UserModelResponse objects for channel members, including settings.ui.toolServers[].key and webhook configuration, allowing a normal channel participant to retrieve other users’ sensitive settings. This issue is fixed in version 0.10.0.
Published: 2026-07-09
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability to retrieve full user model objects via the GET /api/v1/channels/{id}/members endpoint. The returned data includes nested sensitive settings such as tool server keys and webhook configurations, which expose credentials and privileged information. This data leakage could compromise the confidentiality of users and enable attackers to leverage exposed tokens or keys for further exploitation. The weakness is identified as information disclosure (CWE-200).

Affected Systems

Open WebUI version 0.7.0 through 0.9.x (any release prior to 0.10.0) is affected. The issue exists on the open-webui:open-webui product as documented by the CNA.

Risk and Exploitability

The CVSS score of 6 indicates moderate severity. EPSS score is < 1%, indicating a very low probability of exploitation. The vulnerability is not listed in CISA KEV, but the exposure of credentials could still be operationally significant if an attacker gains authenticated channel‑member access. The attack vector is inferred to be remote, is exposed over to view channel members.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open WebUI to version 0.10.0 or later, which removes the information disclosure from the API response.
  • If an upgrade is not immediately possible, restrict the /api/v1/channels/{id}/members endpoint by disabling or protecting it with stricter role‑based access controls so that only privileged users can call the endpoint.
  • After a fix or workaround is applied, review any previously exposed keys or webhook configurations and regenerate or revoke them to prevent credentials.

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-gh7p-78x6-jw6m Open WebUI: /api/v1/channels/{id}/members exposes full user model including sensitive credentials
History

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 18: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 17:15:00 +0000

Type Values Removed Values Added
Description Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.7.0 before 0.10.0, GET /api/v1/channels//members returned full UserModelResponse objects for channel members, including settings.ui.toolServers[].key and webhook configuration, allowing a normal channel participant to retrieve other users’ sensitive settings. This issue is fixed in version 0.10.0.
Title Open WebUI: /api/v1/channels/{id}/members exposes full user model including sensitive credentials
Weaknesses CWE-200
References
Metrics cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Open-webui Open-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T17:29:39.729Z

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

Link: CVE-2026-59222

cve-icon Vulnrichment

Updated: 2026-07-09T17:29:28.149Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor