Skip to content

Commit 5defb50

Browse files
committed
Fix rapid7#5267, references fixes
2 parents 7962be3 + a4531e6 commit 5defb50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/exploits/windows/antivirus/symantec_endpoint_manager_rce.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ def initialize(info = {})
3232
'License' => MSF_LICENSE,
3333
'References' =>
3434
[
35-
[ 'CVE', '2013-5014' ],
36-
[ 'CVE', '2013-5015' ],
37-
[ 'EDB', '31853'],
38-
[ 'OSVDB', '103305'],
39-
[ 'OSVDB', '103306'],
40-
[ 'URL', 'https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20140218-0_Symantec_Endpoint_Protection_Multiple_critical_vulnerabilities_wo_poc_v10.txt' ]
35+
['CVE', '2013-5014'],
36+
['CVE', '2013-5015'],
37+
['OSVDB', '103305'],
38+
['OSVDB', '103306'],
39+
['EDB', '31853'],
40+
['URL', 'https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20140218-0_Symantec_Endpoint_Protection_Multiple_critical_vulnerabilities_wo_poc_v10.txt']
4141
],
4242
'Arch' => ARCH_X86,
4343
'Platform' => 'win',

0 commit comments

Comments
 (0)