A vulnerability in the fast-uri npm package allows malformed hosts containing unbalanced or misplaced authority brackets to pass through the parse() function without error. The parsed host differs from what Node's URL and HTTP clients resolve, creating a security gap where host-based policies such as SSRF denylists, redirect allowlists, or proxy routing rules are evaluated against a different host than the one actually reached. This discrepancy persists through normalize, equal, and resolve operations. Affected versions include fast-uri 2.4.5, 3.1.6, and 4.1.3. The issue is patched in versions 2.4.6, 3.1.7, and 4.1.4, which now correctly report a malformed host error for any host containing a bracket that is not a valid IPv6 literal. Applications relying on fast-uri for security-sensitive URL parsing decisions are at risk of SSRF and other request-routing bypass attacks.