
CVE-2025-27219
https://notcve.org/view.php?id=CVE-2025-27219
03 Mar 2025 — 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 resource consumption when parsing extremely large cookies. • https://github.com/rubysec/ruby-advisory-db/blob/master/gems/cgi/CVE-2025-27219.yml • CWE-770: Allocation of Resources Without Limits or Throttling •

CVE-2025-27220
https://notcve.org/view.php?id=CVE-2025-27220
03 Mar 2025 — In the CGI gem before 0.4.2 for Ruby, a Regular Expression Denial of Service (ReDoS) vulnerability exists in the Util#escapeElement method. • https://github.com/rubysec/ruby-advisory-db/blob/master/gems/cgi/CVE-2025-27220.yml • CWE-1333: Inefficient Regular Expression Complexity •