GHSA-4c8g-83qw-93j6
fast-uri vulnerable to host confusion via failed IDN canonicalization
Quick fix
GHSA-4c8g-83qw-93j6 — fast-uri: upgrade to the fixed version with the command below.
npm install fast-uri@4.0.1Details
### 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.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6[WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-13676[ADVISORY]
- https://github.com/fastify/fast-uri/pull/188[WEB]
- https://github.com/fastify/fast-uri/commit/2a6d357a18a68e6d812824379fd3388a1ae50d05[WEB]
- https://github.com/fastify/fast-uri/commit/21ea1f9d70495c931f55dff893a8fa38f4f2e6bd[WEB]
- https://github.com/fastify/fast-uri/commit/01db48010f594b98f7b323be18b393791c66ed1d[WEB]
- https://access.redhat.com/errata/RHSA-2026:63371[WEB]
- https://access.redhat.com/errata/RHSA-2026:61314[WEB]
- https://access.redhat.com/errata/RHSA-2026:60520[WEB]
- https://access.redhat.com/errata/RHSA-2026:60386[WEB]
- https://access.redhat.com/errata/RHSA-2026:59593[WEB]
- https://access.redhat.com/errata/RHSA-2026:57590[WEB]
- https://access.redhat.com/errata/RHSA-2026:57194[WEB]
- https://access.redhat.com/errata/RHSA-2026:57191[WEB]
- https://access.redhat.com/errata/RHSA-2026:57013[WEB]
- https://access.redhat.com/errata/RHSA-2026:56431[WEB]
- https://access.redhat.com/errata/RHSA-2026:56366[WEB]
- https://access.redhat.com/errata/RHSA-2026:66488[WEB]
- https://access.redhat.com/errata/RHSA-2026:66545[WEB]
- https://access.redhat.com/security/cve/CVE-2026-13676[WEB]
- https://bugzilla.redhat.com/show_bug.cgi?id=2494197[WEB]
- https://cna.openjsf.org/security-advisories.html[WEB]
- https://github.com/fastify/fast-uri[PACKAGE]
- https://github.com/fastify/fast-uri/releases/tag/v2.4.2[WEB]
- https://github.com/fastify/fast-uri/releases/tag/v3.1.3[WEB]
- https://github.com/fastify/fast-uri/releases/tag/v4.0.1[WEB]
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-13676.json[WEB]
- https://access.redhat.com/errata/RHSA-2026:37186[WEB]
- https://access.redhat.com/errata/RHSA-2026:37585[WEB]
- https://access.redhat.com/errata/RHSA-2026:37628[WEB]
- https://access.redhat.com/errata/RHSA-2026:40118[WEB]
- https://access.redhat.com/errata/RHSA-2026:40262[WEB]
- https://access.redhat.com/errata/RHSA-2026:40765[WEB]
- https://access.redhat.com/errata/RHSA-2026:40945[WEB]
- https://access.redhat.com/errata/RHSA-2026:41066[WEB]
- https://access.redhat.com/errata/RHSA-2026:41928[WEB]
- https://access.redhat.com/errata/RHSA-2026:41929[WEB]
- https://access.redhat.com/errata/RHSA-2026:42815[WEB]
- https://access.redhat.com/errata/RHSA-2026:43038[WEB]
- https://access.redhat.com/errata/RHSA-2026:44239[WEB]
- https://access.redhat.com/errata/RHSA-2026:44268[WEB]
- https://access.redhat.com/errata/RHSA-2026:47728[WEB]
- https://access.redhat.com/errata/RHSA-2026:48124[WEB]
- https://access.redhat.com/errata/RHSA-2026:48126[WEB]
- https://access.redhat.com/errata/RHSA-2026:49642[WEB]
- https://access.redhat.com/errata/RHSA-2026:50340[WEB]
- https://access.redhat.com/errata/RHSA-2026:50479[WEB]
- https://access.redhat.com/errata/RHSA-2026:50758[WEB]
- https://access.redhat.com/errata/RHSA-2026:51196[WEB]
- https://access.redhat.com/errata/RHSA-2026:51197[WEB]
- https://access.redhat.com/errata/RHSA-2026:51342[WEB]
- https://access.redhat.com/errata/RHSA-2026:51348[WEB]
- https://access.redhat.com/errata/RHSA-2026:51349[WEB]
- https://access.redhat.com/errata/RHSA-2026:54760[WEB]