File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/unix/webapp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def initialize(info = {})
19
19
This module exploits an arbitrary PHP code execution flaw in the WordPress
20
20
blogging software plugin known as Foxypress. The vulnerability allows for arbitrary
21
21
file upload and remote code execution via the uploadify.php script. The Foxypress
22
- plug-in versions 0.4.2 .1 and below are vulnerable.
22
+ plug-in versions 0.4.1 .1 to 0.4.2.1 are vulnerable.
23
23
) ,
24
24
'Author' =>
25
25
[
@@ -36,7 +36,7 @@ def initialize(info = {})
36
36
'Privileged' => false ,
37
37
'Platform' => 'php' ,
38
38
'Arch' => ARCH_PHP ,
39
- 'Targets' => [ [ 'Foxypress <= 0.4.2.1' , { } ] ] ,
39
+ 'Targets' => [ [ 'Foxypress 0.4.1.1 - 0.4.2.1' , { } ] ] ,
40
40
'DisclosureDate' => 'Jun 05 2012' ,
41
41
'DefaultTarget' => 0 ) )
42
42
end
You can’t perform that action at this time.
0 commit comments