XSS in Siyuan-Note Siyuan
CVE-2026-100641
SiYuan before v3.8.4 does not HTML-escape stored flashcard block content before interpolating it into the card-manager list markup. Block content returned by /api/riff/getRiffCards is inserted into a card item template in app/src/card/viewCards.ts and assigned to listElement.innerHTML, so content such as <img src=invalid onerror=...> becomes an executable event-handler attribute. Because the SiYuan desktop (Electron) main window is created with nodeIntegration enabled and contextIsolation disabled, an administrator who opens the card manager on a workspace containing attacker-supplied flashcard content (for example introduced through contribution or import) executes the attacker's script in a privileged renderer, which can lead to arbitrary code execution on the host. The affected endpoint remains behind authentication and administrator-role checks; this is an untrusted-content-to-privileged-renderer issue, not an authorization bypass.
Vulnerability class: XSS (Cross-Site Scripting)
Published · last modified .
CVSS v3 metric
CVSS v3 base score 8.0 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
Weakness classification (CWE)
References
- github.com/siyuan-note/siyuan/security/advisories/GHSA-2mmf-4xwm-55rm (vendor-advisory)
- github.com/siyuan-note/siyuan/commit/1ecb1c07de497ff03b585536fe5579291754d96b (patch)
- github.com/siyuan-note/siyuan/commit/48c354e7de130aaada9d7120125bbc768344fd3b (patch)
- github.com/siyuan-note/siyuan/commit/41b14025b4ac4a8379d1200580344ca18ad152b7 (patch)
- github.com/siyuan-note/siyuan/commit/8641553a1f07374001902d3ce773285db1292b2d (patch)
- www.vulncheck.com/advisories/siyuan-before-3.8.4-stored-xss-via-unescaped-flash… (third-party-advisory)
Frequently asked questions
- What is CVE-2026-100641?
- CVE-2026-100641 is a high-severity vulnerability in Siyuan-Note Siyuan, classified under Cross-site Scripting. CVSS score: 8.0/10. Published 2026-09-26.
- How severe is CVE-2026-100641?
- High severity. CVSS v3 base score is 8.0 out of 10.