vendor:
Bang Resto
by:
Rahad Chowdhury
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Bang Resto
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-29849
CPE: a:hockeycomputindo:bang_resto:1.0
Platforms Tested: Windows 10, PHP 7.4.29, Apache 2.4.53
2023
Bang Resto v1.0 – ‘Multiple’ SQL Injection
Bang Resto v1.0 is vulnerable to multiple SQL Injection attacks. An attacker can inject malicious SQL queries into the 'btnMenuItemID' parameter to gain access to user, database and version information. An attacker can also use sqlmap to dump the entire database by saving the web request from BurpSuite.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in a SQL query.