exploit-db-mirror/platforms/php/webapps/34484.txt
Offensive Security 6460eb14e7 Updated 08_31_2014
2014-08-31 04:43:34 +00:00

11 lines
No EOL
627 B
Text
Executable file

source: http://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