Joomla! Component Catalogue – SQL Injection / Local File Inclusion

  • 作者: XroGuE
    日期: 2010-11-30
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/35024/
  • source: https://www.securityfocus.com/bid/45090/info
    
    The Joomla! Catalogue Component is prone to an SQL-injection vulnerability and a local file-include vulnerability because it fails to sufficiently sanitize user-supplied data.
    
    An attacker can exploit these vulnerabilities to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. By using directory-traversal strings to execute local script code in the context of the application, the attacker may be able to obtain sensitive information that may aid in further attacks. 
    
    http://www.example.com/index.php?option=com_catalogue&Itemid=73&cat_id=[SQLi]
    
    http://www.example.com/index.php?option=com_catalogue&controller=[LFI]