vendor:
AutOnline
by:
ZoRLu
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: AutOnline
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: N/A
2008
Autodealers CMS AutOnline (id) SQL Injection Vulnerability
An SQL injection vulnerability exists in Autodealers CMS AutOnline. The vulnerability is due to the application failing to properly sanitize user-supplied input to the 'id' parameter in the 'index.php' script. An attacker can exploit this vulnerability to inject and execute arbitrary SQL commands in the application's back-end database, potentially resulting in the manipulation or disclosure of arbitrary data. The attacker can also leverage this issue to gain access to the application with administrative privileges.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.