[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

VehicleWorkshop - SQL Injection Vulnerability

Author
Shahab Shamsi
Risk
[
Security Risk High
]
0day-ID
0day-ID-28208
Category
web applications
Date add
30-07-2017
Platform
php
# Exploit Title: VehicleWorkshop SQL Injection 
# Data: 07.28.2017
# Exploit Author: Shahab Shamsi
# Vendor HomagePage: https://github.com/spiritson/VehicleWorkshop
# Tested on: Windows
# Google Dork: N/A
 
 
=========
Vulnerable Page:
=========
/viewvehiclestoremore.php
 
 
==========
Vulnerable Source:
==========
Line5: if(isset($_GET['vahicleid']))
Line7: $results = mysql_query("DELETE from vehiclestore where vehicleid ='$_GET[vahicleid]'");
 
 
 
=========
POC:
=========
http://site.com/viewvehiclestoremore.php?vahicleid=[SQL]

#  0day.today [2024-11-15]  #