class Dawn::Kb::CVE_2010_2489
Public Class Methods
new()
click to toggle source
Calls superclass method
Dawn::Kb::ComboCheck::new
# File lib/dawn/kb/cve_2010_2489.rb, line 41 def initialize message = "Buffer overflow in Ruby 1.9.x before 1.9.1-p429 on Windows might allow local users to gain privileges via a crafted ARGF.inplace_mode value that is not properly handled when constructing the filenames of the backup files" super({ :name=>"CVE-2010-2489", :cvss=>"AV:L/AC:L/Au:N/C:C/I:C/A:C", :release_date => Date.new(2010, 7, 10), :cwe=>"119", :owasp=>"A9", :applies=>["sinatra", "padrino", "rails"], :kind=>Dawn::KnowledgeBase::COMBO_CHECK, :message=>message, :mitigation=>"Please upgrade your ruby interpreter", :aux_links=>["http://www.ruby-lang.org/en/news/2010/07/02/ruby-1-9-1-p429-is-released/"], :checks=>[CVE_2010_2489_a.new, CVE_2010_2489_b.new] }) end