Sha256: 4d10e80b025d0b1738e54a8ad92ce55b2e18a4482d674f430df9151851f041d7

Contents?: true

Size: 1.29 KB

Versions: 10

Compression:

Stored size: 1.29 KB

Contents

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

				def initialize
          message ="The xmlNextChar function in libxml2 2.9.2 does not properly check the state, which allows context-dependent attackers to cause a denial of service (heap-based buffer over-read and application crash) or obtain sensitive information via crafted XML data."
           super({
            :title=>title,
            :name=> "CVE-2015-8241",
            :cve=>"2015-8241",
            :osvdb=>"",
            :cvss=>"AV:N/AC:L/Au:N/C:P/I:N/A:P",
            :release_date => Date.new(2015, 12, 15),
            :cwe=>"119",
            :owasp=>"A9",
            :applies=>["rails", "sinatra", "padrino"],
            :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK,
            :message=>message,
            :mitigation=>"Please upgrade nokogiri gem to version 1.6.7.1 or later.",
            :aux_links=>["https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s"]
           })

           self.safe_dependencies = [{:name=>"nokogiri", :version=>['1.6.7.1']}]
           self.not_affected = {:name=>"nokogiri", :version=>['1.5.x', '1.4.x', '1.3.x', '1.1.x', '1.0.x', '0.x.x']}

				end
			end
		end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dawnscanner-1.6.9 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.8 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.7 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.6 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.5 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.4 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.3 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.2 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.1 lib/dawn/kb/cve_2015_8241.rb
dawnscanner-1.6.0 lib/dawn/kb/cve_2015_8241.rb