CVE 8.8 HIGH

SiYuan Desktop Notification XSS Leads to Electron RCE_CVE-2026-41421

8.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Description

SiYuan is an open-source personal knowledge management system. Prior to 3.6.5, SiYuan desktop renders notification messages as raw HTML inside an Electron renderer. The notification route POST /api/notification/pushMsg accepts a user-controlled msg value, forwards it through the backend broadcast layer, and the frontend inserts it into the DOM with insertAdjacentHTML(...) at message.ts. On desktop builds, this is not limited to ordinary XSS. Electron windows are created with nodeIntegration: true, contextIsolation: false, and webSecurity: false at main.js. As a result, JavaScript executed from the notification sink can directly access Node APIs and escalate to desktop code execution. This vulnerability is fixed in 3.6.5.

AI Analysis

SiYuan desktop notification XSS vulnerability leading to Electron RCE

Basic Information

ID CVE-2026-41421
Source GitHub_M
Published Apr 24, 2026 at 18:53

Affected Product

Vendor siyuan-note
Product siyuan
Version < 3.6.5
Affected Versions siyuan-note siyuan < 3.6.5

CWE Classification

AI Assessment

AI Score 8.8 / 10
AI Severity High
Vendor siyuan-note
Product SiYuan
Version < 3.6.5

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.