Lucene search
K

WarFTPD Multiple Format String Vulnerabilities

🗓️ 01 Oct 2009 00:00:00Reported by This script is Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

WarFTPD Multiple Format String Vulnerabilities. Remote format-string vulnerabilities in WarFTPd allowing remote attackers to crash the server and potentially execute arbitrary code

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
WarFTP Daemon < 1.82.00-RC13 Multiple Command Remote Format Strings
7 Nov 200600:00
nessus
CVE
CVE-2006-5789
7 Nov 200623:00
cve
Cvelist
CVE-2006-5789
7 Nov 200623:00
cvelist
EUVD
EUVD-2006-5773
7 Oct 202500:30
euvd
NVD
CVE-2006-5789
7 Nov 200623:07
nvd
OpenVAS
WarFTPD Multiple Format String Vulnerabilities
1 Oct 200900:00
openvas
###############################################################################
# OpenVAS Vulnerability Test
# $Id: warftpd_20944.nasl 5231 2017-02-08 11:52:34Z teissa $
#
# WarFTPD Multiple Format String Vulnerabilities
#
# Authors:
# Michael Meyer
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), 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 = "WarFTPd is prone to multiple remote format-string vulnerabilities
because the application fails to sanitize user-supplied input before
passing it to a formatted-output function.

An attacker can exploit these issues to crash the server and possibly
to execute arbitrary code within the context of the server, but this
has not been confirmed.

WarFTPd 1.82.00-RC11 is reported vulnerable; prior versions may be
vulnerable as well.";

tag_solution = "Updates are available. Please see the references for details.";

if (description)
{
 script_id(100282);
 script_version("$Revision: 5231 $");
 script_tag(name:"last_modification", value:"$Date: 2017-02-08 12:52:34 +0100 (Wed, 08 Feb 2017) $");
 script_tag(name:"creation_date", value:"2009-10-01 18:57:31 +0200 (Thu, 01 Oct 2009)");
 script_bugtraq_id(20944);
 script_cve_id("CVE-2006-5789");
 script_tag(name:"cvss_base", value:"4.0");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:N/A:P");

 script_name("WarFTPD Multiple Format String Vulnerabilities");

 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/20944");
 script_xref(name : "URL" , value : "http://support.jgaa.com/index.php?MenuPage=product");
 script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/506443");
 script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/450804");

 script_tag(name:"qod_type", value:"remote_banner");
 script_category(ACT_GATHER_INFO);
 script_family("FTP");
 script_copyright("This script is Copyright (C) 2009 Greenbone Networks GmbH");
 script_dependencies("find_service.nasl","secpod_ftp_anonymous.nasl","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");
include("version_func.inc");

port = get_kb_item("Services/ftp");
if(!port){
  port = 21;
}

if(get_kb_item('ftp/'+port+'/broken'))exit(0);

if(!get_port_state(port)){
  exit(0);
}

soc = open_sock_tcp(port);
if(!soc)exit(0);

banner =  ftp_recv_line(socket:soc);
if(!banner)exit(0);

if(!version = eregmatch(string: banner, pattern:"WarFTPd ([0-9.]+[-RC0-9]*)"))exit(0);
version[1] = ereg_replace(pattern:"-", string:version[1], replace:".");

if(version_is_equal(version: version[1], test_version:"1.82.00.RC11") ||
   version_is_equal(version: version[1], test_version:"1.82.00.RC12")) {	
      security_message(port:port);
      exit(0);
}

exit(0);

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

08 Feb 2017 00:00Current
0.6Low risk
Vulners AI Score0.6
EPSS0.08204
18