VYPR
Medium severity5.4GHSA Advisory· Published Apr 17, 2026· Updated Apr 20, 2026

CVE-2026-40922

CVE-2026-40922

Description

SiYuan is an open-source personal knowledge management system. In versions 3.6.1 through 3.6.3, a prior fix for XSS in bazaar README rendering (incomplete fix for CVE-2026-33066) enabled the Lute HTML sanitizer, but the sanitizer does not block iframe tags, and its URL-prefix blocklist does not effectively filter srcdoc attributes which contain raw HTML rather than URLs. A malicious bazaar package author can include an iframe with a srcdoc attribute containing embedded scripts in their README. When other users view the package in SiYuan's marketplace UI, the payload executes in the Electron context with full application privileges, enabling arbitrary code execution on the user's machine. This issue has been fixed in version 3.6.4.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
github.com/siyuan-note/siyuan/kernelGo
< 0.0.0-20260414013942-62eed37a32630.0.0-20260414013942-62eed37a3263

Affected products

1

Patches

1
b382f50e1880

:lock: https://github.com/siyuan-note/siyuan/security/advisories/GHSA-v3mg-9v85-fcm7

https://github.com/siyuan-note/siyuanDanielMar 14, 2026via ghsa
1 file changed · +1 0
  • kernel/bazaar/readme.go+1 0 modified
    @@ -109,6 +109,7 @@ func getInstalledPackageREADME(installPath, linkBase string, readme LocaleString
     func renderPackageREADME(linkBase string, mdData []byte) (ret string) {
     	mdData = bytes.TrimPrefix(mdData, []byte("\xef\xbb\xbf")) // 移除文件开头的 BOM
     	luteEngine := lute.New()
    +	luteEngine.SetSanitize(true)
     	luteEngine.SetSoftBreak2HardBreak(false)
     	luteEngine.SetCodeSyntaxHighlight(false)
     	luteEngine.SetLinkBase(linkBase)
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

7

News mentions

0

No linked articles in our index yet.