vendor:
PHP Car Dealer
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Car Dealer
Affected Version From: Latest
Affected Version To: Latest
Patch Exists: NO
Related CWE: N/A
CPE: a:netartmedia:php_car_dealer
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2019
Netartmedia PHP Car Dealer- SQL Injection
The PHP Car Dealer script is vulnerable to SQL Injection. An attacker can send a malicious payload to the 'features[]' parameter in a POST request to the index.php page, which can be used to inject malicious SQL queries.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.