Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
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
FAQ
What is CVE-2026-45147?
CVE-2026-45147 is a vulnerability with a CVSS score of 4.3 (MEDIUM). 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,...
How severe is CVE-2026-45147?
CVE-2026-45147 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45147?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.