Lucene search
K

Robo-FTP Directory Traversal Vulnerability

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

Robo-FTP Directory Traversal Vulnerability allows arbitrary file download or upload in versions prior to 3.7.5

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-4095
26 Oct 201019:00
cve
Cvelist
CVE-2010-4095
26 Oct 201019:00
cvelist
EUVD
EUVD-2010-4071
7 Oct 202500:30
euvd
htbridge
Directory Traversal Vulnerability in Robo-FTP
27 Sep 201000:00
htbridge
NVD
CVE-2010-4095
26 Oct 201020:00
nvd
OpenVAS
Robo-FTP Directory Traversal Vulnerability
16 Nov 201000:00
openvas
Prion
Directory traversal
26 Oct 201020:00
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_robo_ftp_client_dir_trav_vuln.nasl 5373 2017-02-20 16:27:48Z teissa $
#
# Robo-FTP Directory Traversal Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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_impact = "Successful exploitation will allow attacker to download or upload arbitrary
  files. This may aid in further attacks.
  Impact Level: Application";
tag_affected = "Robo-FTP versions prior to 3.7.5.";
tag_insight = "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.";
tag_solution = "Upgrade to Robo-FTP version 3.7.5 or later,
  For updates refer to http://www.robo-ftp.com/download/";
tag_summary = "This host is installed with Robo-FTP and is prone to directory
  traversal vulnerability.";

if(description)
{
  script_id(801626);
  script_version("$Revision: 5373 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-20 17:27:48 +0100 (Mon, 20 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-11-16 10:37:01 +0100 (Tue, 16 Nov 2010)");
  script_bugtraq_id(44073);
  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://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 Networks GmbH");
  script_family("General");
  script_dependencies("gb_robo_ftp_client_detect.nasl");
  script_require_keys("Robo/FTP/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  exit(0);
}


include("version_func.inc");

## Get version from KB
roboVer = get_kb_item("Robo/FTP/Ver");

if(roboVer != NULL)
{
  ## Grep for Robo-FTP versions prior to 3.7.5
  if(version_is_less(version:roboVer, test_version:"3.7.5") ){
    security_message(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

20 Feb 2017 00:00Current
0.4Low risk
Vulners AI Score0.4
EPSS0.003
12