vendor:
Grocery Crud
by:
TonyShavez
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Grocery Crud
Affected Version From: < v2.0.1
Affected Version To: < v2.0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:grocerycrud:grocery_crud:1.6.4
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux Ubuntu
1963
Grocery crud 1.6.4 – ‘order_by’ SQL Injection
Grocery crud version 1.6.4 is vulnerable to SQL Injection in the 'order_by' parameter. An attacker can inject malicious SQL code in the 'order_by' parameter of the POST request to the ajax_list page. This can be used to extract data from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.