Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, the channel branch of chat_completion in backend/open_webui/main.py checked channel write access and channel membership for a supplied message_id but did not verify that the calling user authored the targeted message. A channel member could use the chat completions endpoint to replace another member's message while preserving the victim as the stored author, altering the conversation record without gaining access to other channels. This issue is fixed in version 0.11.1.
Published: 2026-09-09
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: Integrity Violation
Action: Patch
AI Analysis

Impact

This vulnerability allows an authenticated member of a channel to overwrite a message posted by another member using the chat completions endpoint. The endpoint fails to verify that the caller is the original author of the targeted message, so the message content can be replaced while preserving the original author metadata. This gives an attacker the ability to inject erroneous or malicious content into a conversation without revealing their identity, compromising the integrity of the channel’s dialogue.

Affected Systems

Open WebUI, versions 0.9.5 through 0.11.1 on the channel branch of the chat_completion endpoint. The bug was addressed in the 0.11.1 release, so any instance running a version older than 0.11.1 is vulnerable.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate risk. Because the vulnerability requires the attacker to be a legitimate channel member with write permission, the attack surface is limited to authorized users. No known public exploits exist and the vendor has not listed the issue in the CISA KEV catalog. Nevertheless, an organization should consider that a malicious insider could manipulate conversations and potentially influence user decisions.

Generated by OpenCVE AI on September 9, 2026 at 23:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Open WebUI 0.11.1 or later.
  • Restrict channel write permissions to only trusted members to limit the ability to overwrite messages.
  • Enable logging and audit monitoring of the chat completions endpoint to detect unauthorized message modifications.

Generated by OpenCVE AI on September 9, 2026 at 23:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 21: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 until 0.11.1, the channel branch of chat_completion in backend/open_webui/main.py checked channel write access and channel membership for a supplied message_id but did not verify that the calling user authored the targeted message. A channel member could use the chat completions endpoint to replace another member's message while preserving the victim as the stored author, altering the conversation record without gaining access to other channels. This issue is fixed in version 0.11.1.
Title Open WebUI: Channel members can overwrite another member's message via the chat completions endpoint
Weaknesses CWE-639
CWE-862
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-09T21:24:55.896Z

Reserved: 2026-09-09T19:19:27.405Z

Link: CVE-2026-87994

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:47.563

Modified: 2026-09-09T22:18:47.563

Link: CVE-2026-87994

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T23:15:17Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization