VYPR

fast-uri

by Expressjs

CVEs (3)

  • CVE-2026-75975HigAug 24, 2026
    risk 0.42cvss 7.5epss

    fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6…

  • CVE-2026-75931HigAug 24, 2026
    risk 0.42cvss 7.5epss

    fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own…

  • CVE-2026-75899HigAug 24, 2026
    risk 0.42cvss 7.5epss

    fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different…