Sha256: 809b00b9d64cf495fd01ee5c93abfd7dbe73b13ab27e70f9d694783fc9be6833

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 KB

Contents

module Dawn
		module Kb
			# Automatically created with rake on 2016-01-29
			class CVE_2015_7577
				# Include the testing skeleton for this CVE
				include DependencyCheck

				def initialize
          message = "There is a vulnerability in how the nested attributes feature in Active Record handles updates in combination with destroy flags when destroying records is disabled."
          super({
            :title=>title,
            :name=> "CVE-2015-7577",
            :cve=>"2015-7577",
            :osvdb=>"",
            :cvss=>"",
            :release_date => Date.new(2016, 1, 26),
            :cwe=>"",
            :owasp=>"A9",
            :applies=>["rails", "sinatra", "padrino"],
            :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK,
            :message=>message,
            :mitigation=>"Please upgrade activerecord gem to version 3.2.22.1, 4.1.14.1, 4.2.5.1, 5.0.0.beta1.1 or later.",
            :aux_links=>["http://securitytracker.com/id/1034816", "https://groups.google.com/forum/#!topic/rubyonrails-security/cawsWcQ6c8g"]
           })
          self.save_minor=true
          self.save_major=true
          # self.debug = true
          self.safe_dependencies = [{:name=>"activerecord", :version=>['3.1.9999','3.2.22.1', '4.1.14.1', '4.2.5.1', '5.0.0.beta1.1']}]
          self.not_affected = {:name=>"actionpack", :version=>['3.0.x']}

				end
			end
		end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dawnscanner-1.6.9 lib/dawn/kb/cve_2015_7577.rb
dawnscanner-1.6.8 lib/dawn/kb/cve_2015_7577.rb
dawnscanner-1.6.7 lib/dawn/kb/cve_2015_7577.rb