CVE-2026-54022

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.8.11, the ydoc:document:join Socket.IO handler checks note ownership only when the document_id starts with note: (colon). However, the YdocManager storage layer normalizes all document IDs by replacing colons with underscores (document_id.replace(":", "_")). An attacker can join a document room using note_<id> (underscore) instead of note:<id> (colon), bypassing the authorization check entirely while accessing the same underlying Yjs document. The server then returns the full document state, leaking the victim's private note contents. This vulnerability is fixed in 0.8.11.
Configurations

Configuration 1 (hide)

cpe:2.3:a:openwebui:open_webui:*:*:*:*:*:*:*:*

History

25 Jun 2026, 14:12

Type Values Removed Values Added
First Time Openwebui open Webui
Openwebui
CPE cpe:2.3:a:openwebui:open_webui:*:*:*:*:*:*:*:*
References () https://github.com/open-webui/open-webui/security/advisories/GHSA-8788-j68r-3cgh - () https://github.com/open-webui/open-webui/security/advisories/GHSA-8788-j68r-3cgh - Vendor Advisory, Exploit

24 Jun 2026, 14:17

Type Values Removed Values Added
References () https://github.com/open-webui/open-webui/security/advisories/GHSA-8788-j68r-3cgh - () https://github.com/open-webui/open-webui/security/advisories/GHSA-8788-j68r-3cgh -

23 Jun 2026, 18:18

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-23 18:18

Updated : 2026-06-25 14:12


NVD link : CVE-2026-54022

Mitre link : CVE-2026-54022

CVE.ORG link : CVE-2026-54022


JSON object : View

Products Affected

openwebui

  • open_webui
CWE
CWE-706

Use of Incorrectly-Resolved Name or Reference

CWE-863

Incorrect Authorization