← Back to browse · API

CVE-2026-66012

Severity
CRITICAL
CVSS
10.0
EPSS
0.00437
Risk score
40.15
CISA KEV
No
PoC
Yes
Published
2026-07-25
Modified
2026-07-28
First seen
2026-08-05
Aliases
EUVD-2026-49043, GHSA-HP8G-G2QJ-WGPJ
Products
siyuan-note:SiYuan 0 <3.7.2
Sources
nvd CVE-2026-66012
euvd EUVD-2026-49043
packetstorm 44462a79e9ec451591d88854|CVE-2026-66012
packetstorm 01823eb94fc4c0e378bd3115|CVE-2026-66012

Description

SiYuan before v3.7.2 contains a missing authorization vulnerability in the POST /mcp kernel endpoint, which is gated only by a general auth check (model.CheckAuth) with no admin-role or read-only enforcement. This exposes 31 MCP tools, including a file tool with list/read/write/delete/rename/copy actions across the entire workspace. When the Publish server is enabled in anonymous mode (Conf.Publish.Enable=true and Conf.Publish.Auth.Enable=false), the Publish reverse proxy attaches an anonymous RoleReader JWT to proxied requests, allowing a remote unauthenticated attacker to reach /mcp. The attacker can read conf/conf.json to extract accessAuthCode, api.token, and cookieKey in plaintext, write arbitrary files in the workspace, and plant a plugin into data/plugins/ that executes with nodeIntegration:true and no contextIsolation on the next desktop launch, leading to administrator takeover.

References