PatchSiren cyber security CVE debrief
CVE-2026-59714 open-webui CVE debrief
Open WebUI, a self-hosted AI platform, has a vulnerability allowing authenticated users to overwrite message content in channels they do not belong to, including private and DM channels, by sending a specially crafted chat completion request. This issue, fixed in version 0.10.0, has a CVSS score of 7.1 and is considered HIGH severity. The vulnerability exists because the _make_channel_emitter pipeline writes to the Messages table using the caller-supplied message_id without binding it to the channel. Defenders should prioritize verifying exposure and assessing the impact of this vulnerability on their systems, especially those using Open WebUI versions prior to 0.10.0. This issue's
- Vendor
- open-webui
- Product
- Unknown
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for Open WebUI deployments should assess exposure and prioritize verification and remediation efforts. This includes administrators and security teams managing self-hosted AI platforms, especially those using versions prior to 0.10.0.
Why it matters
CVE-2026-59714 is a high-severity vulnerability in Open WebUI that allows authenticated users to overwrite message content in unauthorized channels. Defenders should prioritize verification of exposure, assess potential impact, and apply the fix in version 0.10.0 to prevent potential unauthorized modifications and maintain data integrity.
- Potential unauthorized modification of message content in private or DM channels.
- Risk of targeted attacks on specific users or channels.
- Need for verification of user authentication and authorization controls.
- Potential impact on compliance and data integrity in regulated environments.
Technical summary
The vulnerability in Open WebUI allows authenticated users to overwrite message content in channels they do not belong to by sending a chat completion request with a specially crafted channel:-prefixed chat_id and target message_id. This is possible because the _make_channel_emitter pipeline writes to the Messages table using the caller-supplied message_id without binding it to the channel. The issue is fixed in version 0.10.0, and defenders should prioritize verifying exposure and assessing the impact of this vulnerability on their systems, especially those using Open WebUI versions prior to 0.10.0. The vulnerability has a CVSS score of 7.1 and is considered HIGH severity.
Defensive priority
Defenders should prioritize verifying exposure and assessing the impact of this vulnerability on their systems, especially those using Open WebUI versions prior to 0.10.0.
Recommended defensive actions
- Verify if the system uses Open WebUI and check the version to determine if it is vulnerable.
- Assess user authentication and authorization controls to prevent unauthorized channel access.
- Upgrade to Open WebUI version 0.10.0 or later to apply the fix.
- Monitor for suspicious chat completion requests that could indicate exploitation attempts.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The vulnerability is confirmed in Open WebUI versions from 0.9.5 up to but not including 0.10.0. The issue allows authenticated users to overwrite message content in unauthorized channels by exploiting the _make_channel_emitter pipeline. Official sources confirm the fix in version 0.10.0.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-59714 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-59714
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-59714 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-59714
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/commit/ac3449cac91e62b08a7c28e54fcd044d14dea791
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/pull/26385
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/releases/tag/v0.10.0
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/security/advisories/GHSA-x2ff-v5v8-m75m
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.