The file view-chair-list.php in Multi Restaurant Table Reservation System 1.0 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.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://github.com/BigTiger2020/-Multi-Restaurant-Table-Reservation-System/blob/main/README.md | third party advisory exploit |
https://www.exploit-db.com/exploits/48984 | third party advisory vdb entry exploit |
https://www.sourcecodester.com/php/14568/multi-restaurant-table-reservation-system-php-full-source-code.html | product third party advisory |