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.