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

CVE-2026-54022: Open WebUI: Any authenticated user can read other users' private notes via Socket.IO

June 17, 2026

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.

References

  • github.com/advisories/GHSA-8788-j68r-3cgh
  • github.com/open-webui/open-webui/security/advisories/GHSA-8788-j68r-3cgh
  • nvd.nist.gov/vuln/detail/CVE-2026-54022

Code Behaviors & Features

Detect and mitigate CVE-2026-54022 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.8.11

Fixed versions

  • 0.8.11

Solution

Upgrade to version 0.8.11 or above.

Impact 5.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-706: Use of Incorrectly-Resolved Name or Reference
  • CWE-863: Incorrect Authorization

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 23 Jun 2026 12:22:50 +0000.