vendor:
Multi Restaurant Table Reservation System
by:
yunaranyancat
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Multi Restaurant Table Reservation System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:multi_restaurant_table_reservation_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 18.04 + XAMPP
2020
Multi Restaurant Table Reservation System 1.0 – ‘table_id’ Unauthenticated SQL Injection
The file view-chair-list.php does not perform input validation on the table_id parameter which allows unauthenticated SQL Injection. An attacker can send malicious input in the GET request to /dashboard/view-chair-list.php?table_id= to trigger the vulnerability.
Mitigation:
Input validation should be performed on the table_id parameter to prevent unauthenticated SQL Injection.