Lucene search
+L

WarFTPD Multiple Format String Vulnerabilities

🗓️ 01 Oct 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

WarFTPD Multiple Format String Vulnerabilities. Remote format-string vulnerabilities, may lead to server crash or arbitrary code execution. WarFTPd 1.82.00-RC11 reported vulnerable

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
WarFTP Daemon < 1.82.00-RC13 Multiple Command Remote Format Strings
7 Nov 200600:00
nessus
cve
CVE
CVE-2006-5789
7 Nov 200623:00
cve
cvelist
Cvelist
CVE-2006-5789
7 Nov 200623:00
cvelist
exploitdb
Exploit DB
WarFTPd 1.82.00-RC11 - Remote Denial of Service
7 Nov 200600:00
exploitdb
euvd
EUVD
EUVD-2006-5773
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-5789
7 Nov 200623:07
nvd
openvas
OpenVAS
WarFTPD Multiple Format String Vulnerabilities
1 Oct 200900:00
openvas
# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100282");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2009-10-01 18:57:31 +0200 (Thu, 01 Oct 2009)");
  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://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("Copyright (C) 2009 Greenbone AG");
  script_dependencies("ftpserver_detect_type_nd_version.nasl");
  script_require_ports("Services/ftp", 21);
  script_mandatory_keys("ftp/war_ftpd/detected");

  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"solution", value:"Updates are available. Please see the references for details.");

  script_tag(name:"summary", value:"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.");

  script_tag(name:"impact", value:"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.");

  script_tag(name:"affected", value:"WarFTPd 1.82.00-RC11 is reported vulnerable. Prior versions may be
  vulnerable as well.");

  exit(0);
}

include("ftp_func.inc");
include("misc_func.inc");
include("port_service_func.inc");
include("version_func.inc");

port = ftp_get_port(default:21);
banner = ftp_get_banner(port:port);
if(!banner || "WarFTPd" >!< 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(99);

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

27 Jul 2023 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 24
EPSS0.02922
21