vendor:
Groupon Clone Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Groupon Clone Script
Affected Version From: 3.01
Affected Version To: 3.01
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscriptsmall:groupon_clone_script:3.01
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
Groupon Clone Script v3.01 – SQL Injection
An SQL injection vulnerability exists in Groupon Clone Script v3.01. An attacker can send a specially crafted SQL query to the vulnerable parameter 'catid' in 'product-show.php' script to execute arbitrary SQL commands in application's database. This can be exploited to disclose sensitive information such as usernames and passwords from the 'admin' table.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Parameterized queries should be used to prevent SQL injection attacks.