Lucene search
+L

Ipswitch WS_FTP Professional < 12.2 'HTTP' Response Format String Vulnerability

🗓️ 23 Apr 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

Ipswitch WS_FTP Professional < 12.2 'HTTP' Response Format String Vulnerability. Format string vulnerability in Ipswitch WS_FTP Professional prior to version 12.2 allows remote attackers to execute arbitrary code via a crafted HTTP server response

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-4775
9 Sep 200900:00
circl
cve
CVE
CVE-2009-4775
21 Apr 201014:00
cve
cvelist
Cvelist
CVE-2009-4775
21 Apr 201014:00
cvelist
exploitdb
Exploit DB
Ipswitch WS_FTP 12 Professional - Remote Format String (PoC)
9 Sep 200900:00
exploitdb
kaspersky
Kaspersky
KLA10225 DoS vulnerability in WS FTP
21 Apr 201000:00
kaspersky
nvd
NVD
CVE-2009-4775
21 Apr 201014:30
nvd
openvas
OpenVAS
Ipswitch WS_FTP Professional 'HTTP' Response Format String Vulnerability
23 Apr 201000:00
openvas
prion
Prion
Format string
21 Apr 201014:30
prion
nessus
Tenable Nessus
WS_FTP Pro HTTP Server Response Format String
18 Jan 201000:00
nessus
# SPDX-FileCopyrightText: 2010 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

CPE = "cpe:/a:ipswitch:ws_ftp";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902171");
  script_version("2023-12-01T05:05:39+0000");
  script_cve_id("CVE-2009-4775");
  script_tag(name:"last_modification", value:"2023-12-01 05:05:39 +0000 (Fri, 01 Dec 2023)");
  script_tag(name:"creation_date", value:"2010-04-23 17:57:39 +0200 (Fri, 23 Apr 2010)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_name("Ipswitch WS_FTP Professional < 12.2 'HTTP' Response Format String Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Windows");
  script_dependencies("gb_ipswitch_ws_ftp_pro_smb_login_detect.nasl");
  script_mandatory_keys("ipswitch/ws_ftp/professional/detected");

  script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/9607");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36297");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/53098");
  script_xref(name:"URL", value:"http://www.juniper.net/security/auto/vulnerabilities/vuln36297.html");
  script_xref(name:"URL", value:"http://www.packetstormsecurity.org/0909-exploits/nocoolnameforawsftppoc.pl.txt");

  script_tag(name:"summary", value:"Ipswitch WS_FTP Professional is prone to a format string
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw is due to error in 'formatted-printing()' function. It
  fails to properly sanitize user supplied input before passing it as the format specifier.
  Specifically, the issue presents itself when the client parses specially crafted responses for a
  malicious HTTP server.");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary
  code in the context of the vulnerable application, failed exploit attempts will likely result in a
  denial-of-service condition.");

  script_tag(name:"affected", value:"Ipswitch WS_FTP Professional prior to version 12.2.

  Note: Versions prior to 12.x were 2006 through 2007 which are assumed to be affected as well.");

  script_tag(name:"solution", value:"Update to version 12.2 or later.");

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

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE))
  exit(0);

version = infos["version"];
location = infos["location"];

# nb: See note in the affected tag above
if (version =~ "^200[67]" ||
    version_is_less(version:version, test_version:"12.2")) {
  report = report_fixed_ver(installed_version:version, fixed_version:"12.2", install_path:location);
  security_message(port:0, data:report);
  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