Bug 2494197 (CVE-2026-13676) - CVE-2026-13676 fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization
Summary: CVE-2026-13676 fast-uri: fast-uri: Security policy bypass due to improper Uni...
Keywords:
Status: NEW
Alias: CVE-2026-13676
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2494503 2494504 2494506 2494508 2494509 2494510 2494512 2494513 2494528 2494502 2494505 2494507 2494511
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-29 14:02 UTC by OSIDB Bzimport
Modified: 2026-07-02 08:55 UTC (History)
104 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-29 14:02:19 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.