Minor fixup on the ms14-070 module description

bug/bundler_fix
Spencer McIntyre 2015-02-05 18:41:58 -05:00
parent 4fabe85099
commit a359fe9acc
1 changed files with 4 additions and 3 deletions

View File

@ -18,10 +18,11 @@ class Metasploit3 < Msf::Exploit::Local
def initialize(info={})
super(update_info(info, {
'Name' => 'Windows tcpip.sys Arbitrary Write Privilege Escalation',
'Name' => 'Windows tcpip.sys Arbitrary Write Privilege Escalation',
'Description' => %q{
A vulnerability within Microsoft TCP/IP protocol driver, tcpip.sys, can allow an attacker
to inject memory controlled by the attacker into an arbitrary location.
A vulnerability within the Microsoft TCP/IP protocol driver tcpip.sys,
can allow an attacker to inject controlled memory into an arbitrary
location within the kernel.
},
'License' => MSF_LICENSE,
'Author' =>