← Browse

CVE-2026-69084

Medium

Elevated severity or exploit probability.

CVSS base
10.0 CRITICAL
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
EPSS — probability of exploitation (30 days)
1.6%
74.3th percentile
CISA KEV
Not listed
Weakness / dates
CWE-89
Published 2026-08-03 · modified 2026-08-26

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 opened cleartext notebooks (encrypted per-box notebooks are excluded). Fixed in v3.7.3.

References

Official: NVD · CVE.org