VYPR

RubyGems package

uri

pkg:gem/uri

Vulnerabilities (4)

  • CVE-2025-61594HigDec 30, 2025
    affected < 0.12.5fixed 0.12.5

    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, sensit

  • CVE-2025-27221Mar 3, 2025
    affected < 0.11.3fixed 0.11.3

    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.

  • CVE-2023-36617Jun 29, 2023
    affected >= 0.10.1, < 0.10.3fixed 0.10.3

    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 issue

  • CVE-2023-28755Mar 31, 2023
    affected >= 0.12.0, < 0.12.1fixed 0.12.1

    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