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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-86472— fast-uri 主机大小写归一化不一致漏洞

一分钟漏洞结论

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

fast-uri 是一个无依赖的、符合 RFC 3986 规范的 URI 解析器,专为 Node.js 设计,被 Fastify 和 ajv 所使用。在 2.4.7 之前(即 2.x 系列)、从 3.0.0 到 3.1.7、以及从 4.0.0 到 4.1.4 的版本中,fast-uri 在对主机名进行百分号解码(percent-decode)之前,会先将主机名强制转换为小写。这导致像 %41 这样编码的“大写八位组”在解码后变成字母 A,而该字母由于在解码前已被错误地小写化逻辑影响,未能被正确规范化。对于形如 //

CVSS 4.8 · Medium EPSS 0.16% · P6

影响版本矩阵 6

厂商产品 版本范围状态
fast-uri fast-uri < 2.4.7 affected
2.4.7 unaffected
3.0.0< 3.1.8 affected
3.1.8 unaffected
4.0.0< 4.1.5 affected
4.1.5 unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
fast-uri vulnerable to inconsistent host case normalization via percent-encoded octets
来源: CVE Program / CVE List V5
Vulnerability Description
fast-uri is a dependency-free RFC 3986 URI parser for Node.js, used by Fastify and ajv. In versions before 2.4.7, from 3.0.0 through 3.1.7, and from 4.0.0 through 4.1.4, fast-uri folds the host to lowercase before it percent-decodes the host, so a percent-encoded uppercase octet such as %41 decodes to a literal A that is never folded. For a scheme-relative reference such as //host there is no scheme, so the host canonicalization that would normally repair this does not run, and parse, normalize, and equal then disagree on the same host. An application that makes a case-sensitive host decision on fast-uri output, for example a host allowlist or denylist that compares the parsed host or uses equal, can be steered past the check with a percent-encoded uppercase octet, and because hostnames are case-insensitive in DNS and HTTP the evading spelling still reaches the host the check meant to gate. The issue is fixed in fast-uri 2.4.7, 3.1.8, and 4.1.5, and users should upgrade to one of those versions or later. As a workaround, compare hosts case-insensitively by lowercasing the parsed host before any allowlist or denylist decision.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
大小写敏感处理不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
fast-uri fast-uri 0 ~ 2.4.7 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-86472 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-86472

暂无评论


发表评论