Goal Reached Thanks to every supporter โ€” we hit 100%!

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2026-29183 โ€” AI Deep Analysis Summary

CVSS 9.3 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Reflected XSS in SiYuan Note. ๐Ÿ“‰ **Consequences**: Arbitrary JS execution, API abuse, and sensitive data leakage via crafted links.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: CWE-79. The `/api/icon/getDynamicIcon` endpoint fails to escape attacker-controlled `content` in SVG output. ๐Ÿ› **Flaw**: Unsafe rendering logic for `type=8`.

Q3Who is affected? (Versions/Components)

๐Ÿ‘ฅ **Affected**: SiYuan Note versions **< 3.5.9**. ๐Ÿ“ฆ **Component**: Dynamic Icon API endpoint.

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Actions**: Execute JS in victim's browser. ๐Ÿ“‚ **Impact**: Perform authenticated API operations & steal sensitive user data.

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Threshold**: Low. โš ๏ธ **Auth**: Unauthenticated vector. ๐Ÿ–ฑ๏ธ **UI**: Requires User Interaction (clicking a malicious link).

Q6Is there a public Exp? (PoC/Wild Exploitation)

๐Ÿ” **Exploit**: Yes. Public PoC available via Nuclei templates. ๐ŸŒ **Status**: Wild exploitation possible via crafted URLs.

Q7How to self-check? (Features/Scanning)

๐Ÿ”Ž **Check**: Scan for `/api/icon/getDynamicIcon?type=8`. ๐Ÿงช **Test**: Inject payload into `content` param to trigger SVG rendering.

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ› ๏ธ **Fix**: Upgrade to SiYuan Note **v3.5.9+**. โœ… **Status**: Patched officially (GHSA-6865-qjcf-286f).

Q9What if no patch? (Workaround)

๐Ÿšง **Workaround**: If unpatched, restrict access to the icon API endpoint or implement strict input sanitization for SVG content.

Q10Is it urgent? (Priority Suggestion)

โšก **Priority**: HIGH. ๐Ÿšจ **Reason**: Unauthenticated, easy to exploit, and leads to data breach. Patch immediately!