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
1515
1616 def initialize ( info = { } )
1717 super ( update_info ( info , {
18- 'Name' => 'Microsoft Windows NtApphelpCacheControl Improper Authorization Check' ,
18+ 'Name' => 'MS15-001 Microsoft Windows NtApphelpCacheControl Improper Authorization Check' ,
1919 'Description' => %q{
2020 On Windows, the system call NtApphelpCacheControl (the code is actually in ahcache.sys)
2121 allows application compatibility data to be cached for quick reuse when new processes are
@@ -58,6 +58,7 @@ def initialize(info={})
5858 } ,
5959 'References' =>
6060 [
61+ [ 'MSB' , 'MS15-001' ] ,
6162 [ 'CVE' , '2015-0002' ] ,
6263 [ 'OSVEB' , '116497' ] ,
6364 [ 'EDB' , '35661' ] ,
You can’t perform that action at this time.
0 commit comments