reword description
parent
0c353841ab
commit
e3e607a552
|
@ -16,8 +16,8 @@ class MetasploitModule < Msf::Exploit::Local
|
||||||
super( update_info( info, {
|
super( update_info( info, {
|
||||||
'Name' => 'Debian/Ubuntu ntfs-3g Local Privilege Escalation',
|
'Name' => 'Debian/Ubuntu ntfs-3g Local Privilege Escalation',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
Ubuntu 16.04, 16.10 and Debian 7, 8, ?9? ntfs-3g mount helper does not properly sanitize the environment when executing modprobe.
|
ntfs-3g mount helper in Ubuntu 16.04, 16.10, Debian 7, 8, and possibly 9 does not properly sanitize the environment when executing modprobe.
|
||||||
This can be abused to load a kernel module and execute a binary payload.
|
This can be abused to load a kernel module and execute a binary payload as the root user.
|
||||||
},
|
},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' =>
|
'Author' =>
|
||||||
|
|
Loading…
Reference in New Issue