Lucene search
+L

16831 matches found

RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.7 views

ruby: Cookie prefix spoofing in CGI::Cookie.parse

A flaw was found in Ruby. RubyGems cgi gem could allow a remote attacker to conduct spoofing attacks caused by the mishandling of security prefixes in cookie names in the CGI::Cookie.parse function. By sending a specially-crafted request, an attacker could perform cookie prefix spoofing attacks...

7.5CVSS6.7AI score0.02931EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.7 views

ruby: integer overflow in rb_ary_splice/update/replace() - REALLOC_N

Integer overflow in the 1 rbarysplice function in Ruby 1.8.4 and earlier, 1.8.5 before 1.8.5-p231, 1.8.6 before 1.8.6-p230, and 1.8.7 before 1.8.7-p22; and 2 the rbaryreplace function in 1.6.x allows context-dependent attackers to trigger memory corruption via unspecified vectors, aka the...

7.8CVSS7AI score0.037EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.7 views

ruby: entity expansion DoS vulnerability in REXML

lib/rexml/text.rb in the REXML parser in Ruby before 1.9.3-p392 allows remote attackers to cause a denial of service memory consumption and crash via crafted text nodes in an XML document, aka an XML Entity Expansion XEE attack...

5CVSS7.1AI score0.06671EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.7 views

ruby: XML round-trip vulnerability in REXML

A flaw was found in the way the Ruby REXML library parsed XML documents. Parsing a specially crafted XML document using REXML and writing parsed data back to a new XML document results in creating a document with a different structure. This issue could affect the integrity of processed data in...

7.5CVSS6.6AI score0.05061EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.9 views

ruby: multiple insufficient safe mode restrictions

Ruby 1.8.5 and earlier, 1.8.6 through 1.8.6-p286, 1.8.7 through 1.8.7-p71, and 1.9 through r18423 does not properly restrict access to critical variables and methods at various safe levels, which allows context-dependent attackers to bypass intended access restrictions via 1 untracevar, 2...

7.5CVSS7AI score0.14085EPSS
SaveExploits3References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.9 views

ruby: Arbitrary heap exposure during a JSON.generate call

A buffer overflow vulnerability was found in the JSON extension of ruby. An attacker with the ability to pass a specially crafted JSON input to the extension could use this flaw to expose the interpreter's heap memory...

9.8CVSS6.7AI score0.09445EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.10 views

ruby: Properly initialize the random number generator when forking new process

Ruby before 1.8.7-p352 does not reset the random seed upon forking, which makes it easier for context-dependent attackers to predict the values of random numbers by leveraging knowledge of the number sequence obtained in a different child process, a related issue to CVE-2003-0900. NOTE: this issu...

5CVSS7AI score0.02582EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.6 views

ruby: WEBrick DoS vulnerability (CPU consumption)

Algorithmic complexity vulnerability in the WEBrick::HTTPUtils.splitheadervalue function in WEBrick::HTTP::DefaultFileHandler in WEBrick in Ruby 1.8.5 and earlier, 1.8.6 through 1.8.6-p286, 1.8.7 through 1.8.7-p71, and 1.9 through r18423 allows context-dependent attackers to cause a denial of...

7.8CVSS7AI score0.70202EPSS
SaveExploits4References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.12 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: ruby4.0: ruby4.0-4.0.0-33.3.hum1 aarch64, x8664 ruby4.0-bundled-gems-4.0.0-33.3.hum1 aarch64, x8664 ruby4.0-default-gems-4.0.0-33.3.hum1 noarch ruby4.0-devel-4.0.0-33.3.hum1 aarch64, x8664...

10CVSS5.8AI score0.70202EPSS
SaveExploits21References38
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.5 views

ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host

Ruby's Net::FTP module trusted the IP address included in the FTP server's response to the PASV command. A malicious FTP server could use this to make Ruby applications using the Net::FTP module to connect to arbitrary hosts and use this to perform port scanning or information extraction from...

5.8CVSS6.7AI score0.0305EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.4 views

ruby: HTTP response splitting in WEBrick

Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 allows HTTP Response Splitting. If a program using WEBrick inserts untrusted input into the response header, an attacker can exploit it to insert a newline character to split a header, and inject malicious content to deceive clients...

5.3CVSS6.6AI score0.04569EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.6 views

ruby: integer overflow in rb_ary_splice/update/replace() - beg + rlen

Integer overflow in the 1 rbarysplice function in Ruby 1.8.4 and earlier, 1.8.5 before 1.8.5-p231, 1.8.6 before 1.8.6-p230, 1.8.7 before 1.8.7-p22, and 1.9.0 before 1.9.0-2; and 2 the rbaryreplace function in 1.6.x allows context-dependent attackers to trigger memory corruption, aka the "beg +...

7.8CVSS6.9AI score0.03759EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.6 views

ruby: off-by-one stack-based buffer overflow in the encodes() function

Off-by-one error in the encodes function in pack.c in Ruby 1.9.3 and earlier, and 2.x through 2.1.2, when using certain format string specifiers, allows context-dependent attackers to cause a denial of service segmentation fault via vectors that trigger a stack-based buffer overflow...

5CVSS7.4AI score0.03893EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.8 views

ruby: hash table collisions CPU usage DoS (oCERT-2011-003)

Ruby aka CRuby before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service CPU consumption via crafted input to an application that maintains a hash table...

7.8CVSS7AI score0.04211EPSS
SaveExploits2References4
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.11 views

ruby: REXML billion laughs attack via parameter entity expansion

The REXML parser in Ruby 1.9.x before 1.9.3-p550, 2.0.x before 2.0.0-p594, and 2.1.x before 2.1.4 allows remote attackers to cause a denial of service memory consumption via a crafted XML document, aka an XML Entity Expansion XEE attack...

5CVSS6.7AI score0.05538EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.13 views

ruby: Properly initialize the random number generator when forking new process

The SecureRandom.randombytes function in lib/securerandom.rb in Ruby before 1.8.7-p352 and 1.9.x before 1.9.2-p290 relies on PID values for initialization, which makes it easier for context-dependent attackers to predict the result string by leveraging knowledge of random strings obtained in an...

5CVSS7AI score0.0195EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.17 views

ruby: Unsafe parsing of long strings via decode_www_form_component method

The URI.decodewwwformcomponent method in Ruby before 1.9.2-p330 allows remote attackers to cause a denial of service catastrophic regular expression backtracking, resource consumption, or application crash via a crafted string...

7.5CVSS7AI score0.04128EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.5 views

ruby: REXML incomplete fix for CVE-2014-8080

The REXML parser in Ruby 1.9.x before 1.9.3 patchlevel 551, 2.0.x before 2.0.0 patchlevel 598, and 2.1.x before 2.1.5 allows remote attackers to cause a denial of service CPU and memory consumption a crafted XML document containing an empty string in an entity that is used in a large number of...

5CVSS6.7AI score0.056EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.7 views

ruby: Buffer overrun in String-to-Float conversion

A buffer overrun vulnerability was found in Ruby. The issue occurs in a conversion algorithm from a String to a Float that causes process termination due to a segmentation fault, but under limited circumstances. This flaw may cause an illegal memory read...

7.5CVSS6.7AI score0.04267EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/17 11:15 p.m.7 views

ruby: Arbitrary memory address read vulnerability with Regex search

A flaw was found in Ruby. If attacker-supplied data is provided to the Ruby regex compiler, it is possible to extract arbitrary heap data relative to the start of the text, including pointers and sensitive strings...

6.6CVSS6.7AI score0.00629EPSS
SaveExploits0References5
Rows per page
Query Builder