diff --git a/modules/exploits/linux/local/ntfs3g_priv_esc.rb b/modules/exploits/linux/local/ntfs3g_priv_esc.rb index 334f5353aa..09f0f5dbad 100644 --- a/modules/exploits/linux/local/ntfs3g_priv_esc.rb +++ b/modules/exploits/linux/local/ntfs3g_priv_esc.rb @@ -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' =>