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 81bca2c commit 08ba2c7Copy full SHA for 08ba2c7
modules/exploits/linux/misc/mongod_native_helper.rb
@@ -14,9 +14,11 @@ class Metasploit3 < Msf::Exploit::Remote
14
15
def initialize(info={})
16
super(update_info(info,
17
- 'Name' => 'MongoDB nativeHelper.apply Instruction Pointer Control',
+ 'Name' => 'MongoDB nativeHelper.apply Remote Code Execution',
18
'Description' => %q{
19
- This module exploit a feature in spiderMonkey to control Instruction Pointer.
+ This module exploit a the nativeHelper feature from spiderMonkey which allows to
20
+ to control execution by calling it wit specially crafted arguments. This module
21
+ has been tested successfully on MongoDB 2.2.3 on Ubuntu 10.04 and Debian Squeeze.
22
},
23
'Author' =>
24
[
0 commit comments