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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-84394— fast-uri 主机混淆漏洞

一分钟漏洞结论

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

fast-uri 在解析主机名时,对于包含不成对或位置错误的方括号的 host 不会报错。如果一个 host 以左方括号 开头,但没有以右方括号 结尾,它既不会被验证为 IP 字面量,也不会被规范化为域名。因此, 会将该 host 直接返回,且 字段为 。与此同时,Node.js 的 及基于其构建的 HTTP 客户端会将同一字符串解析为不同的 host。如果应用程序读取解析后的 host 来做主机决策(例如 SSRF 黑名单、重定向白名单或代理路由),然后将原始 URL 传递给 HTTP 客户端,那么其策略所评估的

CVSS 7.5 · High

可能的 ATT&CK 技术 1 AI

T1200 · Hardware Additions
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
fast-uri vulnerable to host confusion via an unclosed bracket in the URI authority
来源: CVE Program / CVE List V5
Vulnerability Description
fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error. A host that starts with an opening bracket but does not end with a closing bracket is neither validated as an IP literal nor canonicalized as a domain name, so parse() returns it as the host with error undefined, while Node's URL and the HTTP clients built on it resolve the same string to a different host. An application that reads the parsed host to make a host decision, such as an SSRF denylist, a redirect allowlist, or proxy routing, and then passes the original URL to an HTTP client evaluates its policy against a string that is not the host the request reaches. The same host is carried through normalize, equal, and resolve. This affects fast-uri versions 2.4.5, 3.1.6, and 4.1.3, and is fixed in 2.4.6, 3.1.7, and 4.1.4, where parse() reports a malformed host for any host that contains a bracket but is not a valid IPv6 literal.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
解释冲突
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
fast-uri fast-uri 2.4.5 ~ 2.4.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-84394 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-84394

暂无评论


发表评论