Sha256: 8fba42f377df8fe3d9f7afc310cb4b5621699ceef907da6cf2d7d2f06fc05ee2

Contents?: true

Size: 1.36 KB

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
dawnscanner-1.6.6 lib/dawn/kb/cve_2015_7577.rb
dawnscanner-1.6.5 lib/dawn/kb/cve_2015_7577.rb
dawnscanner-1.6.4 lib/dawn/kb/cve_2015_7577.rb
dawnscanner-1.6.3 lib/dawn/kb/cve_2015_7577.rb