Sha256: 8ab790404745191a5256db54841f2bc11c65ef83f8a0ca22dd6bc410e60515c9
Contents?: true
Size: 986 Bytes
Versions: 19
Compression:
Stored size: 986 Bytes
Contents
module Dawn module Kb # Automatically created with rake on 2014-02-06 class CVE_2013_5671 include DependencyCheck def initialize message = "fog-dragonfly Gem for Ruby contains a flaw that is due to the program failing to properly sanitize input passed via the imagemagickutils.rb script. This may allow a remote attacker to execute arbitrary commands." super({ :name=>"CVE-2013-5671", :cvss=>"", :release_date => Date.new(2013, 9, 3), :cwe=>"", :owasp=>"A9", :applies=>["rails", "sinatra", "padrino"], :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK, :message=>message, :mitigation=>"Please upgrade fog-dragonfly version up to version 0.8.2.", :aux_links=>["http://seclists.org/fulldisclosure/2013/Sep/18"] }) self.safe_dependencies = [{:name=>"fog-dragonfly", :version=>['0.8.3']}] end end end end
Version data entries
19 entries across 19 versions & 1 rubygems