11 lines
No EOL
616 B
Text
11 lines
No EOL
616 B
Text
source: https://www.securityfocus.com/bid/42512/info
|
|
|
|
The 'com_dirfrm' 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/path/index.php?option=com_dirfrm&task=listAll&catid=[SQL
|
|
Injection]&id=8&Itemid=32
|
|
|
|
http://www.example.com/path/index.php?option=com_dirfrm&task=listAll&catid=1&id=[SQL
|
|
Injection]&Itemid=32 |