Skip to content

Commit 2609a2a

Browse files
committed
Land rapid7#4815, MS15-001 reference update
2 parents 2b9ab90 + aa8a82f commit 2609a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/local/ntapphelpcachecontrol.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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' ],

0 commit comments

Comments
 (0)