Skip to content

Commit 4fbab43

Browse files
author
Tod Beardsley
committed
Release fixes, all titles and descs
1 parent 9bfd013 commit 4fbab43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/auxiliary/admin/http/wp_custom_contact_forms.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ def initialize(info = {})
1313
'Description' => %q{
1414
The WordPress custom-contact-forms plugin <= 5.1.0.3 allows unauthenticated users to download
1515
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
1717
table prefix from the dump and then attempts to create a new admin user.
1818
},
19-
'Author' =>
19+
'Author' =>
2020
[
2121
'Marc-Alexandre Montpas', # Vulnerability discovery
2222
'Christian Mehlmauer' # Metasploit module

modules/exploits/linux/misc/hp_nnmi_pmd_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize(info = {})
1818
vulnerability exists in the pmd service, due to the insecure usage of functions like
1919
strcpy and strcat while handling stack_option packets with user controlled data. In
2020
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.
2222
},
2323
'Author' =>
2424
[

modules/exploits/multi/http/opmanager_socialit_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
1313

1414
def initialize(info = {})
1515
super(update_info(info,
16-
'Name' => 'ManageEngine OpManager / Social IT Arbitrary File Upload',
16+
'Name' => 'ManageEngine OpManager and Social IT Arbitrary File Upload',
1717
'Description' => %q{
1818
This module exploits a file upload vulnerability in ManageEngine OpManager and Social IT.
1919
The vulnerability exists in the FileCollector servlet which accepts unauthenticated

0 commit comments

Comments
 (0)