Fix #5267, references fixes

bug/bundler_fix
William Vu 2015-04-29 14:21:23 -05:00
commit 5defb50252
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 6 additions and 6 deletions

View File

@ -32,12 +32,12 @@ class Metasploit3 < Msf::Exploit::Remote
'License' => MSF_LICENSE,
'References' =>
[
[ 'CVE', '2013-5014' ],
[ 'CVE', '2013-5015' ],
[ 'EDB', '31853'],
[ 'OSVDB', '103305'],
[ 'OSVDB', '103306'],
[ 'URL', 'https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20140218-0_Symantec_Endpoint_Protection_Multiple_critical_vulnerabilities_wo_poc_v10.txt' ]
['CVE', '2013-5014'],
['CVE', '2013-5015'],
['OSVDB', '103305'],
['OSVDB', '103306'],
['EDB', '31853'],
['URL', 'https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20140218-0_Symantec_Endpoint_Protection_Multiple_critical_vulnerabilities_wo_poc_v10.txt']
],
'Arch' => ARCH_X86,
'Platform' => 'win',