Vulnerability Description
Trilium Notes is a cross-platform, hierarchical note taking application focused on building large personal knowledge bases. Versions 0.102.1 and prior contain a critical security flaw where lack of SVG sanitization combined with a disabled Content Security Policy (CSP) and a publicly reachable backend execution API results in an unauthenticated Remote Code Execution (RCE). The vulnerability arises from an insecure-by-design architecture: Trilium serves SVG attachments with the image/svg+xml MIME type without any sanitization, and it explicitly disables Helmet's Content Security Policy middleware, removing the primary defense against script execution in served assets. Because the malicious SVG runs under the Same-Origin Policy, it can issue a fetch('/') to extract the csrfToken from the document body. With that token, it can send a signed request to /api/script/exec to execute arbitrary Node.js code on the server. An attacker can compromise the entire server instance simply by tricking an authenticated user into viewing a shared SVG attachment. The issue has been fixed in version 0.102.2.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/TriliumNext/Trilium/releases/tag/v0.102.2
- https://github.com/TriliumNext/Trilium/security/advisories/GHSA-p837-cxw3-m964
- https://github.com/TriliumNext/Trilium/security/advisories/GHSA-p837-cxw3-m964
FAQ
What is CVE-2026-39311?
CVE-2026-39311 is a vulnerability with a CVSS score of 6.8 (MEDIUM). Trilium Notes is a cross-platform, hierarchical note taking application focused on building large personal knowledge bases. Versions 0.102.1 and prior contain a critical security flaw where lack of SV...
How severe is CVE-2026-39311?
CVE-2026-39311 has been rated MEDIUM with a CVSS base score of 6.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-39311?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.