vendor:
Grocery Crud
by:
Loading Kura Kura
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Grocery Crud
Affected Version From: 1.6.1
Affected Version To: 1.6.1
Patch Exists: YES
Related CWE: N/A
CPE: a:grocerycrud:grocery_crud:1.6.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win10/Kali Linux
2018
Grocery crud 1.6.1 – ‘search_field’ SQL Injection
Grocery crud 1.6.1 is vulnerable to SQL Injection in the 'search_field' parameter. An attacker can exploit this vulnerability to gain access to the database and execute malicious SQL queries. The payloads used for exploiting this vulnerability are error-based and time-based blind SQL injection.
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.