10 lines
No EOL
753 B
Text
10 lines
No EOL
753 B
Text
source: https://www.securityfocus.com/bid/51617/info
|
|
|
|
The 'com_sanpham' 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_sanpham&view=sanpham&kindid=[SQLi]
|
|
http://www.example.com/index.php?option=com_sanpham&view=product&task=detail&modelsid=1&cid=[SQLi]
|
|
http://www.example.com/index.php?option=com_sanpham&view=product&modelsid=[SQLi]
|
|
http://www.example.com/index.php?option=com_sanpham&view=product&markid=1&modelsid=[SQLi] |