Back to overview

CVE-2026-13676

HIGH
7.5
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-13676
State
PUBLISHED
Assigner
openjs
Reserved
2026-06-29 10:37 UTC
Published
2026-06-29 13:22 UTC
Last updated
2026-06-29 13:53 UTC
Primary CWE
CWE-436
CWE-436: Interpretation Conflict
Vendor / Product
fast-uri / fast-uri
Sources
cve.org  ·  NVD

Severity & Metrics

7.5 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
SSVC — CISA Coordinator
Exploitation
none
Automatable
yes
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
fast-uri fast-uri 4.0.0 < 4.0.1, 4.0.1, 2.3.1 < 3.1.3, 3.1.3
Weakness (CWE)
CWESourceDescription
CWE-436 cna CWE-436: Interpretation Conflict
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.5 HIGH 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Back to overview