CVE-2026-32940
Niekompletna lista blokowania w SanitizeSVG w SiYuan umożliwia wykonanie JavaScriptu przez złośliwe SVG, co prowadzi do ataku XSS.
SiYuan is a personal knowledge management system. In versions 3.6.0 and below, SanitizeSVG has an incomplete blocklist — it blocks data:text/html and data:image/svg+xml in href attributes but misses data:text/xml and data:application/xml, both of which can render SVG with JavaScript execution. The unauthenticated /api/icon/getDynamicIcon endpoint serves user-controlled input (via the content parameter) directly into SVG markup using fmt.Sprintf with no escaping, served as Content-Type: image/svg+xml. This creates a click-through XSS: a victim navigates to a crafted URL, sees an SVG with an injected link, and clicking it triggers JavaScript via the bypassed MIME types. The attack requires direct navigation to the endpoint or <object>/<embed> embedding, since <img> tag rendering in the frontend doesn't allow interactive links. This issue has been fixed in version 3.6.1.
| Źródło | Wartość |
|---|---|
| NVD – CVSS | 9.3 |
| CISA KEV (aktywnie wykorzystywane) | Nie |
| FIRST EPSS (prawdopodobieństwo exploita) | 0.1% |
| Opublikowano (NVD) | 2026-03-20 04:16:49 UTC |
| Ostatnia modyfikacja (NVD) | 2026-03-23 18:22:49 UTC |
- https://github.com/advisories/GHSA-6865-qjcf-286f (security-advisories@github.com) [Exploit, Third Party Advisory]
- https://github.com/siyuan-note/siyuan/commit/d01d561875d4f744e9f6232f1d4831e3642b8696 (security-advisories@github.com) [Patch]
- https://github.com/siyuan-note/siyuan/releases/tag/v3.6.1 (security-advisories@github.com) [Release Notes]
- https://github.com/siyuan-note/siyuan/security/advisories/GHSA-4mx9-3c2h-hwhg (security-advisories@github.com) [Exploit, Mitigation, Vendor Advisory]