vendor:
AhadPOS
by:
Cakes
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: AhadPOS
Affected Version From: 1.11
Affected Version To: 1.11
Patch Exists: NO
Related CWE: N/A
CPE: a:rimbalinux:ahadpos:1.11
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: CentOS 7
2019
rimbalinux AhadPOS 1.11 – ‘alamatCustomer’ SQL Injection
rimbalinux AhadPOS 1.11 is vulnerable to SQL injection. This vulnerability can be exploited by malicious users to disclose sensitive information from the application, modify data, and potentially compromise the application and all its users. Two types of SQL injection are demonstrated in the PoC: time-based and boolean-based blind SQL injection. The payloads for each type are provided in the text.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection.