Sha256: 41482c34763d937dedfcb235030a0b60945e02839d06efbe5f15f6f14e85de66

Contents?: true

Size: 1.26 KB

Versions: 19

Compression:

Stored size: 1.26 KB

Contents

	module Dawn
		module Kb
			# Automatically created with rake on 2014-03-14
			class CVE_2014_0036
				include DependencyCheck

				def initialize
          message = "rbovirt Gem for Ruby contains a flaw related to certificate validation. The issue is due to the program failing to validate SSL certificates. This may allow an attacker with access to network traffic (e.g. MiTM, DNS cache poisoning) to spoof the SSL server via an arbitrary certificate that appears valid. Such an attack would allow for the interception of sensitive traffic, and potentially allow for the injection of content into the SSL stream."

           super({
            :name=>"CVE-2014-0036",
            :cvss=>"AV:N/AC:M/Au:N/C:P/I:P/A:P",
            :release_date => Date.new(2014, 3, 5),
            :cwe=>"20",
            :owasp=>"A9",
            :applies=>["sinatra", "padrino", "rails"],
            :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK,
            :message=>message,
            :mitigation=>"Please upgrade rbovirt version at least to 0.0.24. As a general rule, using the latest version is recommended.",
            :aux_links=>["http://www.securityfocus.com/bid/66006"]
           })

           self.safe_dependencies = [{:name=>"rbovirt", :version=>['0.0.24']}]
				end
			end
		end
	end

Version data entries

19 entries across 19 versions & 1 rubygems

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