Remove trailing space from CVE identifier

ASUS Net4Switch ipswcom exploit mistakenly included a trailing space at the end of its CVE reference.
GSoC/Meterpreter_Web_Console
Ben Schmeckpeper 2018-08-29 14:12:49 -05:00 committed by GitHub
parent 4803c889f9
commit c4d697a629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class MetasploitModule < Msf::Exploit::Remote
],
'References' =>
[
[ 'CVE', '2012-4924 ' ],
[ 'CVE', '2012-4924' ],
[ 'OSVDB', '79438' ],
[ 'URL', 'http://dsecrg.com/pages/vul/show.php?id=417' ]
],