Skip to content

Commit a359fe9

Browse files
committed
Minor fixup on the ms14-070 module description
1 parent 4fabe85 commit a359fe9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/windows/local/ms14_070_tcpip_ioctl.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ class Metasploit3 < Msf::Exploit::Local
1818

1919
def initialize(info={})
2020
super(update_info(info, {
21-
'Name' => 'Windows tcpip.sys Arbitrary Write Privilege Escalation',
21+
'Name' => 'Windows tcpip.sys Arbitrary Write Privilege Escalation',
2222
'Description' => %q{
23-
A vulnerability within Microsoft TCP/IP protocol driver, tcpip.sys, can allow an attacker
24-
to inject memory controlled by the attacker into an arbitrary location.
23+
A vulnerability within the Microsoft TCP/IP protocol driver tcpip.sys,
24+
can allow an attacker to inject controlled memory into an arbitrary
25+
location within the kernel.
2526
},
2627
'License' => MSF_LICENSE,
2728
'Author' =>

0 commit comments

Comments
 (0)