AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-59714

HIGH · CVSS 7.1 EPSS 0.48% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-13 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

Authenticated users of Open WebUI versions prior to 0.10.0 can exploit a vulnerability to overwrite messages in channels they do not belong to, including private and direct message channels, by manipulating chat completion requests. This poses a significant risk of unauthorized information alteration and potential data integrity issues. Organizations using affected versions should prioritize upgrading to version 0.10.0 to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-59714
Severity
HIGH
CVSS
7.1
EPSS
0.48%

Original NVD 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.