Minor fixup on the ms14-070 module description
parent
4fabe85099
commit
a359fe9acc
|
@ -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' =>
|
||||
|
|
Loading…
Reference in New Issue