CVE-2026-72798: SiYuan: Publish-access filter on renderAttributeView leaves related-database content unfiltered and fails open on non-block first columns
renderAttributeView correctly applies the reader publish-access filter, but the filter’s row-accessibility decision is keyed solely to the row’s first cell, and it never inspects the remaining cells’ values. Relation and Rollup cells carry mirrored content from a different database, so a row belonging to a published database can hand an anonymous reader the contents of a related database whose host document is hidden, publish-forbidden, or password-protected. Separately, when the first column is not a block value the accessibility check is skipped entirely and the row is returned unchecked.
References
- github.com/advisories/GHSA-mfrj-v65r-979c
- github.com/siyuan-note/siyuan/commit/426991d155c0c7c3a9e71badd6761eddfa8aad5b
- github.com/siyuan-note/siyuan/security/advisories/GHSA-mfrj-v65r-979c
- nvd.nist.gov/vuln/detail/CVE-2026-72798
- www.vulncheck.com/advisories/siyuan-before-information-disclosure-via-renderattributeview
Code Behaviors & Features
Detect and mitigate CVE-2026-72798 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 →