header-logo
Suggest Exploit
vendor:
Entrepreneur Bus Booking Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Entrepreneur Bus Booking Script
Affected Version From: 3.03
Affected Version To: 3.03
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscriptsmall:entrepreneur_bus_booking_script
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017

Entrepreneur Bus Booking Script v3.03 – SQL Injection

A SQL injection vulnerability exists in Entrepreneur Bus Booking Script v3.03, which allows an attacker to execute arbitrary SQL commands via the 'hid_Busid' parameter in the 'available_seat.php' script. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code in the 'hid_Busid' parameter value.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered before being passed to the SQL server.
Source

Exploit-DB raw data:

# # # # # 
# Exploit Title: Entrepreneur Bus Booking Script v3.03 - SQL Injection
# Google Dork: N/A
# Date: 06.03.2017
# Vendor Homepage: http://www.phpscriptsmall.com/
# Software : http://www.phpscriptsmall.com/product/entrepreneur-bus-booking-script/
# Demo: http://travelbookingscript.com/demo/busbooking/
# Version: 3.03
# Tested on: Win7 x64, Kali Linux x64
# # # # # 
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Mail : ihsan[@]ihsan[.]net
# # # # #
# SQL Injection/Exploit :
# http://localhost/[PATH]/available_seat.php?hid_Busid=[SQL]
# # # # #