CVE-2026-45375CRITICAL 9.0EPSS p27.8%

CVE-2026-45375CVE-2026-45375

Description

SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, SiYuan's Bazaar (community marketplace) renders the name and version fields of a package's plugin.json (and the equivalent theme.json / template.json / widget.json / icon.json) into the Settings → Marketplace UI without HTML escaping. The kernel-side helper sanitizePackageDisplayStrings in kernel/bazaar/package.go HTML-escapes only Author, DisplayName, and Description — Name and Version flow through to the renderer raw. The frontend at app/src/config/bazaar.ts substitutes them into HTML template strings via ${item.preferredName} / ${data.name} / v${data.version} and assigns the result to innerHTML. As a consequence, malicious HTML in either field is parsed and executed when a user opens the marketplace tab. This vulnerability is fixed in 3.7.0.

Scoring

CVSS 3.19.0 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
EPSS0.36% probability of exploitation · percentile 27.8% · 2026-06-19T12:03:05Z
Published2026-05-14
Last modified2026-05-16

Underlying weaknesses· 2

CWE-79CWE-116

References

  1. https://github.com/siyuan-note/siyuan/security/advisories/GHSA-27qc-m5gf-jv5r
  2. https://github.com/siyuan-note/siyuan/security/advisories/GHSA-27qc-m5gf-jv5r

2

TypeTargetConfidenceTier
WeaknessImproper Encoding or Escaping of Outputcwe-1160%live
WeaknessImproper Neutralization of Input During Web Page Generation ('Cross-site Scripting')cwe-790%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-44586
CVE
CVE-2026-33067
CVE
CVE-2026-33066
CVE
CVE-2026-34448
CVE
CVE-2026-34585
CVE
CVE-2026-23852
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.