CVE-2026-44586
Published: 14 May 2026
Summary
CVE-2026-44586 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 8.3 (High).
Operationally, it is not currently listed in the CISA KEV catalog.
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates web inputs to reject script-related content that could produce XSS.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.
Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.
Directly prevents execution of attacker-supplied code written into data memory regions.
NVD Description
SiYuan is an open-source personal knowledge management system. From 2.1.12 to before 3.7.0. SiYuan's Bazaar marketplace renders package author metadata from the public bazaar stage feed into HTML without escaping. In the desktop app this becomes stored XSS, and because…
more
SiYuan's Electron windows are created with nodeIntegration: true and contextIsolation: false, a successful payload can call Node.js APIs and execute code on the host. This vulnerability is fixed in 3.7.0.
Deeper analysisAI
Automated synthesis unavailable for this CVE.
Details
- CWE(s)