Skip to content

Commit 08ba2c7

Browse files
author
jvazquez-r7
committed
update title and descr for mongod_native_helper
1 parent 81bca2c commit 08ba2c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/exploits/linux/misc/mongod_native_helper.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ class Metasploit3 < Msf::Exploit::Remote
1414

1515
def initialize(info={})
1616
super(update_info(info,
17-
'Name' => 'MongoDB nativeHelper.apply Instruction Pointer Control',
17+
'Name' => 'MongoDB nativeHelper.apply Remote Code Execution',
1818
'Description' => %q{
19-
This module exploit a feature in spiderMonkey to control Instruction Pointer.
19+
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.
2022
},
2123
'Author' =>
2224
[

0 commit comments

Comments
 (0)