vendor:
Hotel Software and Booking system
by:
Dylan Irzi
8,8
CVSS
HIGH
SQL Injection and Cross Site Scripting
89, 79
CWE
Product Name: Hotel Software and Booking system
Affected Version From: 1.8
Affected Version To: 1.8
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win8 & Linux Mint
2013
Hotel Software and Booking system 1.8 – SQL Injection / Cross Site Scripting
A vulnerability exists in Hotel Software and Booking system 1.8 which allows an attacker to inject malicious SQL commands and Cross Site Scripting payloads into the application. The vulnerable files are http://localhost/cbadm/reservations/index.php?ac=search and http://localhost/cbadm/clients/edit_client.php?id=1. The PoC for Cross Site Scripting is http://server/cbadm/reservations/index.php?ac=search with the payload s=%22%22%3E%3Cimg+src%3Dx+onerror%3Dprompt%28%2FXSS%2F%29%3B%3E%3E&button2=search&ss=ok.
Mitigation:
Input validation and sanitization should be implemented to prevent SQL Injection and Cross Site Scripting attacks.