SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, he tooltip mouseover handler in app/src/block/popover.ts reads aria-label via getAttribute and passes it through decodeURIComponent before assigning to messageElement.innerHTML in app/src/dialog/tooltip.ts:41. The encoder used at the producer side, escapeAriaLabel in app/src/util/escape.ts:19-25, only handles HTML special characters (", ', <, literal <) — it leaves %XX URL-escapes untouched. So a doc title containing %3Cimg src=x onerror=...%3E round-trips through escapeAriaLabel and the HTML attribute layer unmodified. Then decodeURIComponent on the consumer side converts %3C to a literal < character (a real <, NOT a character reference). When that string is assigned to innerHTML, the HTML5 tokenizer enters TagOpenState on the literal <, parses the element, and the onerror handler fires. Because the renderer runs with nodeIntegration: true, contextIsolation: false, webSecurity: false (app/electron/main.js:407-411), require('child_process') is reachable from the injected handler, escalating to arbitrary code execution.This vulnerability is fixed in 3.7.0.
CVE-2026-44588
This critical-severity CVE scores 9.4 under NVD CVSS v3. EPSS exploit probability: 0.5%, top 60% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.4
- EG Score
- 9.4(medium)
- EPSS
- 39.8%
- KEV
- Not listed
Published
May 14, 2026
Last Modified
May 15, 2026
Advisory Details (1)
Auto-updated May 14, 2026URL-encoded title bypasses `escapeAriaLabel`, decoded by `decodeURIComponent` into a tooltip-XSS => Electron renderer RCE in SiYuan · Advisory · siyuan-note/siyuan · GitHub
https://github.com/siyuan-note/siyuan/security/advisories/GHSA-25rp-h46x-2hjmVendor Advisories for CVE-2026-44588(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Patch Availability(1)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| go | github.com/siyuan-note/siyuan/kernel | — | ghsa |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/siyuan-note/siyuan/kernel | — | — | — |
Weakness Classification(3)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 7× in last 7d / 99× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
Showing the most recent 100 of 265 total refreshes for this CVE.
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-09 19:10 UTCEPSS rescore
- 2026-07-08 15:16 UTCEPSS rescore
- 2026-07-07 13:46 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-29 21:48 UTCEG score recompute
- 2026-06-29 21:48 UTCGHSA enrichment
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 12:44 UTCEG score recompute
- 2026-06-28 12:44 UTCGHSA enrichment
- 2026-06-28 08:09 UTCEG score recompute
- 2026-06-28 08:09 UTCGHSA enrichment
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 02:43 UTCEG score recompute
- 2026-06-28 02:43 UTCGHSA enrichment
- 2026-06-27 22:38 UTCEG score recompute
- 2026-06-27 22:38 UTCGHSA enrichment
- 2026-06-27 13:11 UTCEG score recompute
Show 75 moreShow fewer
- 2026-06-27 13:11 UTCGHSA enrichment
- 2026-06-27 07:59 UTCEG score recompute
- 2026-06-27 07:59 UTCGHSA enrichment
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 20:21 UTCEG score recompute
- 2026-06-26 20:21 UTCGHSA enrichment
- 2026-06-26 03:54 UTCEG score recompute
- 2026-06-26 03:54 UTCGHSA enrichment
- 2026-06-25 23:24 UTCEG score recompute
- 2026-06-25 23:24 UTCGHSA enrichment
- 2026-06-25 19:09 UTCEG score recompute
- 2026-06-25 19:09 UTCGHSA enrichment
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-19 19:25 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-17 20:22 UTCEG score recompute
- 2026-06-17 20:22 UTCGHSA enrichment
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-17 13:48 UTCEG score recompute
- 2026-06-17 13:48 UTCGHSA enrichment
- 2026-06-17 02:26 UTCEG score recompute
- 2026-06-17 02:26 UTCGHSA enrichment
- 2026-06-16 22:20 UTCEG score recompute
- 2026-06-16 22:20 UTCGHSA enrichment
- 2026-06-16 17:52 UTCEPSS rescore
- 2026-06-16 08:07 UTCEG score recompute
- 2026-06-16 08:06 UTCGHSA enrichment
- 2026-06-16 04:01 UTCEG score recompute
- 2026-06-16 04:01 UTCGHSA enrichment
- 2026-06-15 23:56 UTCEG score recompute
- 2026-06-15 23:56 UTCGHSA enrichment
- 2026-06-15 17:49 UTCEPSS rescore
- 2026-06-15 04:16 UTCEG score recompute
- 2026-06-15 04:16 UTCGHSA enrichment
- 2026-06-15 00:10 UTCEG score recompute
- 2026-06-15 00:10 UTCGHSA enrichment
- 2026-06-14 20:01 UTCEG score recompute
- 2026-06-14 20:01 UTCGHSA enrichment
- 2026-06-14 15:53 UTCEG score recompute
- 2026-06-14 15:53 UTCGHSA enrichment
- 2026-06-14 11:48 UTCEG score recompute
- 2026-06-14 11:48 UTCGHSA enrichment
- 2026-06-14 07:43 UTCEG score recompute
- 2026-06-14 07:43 UTCGHSA enrichment
- 2026-06-14 03:37 UTCEG score recompute
- 2026-06-14 03:37 UTCGHSA enrichment
- 2026-06-13 23:29 UTCEG score recompute
- 2026-06-13 23:29 UTCGHSA enrichment
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-13 10:45 UTCEG score recompute
- 2026-06-13 10:45 UTCGHSA enrichment
- 2026-06-13 06:27 UTCEG score recompute
- 2026-06-13 06:27 UTCGHSA enrichment
- 2026-06-13 02:14 UTCEG score recompute
- 2026-06-13 02:14 UTCGHSA enrichment
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-12 22:06 UTCEG score recompute
- 2026-06-12 22:06 UTCGHSA enrichment
- 2026-06-12 17:57 UTCEG score recompute
- 2026-06-12 17:57 UTCGHSA enrichment
- 2026-06-12 13:51 UTCEG score recompute
- 2026-06-12 13:51 UTCGHSA enrichment
- 2026-06-12 09:46 UTCEG score recompute
- 2026-06-12 09:46 UTCGHSA enrichment
- 2026-06-12 05:40 UTCEG score recompute
Related CVEs(same product + same CWE)
Same product
9 showngo:github.com/siyuan-note/siyuan/kernel
Frequently asked(5)
What is CVE-2026-44588?
When was CVE-2026-44588 disclosed?
Is CVE-2026-44588 actively exploited?
What is the CVSS score of CVE-2026-44588?
How do I remediate CVE-2026-44588?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-44588
Is Your Infrastructure Affected by CVE-2026-44588?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.