vendor:
Simple Online Hotel Reservation System
by:
Mr Winst0n
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Simple Online Hotel Reservation System
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux, Windows 8.1
2019
Simple Online Hotel Reservation System – Cross-Site Request Forgery (Add Admin)
A Cross-Site Request Forgery (CSRF) vulnerability exists in Simple Online Hotel Reservation System, which allows an attacker to add an admin account without authentication. This vulnerability is due to the lack of CSRF protection in the add_account.php page, which allows an attacker to craft a malicious HTML page that can add an admin account when visited by an authenticated user. This can be exploited to gain administrative access to the application.
Mitigation:
Implement CSRF protection on all pages that perform sensitive operations.