File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ class Metasploit3 < Msf::Exploit::Remote
17
17
18
18
def initialize ( info = { } )
19
19
super ( update_info ( info ,
20
- 'Name' => 'PolarPearCms PHP File Upload Vulnerability' ,
20
+ 'Name' => 'PolarBear CMS PHP File Upload Vulnerability' ,
21
21
'Description' => %q{
22
- This module exploits a file upload vulnerability found in PlarPear CMS
22
+ This module exploits a file upload vulnerability found in PolarBear CMS
23
23
By abusing the upload.php file, a malicious user can upload a file to a temp
24
24
directory without authentication, which results in arbitrary code execution.
25
25
} ,
@@ -30,7 +30,8 @@ def initialize(info = {})
30
30
'License' => MSF_LICENSE ,
31
31
'References' =>
32
32
[
33
- [ 'CVE' , '2013-0803' ]
33
+ [ 'CVE' , '2013-0803' ] ,
34
+ [ 'OSVDB' , '90627' ]
34
35
] ,
35
36
'Payload' =>
36
37
{
You can’t perform that action at this time.
0 commit comments