CVE detail
CVE-2026-13676
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.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 30.0 · diversity 14.5 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
19 source links · newest first
- https://access.redhat.com/errata/RHSA-2026:44268access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:44239access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:40765access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:43038access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:42815access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:41929access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:41928access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:41066access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:40945access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:40262access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:40118access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:37628access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:37585access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:37186access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM - https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-13676.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comJun 29, 2026, 2:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2494197bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comJun 29, 2026, 2:16 PM - https://access.redhat.com/security/cve/CVE-2026-13676access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 29, 2026, 2:16 PM No excerpt available.
Exploitgithub.comJun 29, 2026, 2:16 PM- https://cna.openjsf.org/security-advisories.htmlcna.openjsf.org
No excerpt available.
Vendor Advisorycna.openjsf.orgJun 29, 2026, 2:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-6322CVSS 7.5 · High
fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined a…
- CVE-2026-49332CVSS 8.5 · High
A flaw was found in openshift/oauth-proxy. The proxy sets authenticated identity headers using only dash-variant keys (X-Forwarded-User) but does not strip underscore-variant keys…
- CVE-2026-16221CVSS 7.5 · High
Impact: fast-uri versions from 2.3.1 through 4.1.0 (including the 3.x line up to 3.1.3 and the 2.x line up to 2.4.2) do not treat a literal backslash character (U+005C) as an auth…
- CVE-2026-63030CVSS 9.8 · Critical
WordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 is affected by a REST API batch endpoint route confusion issue which, combined with the author__not_in WP_Query SQL Injection (…
- CVE-2026-44974CVSS 7.7 · High
@hapi/content provided HTTP Content-* headers parsing. Prior to 6.0.2, Content.disposition() retained the last occurrence of each duplicate parameter while Content.type() retained…
- CVE-2026-47767CVSS 8.3 · High
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 5.4.46 until 5.4.52, 6.4.40, 7.4.12, and 8.0.12, the CVE-2024-50340 fix gate…