CVE-2026-34449 PUBLISHED

SiYuan: Cross-Origin RCE via Permissive CORS Policy and JavaScript Snippet Injection

Assigner: GitHub_M
Reserved: 27.03.2026 Published: 31.03.2026 Updated: 31.03.2026

SiYuan is a personal knowledge management system. Prior to version 3.6.2, a malicious website can achieve Remote Code Execution (RCE) on any desktop running SiYuan by exploiting the permissive CORS policy (Access-Control-Allow-Origin: * + Access-Control-Allow-Private-Network: true) to inject a JavaScript snippet via the API. The injected snippet executes in Electron's Node.js context with full OS access the next time the user opens SiYuan's UI. No user interaction is required beyond visiting the malicious website while SiYuan is running. This issue has been patched in version 3.6.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
CVSS Score: 9.7

Product Status

Vendor siyuan-note
Product siyuan
Versions
  • Version < 3.6.2 is affected

References

Problem Types

  • CWE-942: Permissive Cross-domain Policy with Untrusted Domains CWE