Class: Dawn::Kb::CVE_2011_0995
- Inherits:
-
Object
- Object
- Dawn::Kb::CVE_2011_0995
- Includes:
- ComboCheck
- Defined in:
- lib/dawn/kb/cve_2011_0995.rb
Overview
Automatically created with rake on 2013-07-10
Constant Summary
Constants included from BasicCheck
Instance Attribute Summary
Attributes included from ComboCheck
#checks, #options, #vulnerable_checks
Attributes included from BasicCheck
#applies, #aux_links, #check_family, #cve, #cvss, #cwe, #debug, #evidences, #fixes_version, #kind, #message, #mitigated, #name, #osvdb, #owasp, #priority, #release_date, #remediation, #ruby_version, #ruby_vulnerable_versions, #severity, #status, #target_version, #title
Instance Method Summary collapse
-
#initialize ⇒ CVE_2011_0995
constructor
A new instance of CVE_2011_0995.
Methods included from ComboCheck
#dump_status, find_vulnerable_checks_by_class, #vuln?
Methods included from BasicCheck
#applies_to?, #cve_link, #cvss_score, families, #family, #family=, #lint, #mitigated?, #nvd_link, #osvdb_link, #rubysec_advisories_link
Methods included from Utils
#__debug_me_and_return, #debug_me, #debug_me_and_return_false, #debug_me_and_return_true
Constructor Details
#initialize ⇒ CVE_2011_0995
Returns a new instance of CVE_2011_0995.
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/dawn/kb/cve_2011_0995.rb', line 40 def initialize = "The sqlite3-ruby gem in the rubygem-sqlite3 package before 1.2.4-0.5.1 in SUSE Linux Enterprise (SLE) 11 SP1 uses weak permissions for unspecified files, which allows local users to gain privileges via unknown vectors." super({ :name=>"CVE-2011-0995", :cvss=>"AV:L/AC:L/Au:N/C:N/I:P/A:N", :release_date => Date.new(2011, 5, 13), :cwe=>"264", :owasp=>"A9", :applies=>["sinatra", "padrino", "rails"], :kind=>Dawn::KnowledgeBase::COMBO_CHECK, :message=>, :mitigation=>"Please upgrade rails version at least to 2.3.15, 3.2.5, 3.1.5 or 3.0.13. As a general rule, using the latest stable rails version is recommended.", :aux_links=>["http://support.novell.com/security/cve/CVE-2011-0995.html"], :checks=>[CVE_2011_0995_a.new, CVE_2011_0995_b.new] }) end |