11 lines
No EOL
819 B
Text
11 lines
No EOL
819 B
Text
source: https://www.securityfocus.com/bid/51620/info
|
|
|
|
The 'com_car' component for Joomla! is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
|
|
|
|
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
|
|
|
|
http://www.example.com/index.php?option=com_car&view=product&modelsid=[SQLi]
|
|
http://www.example.com/index.php?option=com_car&view=product&task=showAll&markid=[SQLi]
|
|
http://www.example.com/index.php?option=com_car&brand_id=[SQLi]
|
|
http://www.example.com/index.php?option=com_car&view=product&task=detail&markid=6&modelsid=&cid[]=[SQLi]
|
|
http://www.example.com/index.php?option=com_car&view=product&markid=&modelsid=[SQLi] |