vendor:
Php Classified OLX Clone Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Php Classified OLX Clone Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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: Win7 x64, Kali Linux x64
2017
Php Classified OLX Clone Script – SQL Injection
An SQL injection vulnerability exists in the Php Classified OLX Clone Script, which allows an attacker to extract sensitive information from the database. The vulnerability is triggered when an attacker sends a specially crafted SQL query to the vulnerable parameter 'search_key' in the 'search' page. This allows the attacker to extract information such as usernames, passwords, full names, and emails from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, parameterized queries should be used to prevent SQL injection.