Land #4815, MS15-001 reference update

bug/bundler_fix
William Vu 2015-02-21 21:04:43 -06:00
commit 2609a2acee
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Local
def initialize(info={})
super(update_info(info, {
'Name' => 'Microsoft Windows NtApphelpCacheControl Improper Authorization Check',
'Name' => 'MS15-001 Microsoft Windows NtApphelpCacheControl Improper Authorization Check',
'Description' => %q{
On Windows, the system call NtApphelpCacheControl (the code is actually in ahcache.sys)
allows application compatibility data to be cached for quick reuse when new processes are
@ -58,6 +58,7 @@ class Metasploit3 < Msf::Exploit::Local
},
'References' =>
[
[ 'MSB', 'MS15-001' ],
[ 'CVE', '2015-0002' ],
[ 'OSVEB', '116497' ],
[ 'EDB', '35661' ],