##
# 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 = AverageRanking
include Msf::Exploit::Remote::Tcp
def initialize(info = {})
super(update_info(info,
'Name' => 'eIQNetworks ESA Topology DELETEDEVICE Overflow',
'Description' => %q{
This module exploits a stack buffer overflow in eIQnetworks
Enterprise Security Analyzer. During the processing of
long arguments to the DELETEDEVICE command in the Topology
server, a stack-based buffer overflow occurs.