Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 before 0.10.0, any authenticated user can overwrite the content of a message in a channel they do not belong to (including private and DM channels) by sending a chat completion request with a channel:-prefixed chat_id and a target message_id. The channel: path routes pipeline output through _make_channel_emitter, which writes to the Messages table using the caller-supplied message_id without binding it to the channel. This issue is fixed in version 0.10.0.
Published: 2026-08-13
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Open WebUI, a self‑hosted AI platform, has a flaw that allows any authenticated user to overwrite the content of a message in a channel they do not belong to, including private and direct‑message channels. The vulnerability arises when a chat completion request includes a channel‑prefixed chat_id and a target message_id; the server routes the output through _make_channel_emitter and writes to the Messages table using the supplied message_id without verifying channel membership. This permits an attacker to tamper with messages, compromising confidentiality and integrity and potentially facilitating social‑engineering attacks. The weakness is a missing authorization check, classified as CWE‑862.

Affected Systems

The affected product is Open WebUI from the open-webui:open-webui vendor. Versions from 0.9.5 up to, but not including, 0.10.0 are vulnerable. Users running any 0.9.5‑0.9.9 release should consider this vulnerability.

Risk and Exploitability

The CVSS score of 7.1 indicates a high impact flaw. The exploit requires only user authentication and access to the chat completion API; no additional privileges or network exposure are needed. Because the EPSS score is not available and the vulnerability is not listed in the KEV catalog, it is uncertain how frequently it is exploited, but the potential for data tampering in confidential channels is significant.

Generated by OpenCVE AI on August 13, 2026 at 20:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open WebUI to version 0.10.0 or newer, which validates channel membership before permitting message writes.
  • Verify that the chat completion API no longer accepts channel‑prefixed chat_ids; if the application is customized, adjust the input validation logic to reject messages with mismatched channel identifiers.
  • Restrict message overwrite permissions in the platform’s role configuration and audit channel access controls to ensure only authorized users can modify messages in their own channels.

Generated by OpenCVE AI on August 13, 2026 at 20:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x2ff-v5v8-m75m Open WebUI: Cross-channel message overwrite via chat completion API (single-model and multimodel message_ids)
History

Thu, 13 Aug 2026 21:15: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, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 before 0.10.0, any authenticated user can overwrite the content of a message in a channel they do not belong to (including private and DM channels) by sending a chat completion request with a channel:-prefixed chat_id and a target message_id. The channel: path routes pipeline output through _make_channel_emitter, which writes to the Messages table using the caller-supplied message_id without binding it to the channel. This issue is fixed in version 0.10.0.
Title Open WebUI: Cross-channel message overwrite via chat completion API (single-model and multimodel message_ids)
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

Open-webui Open-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-13T19:10:42.122Z

Reserved: 2026-07-06T15:34:16.916Z

Link: CVE-2026-59714

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T20:17:23.280

Modified: 2026-08-13T20:17:23.280

Link: CVE-2026-59714

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:00:06Z

Weaknesses