fast-uri 是用于 Node.js 的 URI 解析器。在解析过程中,它会对 URI 的 scheme(协议)部分执行一次遗留的解码操作,且不再对解码结果进行重新转义;而序列化时,scheme 部分会原样输出,这与主机(host)组件的处理方式不同(主机组件会被重新转义)。因此,对于 scheme 中包含经过百分号编码的斜杠字符( 或 )的输入,解析后得到的 scheme 没有 Authority 部分,导致解析结果中的主机(host)和错误信息均为 undefined。然而,对该输入进行解析或标准化(nor
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-75975 | 7.5 HIGH | fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization |
No comments yet