File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
modules/exploits/windows/local Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Local
15
15
16
16
def initialize ( info = { } )
17
17
super ( update_info ( info , {
18
- 'Name' => 'Microsoft Windows NtApphelpCacheControl Improper Authorization Check' ,
18
+ 'Name' => 'MS15-001 Microsoft Windows NtApphelpCacheControl Improper Authorization Check' ,
19
19
'Description' => %q{
20
20
On Windows, the system call NtApphelpCacheControl (the code is actually in ahcache.sys)
21
21
allows application compatibility data to be cached for quick reuse when new processes are
@@ -58,6 +58,7 @@ def initialize(info={})
58
58
} ,
59
59
'References' =>
60
60
[
61
+ [ 'MSB' , 'MS15-001' ] ,
61
62
[ 'CVE' , '2015-0002' ] ,
62
63
[ 'OSVEB' , '116497' ] ,
63
64
[ 'EDB' , '35661' ] ,
You can’t perform that action at this time.
0 commit comments