We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fc30c commit be6552dCopy full SHA for be6552d
modules/exploits/osx/local/vmware_bash_function_root.rb
@@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Local
15
16
def initialize(info={})
17
super(update_info(info,
18
- 'Name' => 'Mac OS X VMWare Fusion Root Privilege Escalation Exploit',
+ 'Name' => 'OS X VMWare Fusion Privilege Escalation via Bash Environment Code Injection',
19
'Description' => %q{
20
This abuses the bug in bash environment variables (CVE-2014-6271) to get
21
a suid binary inside of VMWare Fusion to launch our payload as root.
0 commit comments