vendor:
Auto Car
by:
Borna nematzadeh (L0RD)
7.5
CVSS
HIGH
SQL Injection / Cross-Site Scripting
89, 79
CWE
Product Name: Auto Car
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:codecanyon:auto_car:1.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2018
Auto car 1.2 – ‘car_title’ SQL Injection / Cross-Site Scripting
Auto car 1.2 is vulnerable to SQL Injection and Cross-Site Scripting. An attacker can exploit this vulnerability by sending a malicious payload to the 'car_title' parameter in the search-cars page. This payload will execute an XPATH query and return the username of the database. An attacker can also exploit the Cross-Site Scripting vulnerability by creating an account and sending a malicious payload in the 'name' parameter of the edit profile page. This will execute a JavaScript alert box in the page.
Mitigation:
Input validation should be used to prevent SQL Injection and Cross-Site Scripting attacks. Sanitize user input and encode output.