highCVSS 7.5Vulnerability

CVE-2026-75931

### Impact `fast-uri` canonicalizes a host to its ASCII form only when the input carries an explicit scheme. When `resolve()` resolves a scheme-relative reference (`//host/`) against a scheme-bearing base, it still emits the host verbatim even though the effective scheme is known, so re-parsing the resolved URI yields a different host than the one `resolve()` returned. An application that resolves an untrusted reference with `fast-uri` and then checks or routes on the resulting host can make a policy decision on one host and reach another. This is an incomplete-fix variant of CVE-2026-13676, whose IDN canonicalization was applied only to the scheme-bearing form. ### Patches Upgrade to `fast-uri` 2.4.5, 3.1.6, or 4.1.3. `resolve()` now canonicalizes the host once the effective scheme is known, and fails closed if a raw non-ASCII host cannot be converted. ### Workarounds Resolve scheme-relative references against a base that carries a scheme before performing any host-policy or origin check.

Properties

ghsa_id
GHSA-5jgf-p345-68v8
severity
high
summary
fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references
cvss_score
7.5
cve_id
CVE-2026-75931
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
is_ghsa_only
false
ghsa_published
2026-09-02T15:44:30Z
source_url
https://github.com/advisories/GHSA-5jgf-p345-68v8
ghsa_updated
2026-09-02T15:44:32Z

Related Entities (4)

VULNERABLE_TO (1)

[Software]npm/fast-uri

AFFECTS (1)

[Software]npm/fast-uri

HAS_WEAKNESS (1)

[Weakness]Interpretation Conflict

REPORTED_BY (1)

[Source]GitHub Advisory Database

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-75931 (CVSS 7.5) — Ninja Signal Threat Intelligence | Ninja Signal