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.
Linux
x86, x64
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use exploit/linux/local/ntfs3g_priv_esc
msf exploit(ntfs3g_priv_esc) > show targets
...targets...
msf exploit(ntfs3g_priv_esc) > set TARGET < target-id >
msf exploit(ntfs3g_priv_esc) > show options
...show and set options...
msf exploit(ntfs3g_priv_esc) > exploit
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security