vendor:
BS Auto Dealer
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BS Auto Dealer
Affected Version From: BS Auto Dealer
Affected Version To: BS Auto Dealer
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: N/A
2010
Auto Dealer <= SQL Injection Vulnerability Proof of Concept
A SQL injection vulnerability was discovered in the BS Auto Dealer script, which allows an attacker to execute arbitrary SQL commands on the underlying database. The vulnerability exists in the info.php page, which is vulnerable to a UNION-based SQL injection attack. The attack can be used to extract data from the cars_agents table, including the LastName, FirstName, password, username, AgentID, and email fields.
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.