Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/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
Unauthenticated network call to an unprotected endpoint yields low-severity metadata disclosure with no integrity, availability, or scope-change impact.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
SiYuan versions before v3.7.4 contain an information disclosure vulnerability in the UILayout filter that fails to properly restrict administrator workspace state from publish readers. Unauthenticated attackers can retrieve the administrator's open documents, search terms, notebook paths, and private asset locations by calling the getConf endpoint without authentication.
AnalysisAI
Information disclosure in SiYuan before v3.7.4 exposes administrator workspace state to unauthenticated network attackers via an improperly protected getConf API endpoint. The UILayout filter fails to enforce authorization boundaries between publish readers and the administrative configuration layer, leaking open document names, recent search terms, notebook directory paths, and private asset locations. No public exploit code or CISA KEV listing exists at time of analysis; however, the unauthenticated network vector makes the flaw trivially reachable on any internet-exposed SiYuan instance with publish features active.
Technical ContextAI
SiYuan is a self-hosted, open-source personal knowledge management system with a publish/share feature that allows workspace content to be surfaced to external readers. The vulnerability is classified under CWE-863 (Incorrect Authorization): the UILayout filter that governs what state is surfaced to publish-reader sessions fails to exclude administrative configuration data, allowing the getConf system endpoint to respond with sensitive workspace metadata to callers presenting no credentials. All versions captured by CPE cpe:2.3:a:siyuan-note:siyuan:*:*:*:*:*:*:*:* prior to 3.7.4 contain this flaw. The root cause is a missing or insufficiently scoped authorization check on a server-side API endpoint that was designed for authenticated administrative access only.
RemediationAI
Upgrade SiYuan to v3.7.4 or later, which resolves the UILayout filter authorization defect per the vendor security advisory at https://github.com/siyuan-note/siyuan/security/advisories/GHSA-hgfg-j9pg-43xw. If immediate patching is not feasible, disable the publish/share feature entirely to eliminate unauthenticated access to the API surface - this removes the attack surface at the cost of losing all public document sharing capability. Alternatively, place the SiYuan instance behind an authenticating reverse proxy (such as nginx with HTTP basic auth or an SSO gateway) to require credentials before any API endpoint is reachable; this prevents unauthenticated getConf calls but adds operational overhead. As a minimum compensating control, restrict inbound network access to the SiYuan port to trusted IP ranges via firewall rules, preventing opportunistic external access to the getConf endpoint.
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-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57448
GHSA-hpmw-8pgp-x77j