CVE-2026-30926 PUBLISHED

SiYuan Note publish service authorization bypass allows low-privilege users to modify notebook content

Assigner: GitHub_M
Reserved: 07.03.2026 Published: 09.03.2026 Updated: 09.03.2026

SiYuan is a personal knowledge management system. Prior to 3.5.10, a privilege escalation vulnerability exists in the publish service of SiYuan Note that allows low-privilege publish accounts (RoleReader) to modify notebook content via the /api/block/appendHeadingChildren API endpoint. The endpoint requires only the model.CheckAuth role, which accepts RoleReader sessions, but it does not enforce stricter checks, such as CheckAdminRole or CheckReadonly. This allows remote authenticated publish users with read-only privileges to append new blocks to existing documents, compromising the integrity of stored notes.

Metrics

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

Product Status

Vendor siyuan-note
Product siyuan
Versions
  • Version < 3.5.10 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE
  • CWE-862: Missing Authorization CWE