Skip to content

Commit c1e604f

Browse files
author
Brent Cook
committed
Land rapid7#4562: wchen-r7's CVE addition
2 parents bc895ab + 09eaf80 commit c1e604f

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' => 'Windows NtApphelpCacheControl Improper Authorization Check',
18+
'Name' => '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+
[ 'CVE', '2015-0002' ],
6162
[ 'OSVEB', '116497' ],
6263
[ 'EDB', '35661' ],
6364
[ 'URL', 'https://code.google.com/p/google-security-research/issues/detail?id=118']

0 commit comments

Comments
 (0)