CVE-2026-84394
Published:September 02, 2026
Updated:September 10, 2026
fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error. A host that starts with an opening bracket but does not end with a closing bracket is neither validated as an IP literal nor canonicalized as a domain name, so parse() returns it as the host with error undefined, while Node's URL and the HTTP clients built on it resolve the same string to a different host. An application that reads the parsed host to make a host decision, such as an SSRF denylist, a redirect allowlist, or proxy routing, and then passes the original URL to an HTTP client evaluates its policy against a string that is not the host the request reaches. The same host is carried through normalize, equal, and resolve. This affects fast-uri versions 2.4.5, 3.1.6, and 4.1.3, and is fixed in 2.4.6, 3.1.7, and 4.1.4, where parse() reports a malformed host for any host that contains a bracket but is not a valid IPv6 literal.
Affected Packages
https://github.com/fastify/fast-uri.git (GITHUB):
Affected version(s) =v3.1.6 <v3.1.7Fix Suggestion:
Update to version v3.1.7https://github.com/fastify/fast-uri.git (GITHUB):
Affected version(s) =v4.1.3 <v4.1.4Fix Suggestion:
Update to version v4.1.4https://github.com/fastify/fast-uri.git (GITHUB):
Affected version(s) =v2.4.5 <v2.4.6Fix Suggestion:
Update to version v2.4.6fast-uri (NPM):
Affected version(s) =4.1.3 <4.1.4Fix Suggestion:
Update to version 4.1.4fast-uri (NPM):
Affected version(s) =2.4.5 <2.4.6Fix Suggestion:
Update to version 2.4.6fast-uri (NPM):
Affected version(s) =3.1.6 <3.1.7Fix Suggestion:
Update to version 3.1.7Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Interpretation Conflict
EPSS
Base Score:
0.22