fast-uri 是一个用于 Node.js 的 URI 解析库。其针对带括号的 IPv6 字面量的自定义解析器未对完整的 IPv6 语法进行验证,因此可能导致权威部分(authority)中无效的尾随文本被静默丢弃,从而使格式错误的、由攻击者控制的 host 被转换为另一个有效的 IPv6 目标地址。 例如,带有无效尾随字符的带括号字面量会被归一化为未指定地址(unspecified address),此时 Node.js HTTP 客户端会通过回环接口连接到一个本地服务;而其他格式错误的字面量则可能被归一化为私
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
| CVE-2026-75899 | 7.5 HIGH | fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding |
| CVE-2026-75931 | 7.5 HIGH | fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative |
| CVE-2026-76172 | 7.5 HIGH | fast-uri vulnerable to host confusion via percent-encoded scheme normalization |
No comments yet