| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| War FTP Daemon < 1.66x4 USER/PASS Command Overflow | 20 Aug 200400:00 | – | nessus | |
| WarFTPd USER/PASS Command Remote Overflow | 22 Jan 200300:00 | – | nessus | |
| CVE-1999-0256 | 3 Jul 201000:00 | – | circl | |
| CVE-1999-0256 | 29 Sep 199904:00 | – | cve | |
| CVE-1999-0256 | 29 Sep 199904:00 | – | cvelist | |
| War-FTPD 1.65 - Password Overflow (Metasploit) | 3 Jul 201000:00 | – | exploitdb | |
| War-FTPD 1.65 - 'Username' Remote Overflow (Metasploit) | 3 Jul 201000:00 | – | exploitdb | |
| War-FTPD 1.65 Password Overflow | 13 Dec 200605:46 | – | metasploit | |
| War-FTPD 1.65 Username Overflow | 8 Jan 200614:27 | – | metasploit | |
| CVE-1999-0256 | 1 Feb 199805:00 | – | nvd |
# OpenVAS Vulnerability Test
# $Id: DDI_warftpd_user_overflow.nasl 6046 2017-04-28 09:02:54Z teissa $
# Description: War FTP Daemon USER/PASS Overflow
#
# Authors:
# Erik Tayler <[email protected]>
#
# Copyright:
# Copyright (C) 2003 Digital Defense, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# as published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
tag_summary = "The version of War FTP Daemon running on this host contains
a buffer overflow in the code that handles the USER and PASS
commands. A potential intruder could use this vulnerability
to crash the server, as well as run arbitrary commands on
the system.";
tag_solution = "Upgrade to the latest release of the War FTP Daemon
available from the following web site: http://www.jgaa.com/";
if(description)
{
script_id(11207);
script_version("$Revision: 6046 $");
script_tag(name:"last_modification", value:"$Date: 2017-04-28 11:02:54 +0200 (Fri, 28 Apr 2017) $");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_bugtraq_id(10078);
script_cve_id("CVE-1999-0256");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
name = "War FTP Daemon USER/PASS Overflow";
script_name(name);
summary = "War FTP Daemon USER/PASS Overflow";
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_copyright("This script is Copyright (C) 2003 Digital Defense, Inc.");
family = "FTP";
script_family(family);
script_dependencies("ftpserver_detect_type_nd_version.nasl");
script_require_ports("Services/ftp", 21);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("ftp_func.inc");
port = get_kb_item("Services/ftp");
if(!port)port = 21;
if(get_port_state(port))
{
r = get_ftp_banner(port:port);
if(!r)exit(0);
if(egrep(pattern:"WAR-FTPD 1.([0-5][0-9]|6[0-5])[^0-9]*Ready",string:r, icase:TRUE))
{
security_message(port);
}
}
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