Posts Tagged: integer-overflow
-
CVE-2008-2376: Integer Overflows in Ruby's Array#fill
An exploration of CVE-2008-2376, how integer overflows manifest in C-based Ruby implementations, and why upgrading is the only sustainable defense.
-
CVE-2008-2725: Integer Overflows in Array Methods
An in-depth look at CVE-2008-2725, an integer overflow vulnerability in Ruby's Array implementation.
-
CVE-2008-2726: Ruby Integer Overflow in rb_ary_splice
An analysis of CVE-2008-2726, an integer overflow vulnerability in Ruby's Array methods like Array#slice= and Array#replace.