Guest User

Untitled

a guest
Feb 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Multiple integer overflows in the rb_str_buf_append function in
  2. Ruby 1.8.4 and earlier, 1.8.5 before 1.8.5-p231, 1.8.6 before
  3. 1.8.6-p230, 1.8.7 before 1.8.7-p22, and 1.9.0 before 1.9.0-2
  4. allow context-dependent attackers to execute arbitrary code or
  5. cause a denial of service via unknown vectors that trigger memory
  6. corruption. (CVE-2008-2662)
  7.  
  8. Multiple integer overflows in the rb_ary_store function in Ruby
  9. 1.8.4 and earlier, 1.8.5 before 1.8.5-p231, 1.8.6 before 1.8.6-p230,
  10. and 1.8.7 before 1.8.7-p22 allow context-dependent attackers to
  11. execute arbitrary code or cause a denial of service via unknown
  12. vectors. (CVE-2008-2663)
  13.  
  14. The rb_str_format function in Ruby 1.8.4 and earlier, 1.8.5 before
  15. 1.8.5-p231, 1.8.6 before 1.8.6-p230, 1.8.7 before 1.8.7-p22, and 1.9.0
  16. before 1.9.0-2 allows context-dependent attackers to trigger memory
  17. corruption via unspecified vectors related to alloca. (CVE-2008-2664)
  18.  
  19. Integer overflow in the rb_ary_splice function in Ruby 1.8.4
  20. and earlier, 1.8.5 before 1.8.5-p231, 1.8.6 before 1.8.6-p230,
  21. and 1.8.7 before 1.8.7-p22 allows context-dependent attackers to
  22. trigger memory corruption via unspecified vectors, aka the REALLOC_N
  23. variant. (CVE-2008-2725)
  24.  
  25. Integer overflow in the rb_ary_splice function in Ruby 1.8.4 and
  26. earlier, 1.8.5 before 1.8.5-p231, 1.8.6 before 1.8.6-p230, 1.8.7 before
  27. 1.8.7-p22, and 1.9.0 before 1.9.0-2 allows context-dependent attackers
  28. to trigger memory corruption, aka the beg + rlen issue. (CVE-2008-2726)
  29.  
  30. Integer overflow in the rb_ary_fill function in array.c in Ruby before
  31. revision 17756 allows context-dependent attackers to cause a denial
  32. of service (crash) or possibly have unspecified other impact via a
  33. call to the Array#fill method with a start (aka beg) argument greater
  34. than ARY_MAX_SIZE. (CVE-2008-2376)
Add Comment
Please, Sign In to add comment