We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3181b commit 2afc90aCopy full SHA for 2afc90a
modules/exploits/multi/http/polarcms_upload_exec.rb
@@ -17,9 +17,9 @@ class Metasploit3 < Msf::Exploit::Remote
17
18
def initialize(info = {})
19
super(update_info(info,
20
- 'Name' => 'PolarPearCms PHP File Upload Vulnerability',
+ 'Name' => 'PolarBear CMS PHP File Upload Vulnerability',
21
'Description' => %q{
22
- This module exploits a file upload vulnerability found in PlarPear CMS
+ This module exploits a file upload vulnerability found in PolarBear CMS
23
By abusing the upload.php file, a malicious user can upload a file to a temp
24
directory without authentication, which results in arbitrary code execution.
25
},
0 commit comments