vendor:
Flippa Marketplace Clone
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Flippa Marketplace Clone
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: scriptzee.com/products/details/15
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Flippa Marketplace Clone 1.0 – ‘date_started’ SQL Injection
Flippa Marketplace Clone 1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'date_started' and 'sortDir' parameters in the 'site-search' script. This can be exploited to read, modify or delete data from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.