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 (Delete Admin)
A Cross-Site Request Forgery (CSRF) vulnerability exists in Simple Online Hotel Reservation System, which allows an attacker to delete an admin account by sending a malicious request. An attacker can craft a malicious HTML page containing a form with the action attribute set to delete_account.php?admin_id=1, which when visited by an authenticated admin, will delete the admin account.
Mitigation:
Implementing a CSRF token in the form to verify the authenticity of the request.