File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
modules/exploits/unix/webapp Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ def initialize(info = {})
29
29
'License' => MSF_LICENSE ,
30
30
'References' =>
31
31
[
32
- %w( EDB 18991 ) ,
33
- %w( OSVDB 82652 ) ,
34
- %w( BID 53805 )
32
+ [ ' EDB' , ' 18991' ] ,
33
+ [ ' OSVDB' ' 82652' ] ,
34
+ [ ' BID' , ' 53805' ]
35
35
] ,
36
36
'Privileged' => false ,
37
37
'Platform' => 'php' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def initialize(info = {})
16
16
info ,
17
17
'Name' => 'WordPress WP-Property PHP File Upload Vulnerability' ,
18
18
'Description' => %q(
19
- This module exploits a vulnerability found in WP-Property <= 1.35.0 WordPress
19
+ This module exploits a vulnerability found in WP-Property <= 1.35.0 WordPress
20
20
plugin. By abusing the uploadify.php file, a malicious user can upload a file to a
21
21
temp directory without authentication, which results in arbitrary code execution.
22
22
) ,
@@ -28,9 +28,9 @@ def initialize(info = {})
28
28
'License' => MSF_LICENSE ,
29
29
'References' =>
30
30
[
31
- %w( OSVDB 82656 ) ,
32
- %w( BID 53787 ) ,
33
- %w( EDB 18987 ) ,
31
+ [ ' OSVDB' , ' 82656' ] ,
32
+ [ ' BID' , ' 53787' ] ,
33
+ [ ' EDB' , ' 18987' ] ,
34
34
[ 'URL' , 'http://www.opensyscom.fr/Actualites/wordpress-plugins-wp-property-shell-upload-vulnerability.html' ]
35
35
] ,
36
36
'Platform' => 'php' ,
You can’t perform that action at this time.
0 commit comments