vendor:
Hotel Booking Engine
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Hotel Booking Engine
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: N/A
CPE: scriptzee.com/products/details/35
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Exploit Title: Hotel Booking Engine 1.0 – ‘h_room_type’ SQL Injection
A SQL injection vulnerability exists in Hotel Booking Engine 1.0, which allows an attacker to execute arbitrary SQL commands via the 'h_room_type' and 'destination' parameters. An attacker can use this vulnerability to gain access to sensitive information from the database, such as user credentials, or to modify data.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.