VYPR

npm package

urijs

pkg:npm/urijs

Vulnerabilities (8)

  • CVE-2022-1243Apr 5, 2022
    affected < 1.19.11fixed 1.19.11

    CRHTLF can lead to invalid protocol extraction potentially leading to XSS in GitHub repository medialize/uri.js prior to 1.19.11.

  • CVE-2022-1233Apr 4, 2022
    affected < 1.19.11fixed 1.19.11

    URL Confusion When Scheme Not Supplied in GitHub repository medialize/uri.js prior to 1.19.11.

  • CVE-2022-0868Mar 6, 2022
    affected < 1.19.10fixed 1.19.10

    Open Redirect in GitHub repository medialize/uri.js prior to 1.19.10.

  • CVE-2022-24723Mar 3, 2022
    affected < 1.19.9fixed 1.19.9

    URI.js is a Javascript URL mutation library. Before version 1.19.9, whitespace characters are not removed from the beginning of the protocol, so URLs are not parsed properly. This issue has been patched in version 1.19.9. Removing leading whitespace from values before passing the

  • CVE-2022-0613Feb 16, 2022
    affected < 1.19.8fixed 1.19.8

    Authorization Bypass Through User-Controlled Key in NPM urijs prior to 1.19.8.

  • CVE-2021-3647Jul 16, 2021
    affected < 1.19.7fixed 1.19.7

    URI.js is vulnerable to URL Redirection to Untrusted Site

  • CVE-2021-27516Feb 21, 2021
    affected < 1.19.6fixed 1.19.6

    URI.js (aka urijs) before 1.19.6 mishandles certain uses of backslash such as http:\/ and interprets the URI as a relative path.

  • CVE-2020-26291Dec 30, 2020
    affected < 1.19.4fixed 1.19.4

    URI.js is a javascript URL mutation library (npm package urijs). In URI.js before version 1.19.4, the hostname can be spoofed by using a backslash (`\`) character followed by an at (`@`) character. If the hostname is used in security decisions, the decision may be incorrect. Depe