目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2026-44588— 思源笔记 URL编码标题绕过导致XSS

获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-44588 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
SiYuan: URL-encoded title bypasses `escapeAriaLabel`, decoded by `decodeURIComponent` into a tooltip-XSS
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
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 &lt;) — 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 <img> 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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
siyuan-notesiyuan < 3.7.0 -

二、漏洞 CVE-2026-44588 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-44588 的情报信息

登录查看更多情报信息。

同批安全公告 · siyuan-note · 2026-05-14 · 共 7 条

CVE-2026-453759.0 CRITICAL思源 Bazaar 市场渲染未转义包名和版本信息,导致存储型XSS及Electron代码执行漏洞
CVE-2026-445868.3 HIGH思源笔记:Bazaar应用市场未转义作者元数据导致XSS与代码执行漏洞
CVE-2026-451474.3 MEDIUM思源笔记 /api/tag/getTag 越权修改配置漏洞
CVE-2026-451484.3 MEDIUM思源笔记发布模式读取者可枚举元数据漏洞
CVE-2026-45371思源笔记发布模式读者通过8个未限制API修改配置和SQL索引漏洞
CVE-2026-44670思源笔记:存储型XSS导致远程代码执行

IV. Related Vulnerabilities

V. Comments for CVE-2026-44588

暂无评论


发表评论