CVE-2026-45147

SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, POST /api/tag/getTag is registered with model.CheckAuth only, omitting both model.CheckAdminRole and model.CheckReadonly, despite the handler performing a configuration write that is normally guarded by both. Any authenticated user — including publish-service RoleReader accounts and RoleEditor accounts on a read-only workspace — can call this endpoint with a sort argument to mutate model.Conf.Tag.Sort and trigger model.Conf.Save(), which atomically rewrites the entire workspace conf.json. This vulnerability is fixed in 3.7.0.
Configurations

No configuration.

History

14 May 2026, 20:17

Type Values Removed Values Added
References () https://github.com/siyuan-note/siyuan/security/advisories/GHSA-6r88-8v7q-q4p2 - () https://github.com/siyuan-note/siyuan/security/advisories/GHSA-6r88-8v7q-q4p2 -

14 May 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-14 19:16

Updated : 2026-05-14 21:22


NVD link : CVE-2026-45147

Mitre link : CVE-2026-45147

CVE.ORG link : CVE-2026-45147


JSON object : View

Products Affected

No product.

CWE
CWE-285

Improper Authorization

CWE-862

Missing Authorization