Land #4815, MS15-001 reference update
commit
2609a2acee
|
@ -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' ],
|
||||
|
|
Loading…
Reference in New Issue