Résumé
fast-uri vulnerable to host confusion via failed IDN canonicalization
Détails de l’avis
Impact
fast-uri versions >= 2.3.1, <= 4.0.0 fail to canonicalize Unicode/IDN hostnames for HTTP-family URLs. The IDN conversion path calls URL.domainToASCII(...) on the global WHATWG URL constructor, where that helper does not exist. The resulting TypeError is silently routed into parsed.error, but parse(), normalize(), and equal() all return with the host left in its original Unicode form.
For example, http://127。0。0。1/ is treated by fast-uri as host 127。0。0。1, while Node's WHATWG URL parser and fetch() canonicalize the same input to 127.0.0.1.
Applications that use fast-uri to enforce host-based policy (denylists, loopback filtering, redirect validation, outbound proxy routing) before passing the same URL into Node's URL or fetch() consumers see a policy/use desync and can be steered to an unintended destination.
Patches
Upgrade to fast-uri v4.0.1, v3.1.3, or v2.4.2
Workarounds
None. Upgrade to the patched version.
Références
- https://github.com/advisories/GHSA-4c8g-83qw-93j6
- https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6
- https://nvd.nist.gov/vuln/detail/CVE-2026-13676
- https://github.com/fastify/fast-uri/pull/188
- https://github.com/fastify/fast-uri/commit/2a6d357a18a68e6d812824379fd3388a1ae50d05
- https://github.com/fastify/fast-uri/commit/21ea1f9d70495c931f55dff893a8fa38f4f2e6bd
- https://github.com/fastify/fast-uri/commit/01db48010f594b98f7b323be18b393791c66ed1d
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-13676.json
Vulnérabilités liées
Tout Supply chain →- MEDIUMCVE-2026-73846
CKAN MCP Server: Cache-key canonicalization collision enables cache confusion / poisoning
- MEDIUMCVE-2026-63435
Mail: Email address spoofing via malformed RFC 2047 encoded-words
- HIGHCVE-2026-75931
fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references
- HIGHCVE-2026-69246
Guzzle: Noncanonical host can bypass host-based checks
- MEDIUMCVE-2026-14643
undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives
- HIGHCVE-2026-18446
fast-uri vulnerable to host confusion via backslash authority introducer