Sha256: 02cbf2d1d9bdc410cc378331736eaba087824242d8ab791735f6199a9790e322

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

module Dawn
		module Kb
			# Automatically created with rake on 2015-07-29
			class CVE_2015_3225
				include DependencyCheck

				def initialize
          message = "lib/rack/utils.rb in Rack before 1.5.4 and 1.6.x before 1.6.2, as used with Ruby on Rails 3.x and 4.x and other products, allows remote attackers to cause a denial of service (SystemStackError) via a request with a large parameter depth."

          super({
            :name=>"CVE-2015-3225",
            :cvss=>"AV:N/AC:L/Au:N/C:N/I:N/A:P",
            :release_date => Date.new(2015, 7, 26),
            :cwe=>"",
            :owasp=>"A9",
            :applies=>["sinatra", "padrino", "rails"],
            :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK,
            :message=>message,
            :mitigation=>"Please upgrade rack gem to latest version or at least 1.5.4 or 1.6.2.",
            :aux_links=>["https://groups.google.com/forum/message/raw?msg=rubyonrails-security/gcUbICUmKMc/qiCotVZwXrMJ"]
           })

          self.safe_dependencies = [{:name=>"rack", :version=>['1.5.4', '1.6.2']}]

				end
			end
		end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dawnscanner-1.4.0 lib/dawn/kb/cve_2015_3225.rb
dawnscanner-1.3.5 lib/dawn/kb/cve_2015_3225.rb