Joomla! Component com_dirfrm - Multiple SQL Injections

EDB-ID:

34484

CVE:

N/A


Author:

Hieuneo

Type:

webapps


Platform:

PHP

Date:

2010-08-18


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