Skip to content

Commit d0ed9a6

Browse files
committed
Land rapid7#1976 - OSVDB update
2 parents aa134b0 + 2afc90a commit d0ed9a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/multi/http/polarcms_upload_exec.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ class Metasploit3 < Msf::Exploit::Remote
1717

1818
def initialize(info = {})
1919
super(update_info(info,
20-
'Name' => 'PolarPearCms PHP File Upload Vulnerability',
20+
'Name' => 'PolarBear CMS PHP File Upload Vulnerability',
2121
'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
2323
By abusing the upload.php file, a malicious user can upload a file to a temp
2424
directory without authentication, which results in arbitrary code execution.
2525
},
@@ -30,7 +30,8 @@ def initialize(info = {})
3030
'License' => MSF_LICENSE,
3131
'References' =>
3232
[
33-
[ 'CVE', '2013-0803' ]
33+
[ 'CVE', '2013-0803' ],
34+
[ 'OSVDB', '90627' ]
3435
],
3536
'Payload' =>
3637
{

0 commit comments

Comments
 (0)