reword description

bug/bundler_fix
h00die 2017-02-26 15:24:22 -05:00
parent 0c353841ab
commit e3e607a552
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ class MetasploitModule < Msf::Exploit::Local
super( update_info( info, {
'Name' => 'Debian/Ubuntu ntfs-3g Local Privilege Escalation',
'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.
This can be abused to load a kernel module and execute a binary payload.
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 as the root user.
},
'License' => MSF_LICENSE,
'Author' =>