File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
modules/exploits/windows/local Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ class Metasploit3 < Msf::Exploit::Local
18
18
19
19
def initialize ( info = { } )
20
20
super ( update_info ( info , {
21
- 'Name' => 'Windows tcpip.sys Arbitrary Write Privilege Escalation' ,
21
+ 'Name' => 'Windows tcpip.sys Arbitrary Write Privilege Escalation' ,
22
22
'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.
25
26
} ,
26
27
'License' => MSF_LICENSE ,
27
28
'Author' =>
You can’t perform that action at this time.
0 commit comments