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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:NOpenjsf Fast Uri
APPOpenjsf< 3.1.2
Related vulnerabilities
fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error....
fast-uri serializes the port component of a URI without validating it. When recomposing the authority, the use...
fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an...
fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes...
fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the comp...