CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-41421

High
Published: Translated: NVD NIST

Summary

SiYuan to otwartoźródłowy system zarządzania wiedzą osobistą. W wersjach przed 3.6.5, powiadomienia były renderowane jako surowy HTML w rendererze Electron, co umożliwiało wykonanie kodu JavaScript z poziomu powiadomień, prowadząc do eskalacji uprawnień na poziomie systemu operacyjnego.

Risk Assessment

Organizacja jest narażona na poważne ryzyko, ponieważ atakujący może wykorzystać tę podatność do wykonania dowolnego kodu na komputerze użytkownika, co może prowadzić do utraty danych lub przejęcia kontroli nad systemem.

Recommendation

Zaleca się aktualizację SiYuan do wersji 3.6.5 lub nowszej, aby usunąć tę podatność oraz wprowadzenie dodatkowych środków bezpieczeństwa, takich jak ograniczenie dostępu do Node APIs w aplikacjach Electron.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS