Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. open-webui
  4. ›
  5. CVE-2026-44569

CVE-2026-44569: Open WebUI's Insecure Message Access Breaks Authorization

May 11, 2026 (updated May 19, 2026)

There’s an IDOR in the channels message management system that allows authenticated users to modify or delete any message within channels they have read access to. The vulnerability exists in the message update and delete endpoints, which implement channel-level authorization but completely lack message ownership validation.

While the frontend correctly implements ownership checks (showing edit/delete buttons only for message owners or admins), the backend APIs bypass these protections by only validating channel access permissions without verifying that the requesting user owns the target message. This creates a client-side security control bypass where attackers can directly call the APIs to modify other users’ messages.

The vulnerability affects both message content modification and deletion, allowing users to tamper with message integrity and audit trails in collaborative channel environments.

References

  • github.com/advisories/GHSA-jxwr-g6r6-j3fx
  • github.com/open-webui/open-webui/security/advisories/GHSA-jxwr-g6r6-j3fx
  • nvd.nist.gov/vuln/detail/CVE-2026-44569

Code Behaviors & Features

Detect and mitigate CVE-2026-44569 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.6.19

Fixed versions

  • 0.6.19

Solution

Upgrade to version 0.6.19 or above.

Impact 7.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-862: Missing Authorization

Source file

pypi/open-webui/CVE-2026-44569.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:24:21 +0000.