CVE-2026-59222
Received Received - Intake

Information Disclosure in Open WebUI

Vulnerability report for CVE-2026-59222, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-09

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-09
Generated
2026-07-09
AI Q&A
2026-07-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
open_webui open_webui to 0.10.0 (exc)
open_webui open_webui 0.10.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-59222 is a vulnerability in Open WebUI versions 0.7.0 to 0.9.0 where the API endpoint /api/v1/channels/{id}/members returns full user model data for channel members. This includes sensitive settings such as tool server keys and webhook configurations. Because of this, any normal channel participant can retrieve other users' sensitive settings, which should normally be restricted.

Compliance Impact

The vulnerability in Open WebUI versions 0.7.0 to 0.9.0 allows unauthorized channel participants to access sensitive user settings, including admin-only configurations such as webhook URLs and tool server keys. This exposure of sensitive information to unauthorized actors can lead to violations of data protection principles found in common standards and regulations like GDPR and HIPAA, which require strict controls over access to personal and sensitive data.

Because the vulnerability results in unauthorized disclosure of sensitive user data, it could compromise compliance with confidentiality and data protection requirements mandated by these regulations.

Impact Analysis

This vulnerability allows a low-privilege user to access sensitive information of other users in a channel, including admin-only configurations like webhook URLs and tool server bearer tokens. This unauthorized data exposure can lead to compromise of system integrity, unauthorized access to services, and potential misuse of credentials.

Detection Guidance

This vulnerability can be detected by monitoring requests to the endpoint /api/v1/channels/{id}/members on Open WebUI versions 0.7.0 to 0.9.0. Specifically, if a normal channel participant is able to retrieve full user model data including sensitive settings such as toolServers[].key and webhook configurations, the vulnerability is present.

To detect exploitation attempts, you can look for HTTP GET requests to the endpoint /api/v1/channels/{id}/members and inspect the response payload for sensitive fields like toolServers keys or webhook URLs.

Example command using curl to test the endpoint (replace {id} with a channel ID):

  • curl -i -H "Authorization: Bearer <user_token>" https://<openwebui-host>/api/v1/channels/{id}/members

If the response contains sensitive user settings or webhook configurations, the system is vulnerable.

Mitigation Strategies

The immediate mitigation step is to upgrade Open WebUI to version 0.10.0 or later, where this vulnerability has been fixed.

Until the upgrade can be performed, restrict access to the /api/v1/channels/{id}/members endpoint to trusted users only, or implement network-level controls to limit exposure.

Additionally, review and rotate any potentially exposed credentials such as tool server bearer tokens or webhook URLs that may have been leaked.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59222. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart