๐Ÿ” CVE Alert

CVE-2026-13676

HIGH 7.5

fast-uri vulnerable to host confusion via failed IDN canonicalization

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

fast-uri versions 2.3.1 through 3.1.2 and 4.0.0 fail to canonicalize Unicode (IDN) hostnames for HTTP-family URLs. The IDN conversion path calls a helper that does not exist on the global URL constructor, silently leaving the host in its original Unicode form while normalize() and equal() still return values that differ from a WHATWG-compatible URL parser. Applications that use fast-uri to enforce host-based policy (denylists, loopback filtering, redirect validation, outbound proxy routing) before passing the same URL to Node's URL or fetch can be bypassed when the two implementations resolve the same input to different hosts. Patches: upgrade to fast-uri 3.1.3 for the 3.x line or 4.0.1 for the 4.x line. Workarounds: enforce host policy using the same URL parser used for the actual request, or reject non-ASCII hosts before policy checks.

CWE CWE-436
Vendor fast-uri
Product fast-uri
Published Jun 29, 2026
Last Updated Jun 29, 2026
Stay Ahead of the Next One

Get instant alerts for fast-uri fast-uri

Be the first to know when new high vulnerabilities affecting fast-uri fast-uri are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

fast-uri / fast-uri
4.0.0 < 4.0.1 2.3.1 < 3.1.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6 cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” celinke97 UlisesGascon