fast-uri 是 Node.js 的一个 URI 解析器。仅当输入中包含显式协议(scheme)时,它才会将主机名规范化为 ASCII 形式;而对于类似双斜杠开头的协议相对引用(scheme-relative reference),它会按原样返回主机名,且不设置任何错误。因此,fast-uri 的各个入口函数行为不一致:parse、resolve、normalize 和 equal 函数对于相同的输入,可能仅因是否显式写出协议而产生不同的主机名结果;even equal 函数对相同的主机名对可能返回相反的判定结
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-75975 | 7.5 HIGH | fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization |
| CVE-2026-76172 | 7.5 HIGH | fast-uri vulnerable to host confusion via percent-encoded scheme normalization |
No comments yet