vendor:
Hotel / Resort Site Script with OnLine Reservation System
by:
L0rd CrusAd3r
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Hotel / Resort Site Script with OnLine Reservation System
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2010
Hotel / Resort Site Script with OnLine Reservation System SQLi Vulnerable
The Hotel / Resort Site Script with OnLine Reservation System is vulnerable to SQL Injection. An attacker can exploit this vulnerability by injecting malicious SQL queries through the 'cat_id' parameter in the 'extrapage.php' file. This can lead to unauthorized access, data theft, and potential manipulation of the database.
Mitigation:
To mitigate this vulnerability, the vendor should sanitize and validate user input before using it in SQL queries. Implementing parameterized queries or prepared statements can help prevent SQL Injection attacks.