Sha256: 5ef82429884e643bcc398064b73f4521ef3de0a5a2a0fa35f631a788dd9bf408

Contents?: true

Size: 1022 Bytes

Versions: 19

Compression:

Stored size: 1022 Bytes

Contents

	module Dawn
		module Kb
			# Automatically created with rake on 2014-01-15
			class CVE_2013_1756
				include DependencyCheck

				def initialize
          message = "Dragonfly Gem for Ruby contains a flaw that is triggered during the parsing of a specially crafted request. This may allow a remote attacker to execute arbitrary code."
          super({
            :name=>'CVE-2013-1756', 
            :cvss=>"",  
            :release_date => Date.new(2013, 2, 19),
            :cwe=>"20", 
            :owasp=>"A9",
            :applies=>["rails", "sinatra", "padrino"],
            :kind => Dawn::KnowledgeBase::DEPENDENCY_CHECK,
            :message => message,
            :mitigation=>"Please upgrade dragonfly gem to 0.9.13. However the maintainer suggests upgrading to 0.9.14 since it fix another non security related bug",
            :aux_links => ["http://www.osvdb.com/show/osvdb/90647"]
          })
          self.safe_dependencies = [{:name=>"dragonfly", :version=>['0.9.13']}]

				end
			end
		end
	end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
dawnscanner-1.6.9 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.8 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.7 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.6 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.5 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.4 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.3 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.2 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.1 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.6.0 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.5.2 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.5.1 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.5.0 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.4.2 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.4.1 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.4.0 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.3.5 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.3.1 lib/dawn/kb/cve_2013_1756.rb
dawnscanner-1.3.0 lib/dawn/kb/cve_2013_1756.rb