Lucene search
+L

Robo-FTP Directory Traversal Vulnerability

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

Robo-FTP Directory Traversal Vulnerability, allows arbitrary file download/upload, affects versions prior to 3.7.

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-4095
26 Oct 201019:00
cve
cvelist
Cvelist
CVE-2010-4095
26 Oct 201019:00
cvelist
euvd
EUVD
EUVD-2010-4071
7 Oct 202500:30
euvd
htbridge
htbridge
Directory Traversal Vulnerability in Robo-FTP
27 Sep 201000:00
htbridge
nvd
NVD
CVE-2010-4095
26 Oct 201020:00
nvd
openvas
OpenVAS
Robo-FTP Directory Traversal Vulnerability
16 Nov 201000:00
openvas
prion
Prion
Directory traversal
26 Oct 201020:00
prion
# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.801626");
  script_version("2023-07-28T16:09:07+0000");
  script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-11-16 10:37:01 +0100 (Tue, 16 Nov 2010)");
  script_cve_id("CVE-2010-4095");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_name("Robo-FTP Directory Traversal Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/41809");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/44073");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/62548");
  script_xref(name:"URL", value:"http://www.htbridge.ch/advisory/directory_traversal_vulnerability_in_robo_ftp.html");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("General");
  script_dependencies("gb_robo_ftp_client_detect.nasl");
  script_mandatory_keys("Robo/FTP/Ver");
  script_tag(name:"impact", value:"Successful exploitation will allow attacker to download or upload arbitrary
  files. This may aid in further attacks.");
  script_tag(name:"affected", value:"Robo-FTP versions prior to 3.7.5.");
  script_tag(name:"insight", value:"This flaw is due to an input validation error when downloading
  directories containing files with directory traversal specifiers in the
  filename. This can be exploited to download files to an arbitrary location
  on a user's system.");
  script_tag(name:"solution", value:"Upgrade to Robo-FTP version 3.7.5 or later.");
  script_tag(name:"summary", value:"Robo-FTP is prone to a directory traversal vulnerability.");

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

  script_xref(name:"URL", value:"http://www.robo-ftp.com/download/");
  exit(0);
}


include("version_func.inc");

roboVer = get_kb_item("Robo/FTP/Ver");

if(roboVer != NULL)
{
  if(version_is_less(version:roboVer, test_version:"3.7.5") ){
    report = report_fixed_ver(installed_version:roboVer, fixed_version:"3.7.5");
    security_message(port: 0, data: report);
  }
}

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