Joomla! Component com_dirfrm – Multiple SQL Injections

  • 作者: Hieuneo
    日期: 2010-08-18
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/34484/
  • 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