Stats Digest Feeds
โ† Back to all CVEs

CVE-2026-45147

MEDIUM NVD
CVSS Score 4.3
Severity MEDIUM
Published May 14, 2026
Vendor unknown

Description

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.

References