Sha256: 1f95b11c2d8826ea28141d9eb263172bd25af6754c8ebe0f46f3bfe7ca8f862c
Contents?: true
Size: 983 Bytes
Versions: 19
Compression:
Stored size: 983 Bytes
Contents
module Dawn module Kb # Automatically created with rake on 2013-05-27 class CVE_2013_2617 include DependencyCheck def initialize message = "lib/curl.rb in the Curl Gem for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in a URL." super({ :name=>"CVE-2013-2617", :cvss=>"AV:N/AC:L/Au:N/C:P/I:P/A:P", :release_date => Date.new(2013, 3, 20), :cwe=>"94", :owasp=>"A9", :applies=>["rails", "padrino", "sinatra"], :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK, :message=>message, :mitigation=>"Please consider not using curl rubygem. The project seems to be abandoned and the vulnerability has not been fixed", :aux_links=>["http://seclists.org/fulldisclosure/2013/Mar/124"] }) self.safe_dependencies = [{:name=>"curl", :version=>['99.99.99']}] end end end end
Version data entries
19 entries across 19 versions & 1 rubygems