VYPR

Uri

by Ruby Lang

gem: uri

Source repositories

CVEs (4)

  • CVE-2025-61594HigDec 30, 2025
    risk 0.42cvss 7.5epss 0.01

    URI is a module providing classes to handle Uniform Resource Identifiers. In versions 0.12.4 and earlier (bundled in Ruby 3.2 series) 0.13.2 and earlier (bundled in Ruby 3.3 series), 1.0.3 and earlier (bundled in Ruby 3.4 series), when using the + operator to combine URIs,…

  • CVE-2023-28755MedMar 31, 2023
    risk 0.35cvss 5.3epss 0.03

    A ReDoS issue was discovered in the URI component through 0.12.0 in Ruby through 3.2.1. The URI parser mishandles invalid URLs that have specific characters. It causes an increase in execution time for parsing strings to URI objects. The fixed versions are 0.12.1, 0.11.1, 0.10.2…

  • CVE-2023-36617MedJun 29, 2023
    risk 0.28cvss 5.3epss 0.02

    A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396_parser.rb and rfc3986_parser.rb. NOTE: this…

  • CVE-2025-27221LowMar 4, 2025
    risk 0.14cvss 3.2epss 0.00

    In the URI gem before 1.0.3 for Ruby, the URI handling methods (URI.join, URI#merge, URI#+) have an inadvertent leakage of authentication credentials because userinfo is retained even after changing the host.