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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-84370— SVGO removeScripts 远程代码执行漏洞

一分钟漏洞结论

影响对象
svg svgo
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

SVGO(SVG Optimizer,SVG 优化器)是一个用于优化 SVG 文件的 Node.js 库和命令行应用。在 1.0.0 至 2.8.4、3.3.5 和 4.1.0 之前的版本中,opt-in 的 removeScripts 插件(在版本 2 和 3 中名为 removeScriptElement)在 和 中对可执行链接的过滤不完整。 具体而言: 该插件未能识别带有命名空间前缀的 SVG 锚点元素(例如 且其 或命名空间形式 带有值); 在检查 URL 协议前,该插件未去除 URL 中的 ASCII 制

CVSS 8.2 · High
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
SVGO: removeScripts allows executable links through namespace and control-character bypasses
来源: CVE Program / CVE List V5
Vulnerability Description
SVGO, short for SVG Optimizer, is a Node.js library and command-line application for optimizing SVG files. From version 1.0.0 until versions 2.8.4, 3.3.5, and 4.1.0, the opt-in removeScripts plugin, named removeScriptElement in versions 2 and 3, incompletely filters executable links in plugins/removeScripts.js and lib/svgo/tools.js. The plugin does not recognize namespace-prefixed SVG anchor elements such as svg:a with href or namespaced *:href values, and it does not remove ASCII tab, line-feed, or carriage-return characters before checking URL schemes. Browsers remove those characters before parsing a scheme, allowing an executable link to pass the plugin's check. When an application processes attacker-controlled SVG input and serves the result in an active browser context, a victim who activates the surviving link can execute script in the SVG's origin, expose data, modify content, or perform actions as the victim. This issue is fixed in versions 2.8.4, 3.3.5, and 4.1.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
svg svgo >= 1.0.0, < 2.8.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-84370 其他参考 (10)

IV. Related Vulnerabilities

V. Comments for CVE-2026-84370

暂无评论


发表评论