Class: Risu::Parsers::Nessus::PostProcess::FoxitReaderRollups

Inherits:
Base::PostProcessBase show all
Defined in:
lib/risu/parsers/nessus/postprocess/foxit_reader.rb

Instance Attribute Summary

Attributes inherited from Base::PostProcessBase

#info

Instance Method Summary collapse

Methods inherited from Base::PostProcessBase

#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run

Constructor Details

#initializeFoxitReaderRollups

Returns a new instance of FoxitReaderRollups.



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# File 'lib/risu/parsers/nessus/postprocess/foxit_reader.rb', line 29

def initialize
	@info =
	{
		:description => "Foxit Reader Patch Rollup",
		:plugin_id => -99969,
		:plugin_name => "Missing the latest Foxit Reader Patches",
		:item_name => "Update to the latest Foxit Reader",
		:plugin_ids => [
			52458, #Foxit Reader < 4.3.1.0218 Multiple Vulnerabilities
			55671, #Foxit Reader < 5.0.2.0718 Multiple Vulnerabilities
			57050, #Foxit Reader < 5.1.3.1201 Memory Corruption RCE
			62063, #Foxit Reader < 5.3 Cross-References RCE
			62384, #Foxit Reader < 5.4.3 Trojan DLL Injection
			72723, #Foxit Reader < 6.1.4 Trojan DLL Injection
			62064, #Foxit Reader < 5.4 Trojan DLL Injection
			86698, #Foxit Reader < 7.2 Multiple Vulnerabilities
			90567, #Foxit Reader < 7.3.4 Multiple Vulnerabilities
			101524, #Foxit Reader < 8.3.1 Multiple Vulnerabilities
			112059, #Foxit Reader < 8.3.7 Multiple Vulnerabilities


		]
	}
end