CVE-2026-69084-PoC
Author
Boreas37
Published
2026-08-09
Stars
1
Forks
0
Repository
Description
CVE-2026-69084/69085 — SiYuan arbitrary SQL execution via searchEmbedBlock + searchDocs SQLi (CVSS 9.9). Verified on v3.7.2, rejected on v3.7.3.
CVE-CVE-2026-69084 Details
Severity
CRITICAL
CVSS Score
10.0
CWE
CWE-89
Description
SiYuan versions <= v3.7.2 expose the /api/search/searchEmbedBlock endpoint, which passes a client-supplied SQL statement verbatim to the main read-write siyuan.db handle with no single-statement, read-only, or admin restrictions. The endpoint is gated only by CheckAuth, making it reachable by the publish RoleReader token and by anonymous users when publish authentication is disabled. Because the underlying driver executes stacked statements, an attacker can read and modify content across all ope...
Related PoCs for CVE-2026-69084
No other PoCs found for this CVE.