VYPR

cgi.rb

by Ruby Lang

Source repositories

CVEs (2)

  • CVE-2025-27219MedMar 4, 2025
    risk 0.31cvss 5.8epss 0.01

    In the CGI gem before 0.4.2 for Ruby, the CGI::Cookie.parse method in the CGI library contains a potential Denial of Service (DoS) vulnerability. The method does not impose any limit on the length of the raw cookie value it processes. This oversight can lead to excessive…

  • CVE-2025-27220MedMar 4, 2025
    risk 0.19cvss 4.0epss 0.01

    In the CGI gem before 0.4.2 for Ruby, a Regular Expression Denial of Service (ReDoS) vulnerability exists in the Util#escapeElement method.