CVE Catalog

CVE-2026-6322

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.48%

39th percentile - higher than 39% of all known CVEs

Summary

In fast-uri versions up to 3.1.1, the normalize() function decoded percent-encoded authority delimiters inside the host component and re-emitted them as raw delimiters during serialization. This allows an attacker to change the URI authority to a different domain than the input appeared to specify.

Risk Assessment

Applications that normalize untrusted URIs before host allowlist checks can be tricked into routing requests to a malicious server, potentially leading to data exfiltration or further attacks.

Recommendation

Update fast-uri to version 3.1.2 or later, which includes a fix for this vulnerability.

Other vulnerabilities in fast-uri

See all
Original NVD description (English source)

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 an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS