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.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-x2ff-v5v8-m75m | Open WebUI: Cross-channel message overwrite via chat completion API (single-model and multimodel message_ids) |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
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
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-13T19:10:42.122Z
Reserved: 2026-07-06T15:34:16.916Z
Link: CVE-2026-59714
No data.
Status : Received
Published: 2026-08-13T20:17:23.280
Modified: 2026-08-13T20:17:23.280
Link: CVE-2026-59714
No data.
OpenCVE Enrichment
Updated: 2026-08-13T21:00:06Z
Weaknesses
Github GHSA