Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Remote, unauthenticated, low-complexity read of protected data across a trust boundary gives AV:N/AC:L/PR:N/UI:N with S:C and C:H; no integrity or availability impact.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
3DescriptionCVE.org
SiYuan versions before v3.7.4 fail to properly filter related-database content in renderAttributeView, allowing anonymous readers to access Relation and Rollup cell contents from hidden or password-protected databases. Attackers can request published databases that relate to restricted databases to retrieve sensitive content, or bypass row filtering entirely when the first column is a non-block type.
AnalysisAI
Sensitive data disclosure in SiYuan note-taking application before v3.7.4 lets anonymous readers of a published workspace pull Relation and Rollup cell contents out of hidden or password-protected databases. Because renderAttributeView does not re-check authorization on the related database, an unauthenticated visitor can request a published attribute view that references a restricted database and read its protected values, and can bypass row-level filtering entirely when the first column is a non-block type. Reported by VulnCheck with a CVSS 4.0 base score of 9.2; no public exploit identified at time of analysis.
Technical ContextAI
SiYuan is an open-source, self-hostable personal knowledge-management and Markdown note-taking application whose 'attribute views' provide Notion-style database tables. Relation columns link one database to another and Rollup columns aggregate values pulled across that link. The flaw is in the renderAttributeView routine, which resolves and renders those related-database values without re-applying the access controls (hidden/password protection and row filters) that the referenced database is supposed to enforce. This is a classic CWE-862 Missing Authorization defect: an authorization decision that is enforced when the database is accessed directly is silently skipped on the cross-reference rendering path, so data crosses a trust boundary. A secondary logic error causes row-filtering to be bypassed when the first column of the view is a non-block type. The affected component is siyuan-note:siyuan (all versions prior to v3.7.4).
RemediationAI
Upgrade to SiYuan v3.7.4 or later, which corrects the authorization checks in renderAttributeView (Vendor-released patch: v3.7.4), as documented in the vendor advisory GHSA-mfrj-v65r-979c (https://github.com/siyuan-note/siyuan/security/advisories/GHSA-mfrj-v65r-979c). Until the upgrade is applied, reduce exposure by not publishing attribute views that contain Relation or Rollup columns pointing at hidden or password-protected databases, and by removing anonymous/public read access to the publishing endpoint or placing it behind authentication or a network restriction - the trade-off is that legitimate anonymous readers lose access to the published workspace. As an additional interim measure, avoid using non-block first columns in views that rely on row filtering to withhold sensitive rows, since that configuration defeats the filter; note this changes how affected tables render and is only a stopgap until v3.7.4 is deployed.
SQL injection in SiYuan personal knowledge management (versions <= v3.7.2) lets attackers pass arbitrary SQL statements
A SQL injection vulnerability was discovered in Siyuan 3.1.11 in /getHistoryItems. Rated critical severity (CVSS 9.8), t
A SQL injection vulnerability has been identified in Siyuan 3.1.11 via the ids array parameter in /batchGetBlockAttrs. R
A SQL injection vulnerability has been identified in Siyuan 3.1.11 via the id parameter at /getAssetContent. Rated criti
A SQL injection vulnerability has been identified in Siyuan 3.1.11 via the notebook parameter in /searchHistory. Rated c
SiYuan personal knowledge management system prior to 3.5.4 has a stored XSS vulnerability (CVSS 9.6) that allows code ex
Origin-validation bypass in SiYuan Note (open-source personal knowledge management) before 3.7.0 lets any installed Chro
Reflected XSS in SiYuan knowledge management before 3.5.9.
SiYuan knowledge management system prior to 3.5.5 has a path traversal in /api/file/copyFile allowing arbitrary file ope
SiYuan version 3.0.3 allows executing arbitrary commands on the server. Rated critical severity (CVSS 9.0), this vulnera
SQL injection in SiYuan prior to version 3.6.0 allows any authenticated user, including those with read-only access, to
Cross-site scripting (XSS) in SiYuan personal knowledge management system versions 3.6.0-3.6.1 allows remote attackers t
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57458
GHSA-mfrj-v65r-979c