File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ def initialize(info = {})
13
13
'Description' => %q{
14
14
The WordPress custom-contact-forms plugin <= 5.1.0.3 allows unauthenticated users to download
15
15
a SQL dump of the plugins database tables. It's also possible to upload files containing
16
- sql statements which will be executed. The module first tries to extract the WordPress
16
+ SQL statements which will be executed. The module first tries to extract the WordPress
17
17
table prefix from the dump and then attempts to create a new admin user.
18
18
} ,
19
- 'Author' =>
19
+ 'Author' =>
20
20
[
21
21
'Marc-Alexandre Montpas' , # Vulnerability discovery
22
22
'Christian Mehlmauer' # Metasploit module
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def initialize(info = {})
18
18
vulnerability exists in the pmd service, due to the insecure usage of functions like
19
19
strcpy and strcat while handling stack_option packets with user controlled data. In
20
20
order to bypass ASLR this module uses a proto_tbl packet to leak an libov pointer from
21
- the stack and finally build the rop chain to avoid NX.
21
+ the stack and finally build the ROP chain to avoid NX.
22
22
} ,
23
23
'Author' =>
24
24
[
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
13
13
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
- 'Name' => 'ManageEngine OpManager / Social IT Arbitrary File Upload' ,
16
+ 'Name' => 'ManageEngine OpManager and Social IT Arbitrary File Upload' ,
17
17
'Description' => %q{
18
18
This module exploits a file upload vulnerability in ManageEngine OpManager and Social IT.
19
19
The vulnerability exists in the FileCollector servlet which accepts unauthenticated
You can’t perform that action at this time.
0 commit comments