vendor:
Hotel Booking Portal
by:
Yakir Wizman
7,5
CVSS
HIGH
SQL Injection, Cross Site Scripting
89, 79, 79, 79, 79
CWE
Product Name: Hotel Booking Portal
Affected Version From: v0.1
Affected Version To: v0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:hotels_portal:hotel_booking_portal
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012
Hotel Booking Portal v0.1 Multiple Vulnerabilities
A vulnerability exists in 'login.php' - Allows for 'SQL injection' of the 'email' and 'password' POST parameters. A vulnerability exists in 'searchresults.php' - Allows for 'SQL injection' of the 'country' POST parameter. A vulnerability exists in 'includes/languagebar.php' - Allows for 'Cross site scripting' of the 'window.location' js. A vulnerability exists in 'administrator/login.php' - Allows for 'Cross site scripting' of the 'window.location' js. A vulnerability exists in 'index.php' - Allows for 'Cross site scripting' of the 'lang' GET parameter.
Mitigation:
Input validation, sanitization, and output encoding should be used to prevent SQL injection and Cross Site Scripting.