Lucene search
K

Rhinosoft Serv-U FTP Multiple Vulnerabilities

🗓️ 26 Mar 2009 00:00:00Reported by Copyright (C) 2009 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

Rhinosoft Serv-U FTP Multiple Vulnerabilities. Successful exploitation allows directory traversal attack and denial of service. Impact Level: System/Application

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Serv-U < 8.0.0.1 Multiple Vulnerabilities (DoS, Traversal)
30 Mar 200900:00
nessus
Tenable Nessus
Serv-U < 8.0.0.1 Multiple Vulnerabilities (DoS, Traversal)
27 Mar 200900:00
nessus
Circl
CVE-2009-0967
16 Mar 200900:00
circl
Circl
CVE-2009-1031
16 Mar 200900:00
circl
CVE
CVE-2009-0967
19 Mar 200910:00
cve
CVE
CVE-2009-1031
20 Mar 200900:00
cve
Cvelist
CVE-2009-0967
19 Mar 200910:00
cvelist
Cvelist
CVE-2009-1031
20 Mar 200900:00
cvelist
EUVD
EUVD-2009-0964
7 Oct 202500:30
euvd
EUVD
EUVD-2009-1032
7 Oct 202500:30
euvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_servu_ftp_server_mult_vuln.nasl 5122 2017-01-27 12:16:00Z teissa $
#
# Rhinosoft Serv-U FTP Multiple Vulnerabilities
#
# Authors:
# Sujit Ghosal <[email protected]>
#
# Copyright:
# Copyright (c) 2009 SecPod, http://www.secpod.com
#
# 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 let the attacker conduct directory traversal
  attack or can cause denial of service.
  Impact Level: System/Application";
tag_affected = "Rhinosoft Serv-U FTP Server version 7.4.0.1 or prior.";
tag_insight = "- Error when processing 'MKD' commands which can be exploited to create
    directories residing outside a given user's home directory via directory
    traversal attacks.
  - Error when handing certain FTP commands, by sending a large number of
    'SMNT' commands without an argument causes the application to stop
    responding.";
tag_solution = "Upgrade to Rhinosoft Serv-U FTP Server version 10 or later,
  For updates refer to http://www.serv-u.com";
tag_summary = "This host is running Serv-U FTP Server and is prone to multiple
  vulnerabilities.";

if(description)
{
  script_id(900483);
  script_version("$Revision: 5122 $");
  script_tag(name:"last_modification", value:"$Date: 2017-01-27 13:16:00 +0100 (Fri, 27 Jan 2017) $");
  script_tag(name:"creation_date", value:"2009-03-26 11:23:52 +0100 (Thu, 26 Mar 2009)");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:C/A:N");
  script_cve_id("CVE-2009-0967", "CVE-2009-1031");
  script_bugtraq_id(34127, 34125);
  script_name("Rhinosoft Serv-U FTP Multiple Vulnerabilities");


  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 SecPod");
  script_family("Denial of Service");
  script_dependencies("secpod_servu_ftp_server_detect.nasl");
  script_require_keys("Serv-U/FTPServ/Ver");
  script_require_ports("Services/ftp", 21);
  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);
  script_xref(name : "URL" , value : "http://www.milw0rm.com/exploits/8211");
  script_xref(name : "URL" , value : "http://www.milw0rm.com/exploits/8212");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/49260");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/0738");
  exit(0);
}


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

ftpPort = get_kb_item("Services/ftp");
if(!ftpPort){
  exit(0);
}

banner = get_ftp_banner(port:ftpPort);
if("Serv-U FTP Server" >!< banner){
  exit(0);
}

servuVer = get_kb_item("Serv-U/FTPServ/Ver");
if(!servuVer){
  exit(0);
}

# Check for version 7.4.0.1 and prior
if(version_is_less_equal(version:servuVer, test_version:"7.4.0.1")){
  security_message(ftpPort);
}

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