CVE-2026-13676: fast-uri vulnerable to host confusion via failed IDN canonicalization
(updated )
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.
References
- access.redhat.com/errata/RHSA-2026:37186
- access.redhat.com/errata/RHSA-2026:37585
- access.redhat.com/errata/RHSA-2026:37628
- access.redhat.com/errata/RHSA-2026:40118
- access.redhat.com/errata/RHSA-2026:40262
- access.redhat.com/errata/RHSA-2026:40765
- access.redhat.com/errata/RHSA-2026:40945
- access.redhat.com/errata/RHSA-2026:41066
- access.redhat.com/errata/RHSA-2026:41928
- access.redhat.com/errata/RHSA-2026:41929
- access.redhat.com/errata/RHSA-2026:42815
- access.redhat.com/errata/RHSA-2026:43038
- access.redhat.com/errata/RHSA-2026:44239
- access.redhat.com/errata/RHSA-2026:44268
- access.redhat.com/errata/RHSA-2026:47728
- access.redhat.com/errata/RHSA-2026:48124
- access.redhat.com/errata/RHSA-2026:48126
- access.redhat.com/errata/RHSA-2026:49642
- access.redhat.com/errata/RHSA-2026:50340
- access.redhat.com/errata/RHSA-2026:50479
- access.redhat.com/errata/RHSA-2026:51196
- access.redhat.com/errata/RHSA-2026:51197
- access.redhat.com/errata/RHSA-2026:51342
- access.redhat.com/errata/RHSA-2026:51348
- access.redhat.com/errata/RHSA-2026:51349
- access.redhat.com/security/cve/CVE-2026-13676
- bugzilla.redhat.com/show_bug.cgi?id=2494197
- cna.openjsf.org/security-advisories.html
- github.com/advisories/GHSA-4c8g-83qw-93j6
- github.com/fastify/fast-uri/commit/01db48010f594b98f7b323be18b393791c66ed1d
- github.com/fastify/fast-uri/commit/21ea1f9d70495c931f55dff893a8fa38f4f2e6bd
- github.com/fastify/fast-uri/commit/2a6d357a18a68e6d812824379fd3388a1ae50d05
- github.com/fastify/fast-uri/pull/188
- github.com/fastify/fast-uri/releases/tag/v2.4.2
- github.com/fastify/fast-uri/releases/tag/v3.1.3
- github.com/fastify/fast-uri/releases/tag/v4.0.1
- github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6
- nvd.nist.gov/vuln/detail/CVE-2026-13676
- security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-13676.json
Code Behaviors & Features
Detect and mitigate CVE-2026-13676 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →