CVE-2026-44588 affects SiYuan before 3.7.0. The vulnerability is in the tooltip handling path for aria-label content. In app/src/block/popover.ts, the mouseover handler reads attacker-controlled aria-label data with getAttribute(), passes it through decodeURIComponent, and then forwards it to the tooltip renderer. In app/src/dialog/tooltip.ts, the resulting string is assigned to messageElement.innerHTML. The producer-side escaping performed by escapeAriaLabel() in app/src/util/escape.ts only escapes HTML-special characters and does not neutralize percent-encoded sequences such as %3C and %3E. As a result, a crafted value like %3Cimg src=x onerror=...%3E survives storage and attribute rendering, is converted by decodeURIComponent into a literal HTML tag, and is then parsed by the browser when inserted via innerHTML, triggering stored cross-site scripting. In the Electron desktop client, this XSS can be escalated to arbitrary code execution because the renderer is configured with nodeIntegration enabled, contextIsolation disabled, and webSecurity disabled.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
1 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.
No news coverage yet. Advisories and community discussion only.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.