Lucene search
K

Serv-U File Server User Directory Information Disclosure Vulnerability

🗓️ 21 Dec 2009 00:00:00Reported by This script is Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

Serv-U File Server User Directory Information Disclosure Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Serv-U < 9.2.0.1 User Directory Information Disclosure
18 Dec 200900:00
nessus
Tenable Nessus
Serv-U < 9.2.0.1
21 Dec 200900:00
nessus
CVE
CVE-2009-4815
27 Apr 201015:00
cve
Cvelist
CVE-2009-4815
27 Apr 201015:00
cvelist
EUVD
EUVD-2009-4778
7 Oct 202500:30
euvd
NVD
CVE-2009-4815
27 Apr 201015:30
nvd
OpenVAS
Serv-U File Server User Directory Information Disclosure Vulnerability
21 Dec 200900:00
openvas
Prion
Directory traversal
27 Apr 201015:30
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: serv_u_37414.nasl 5148 2017-01-31 13:16:55Z teissa $
#
# Serv-U File Server User Directory Information Disclosure Vulnerability
#
# Authors:
# Michael Meyer
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH
#
# 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_summary = "Serv-U File Server is prone to an unspecified information-disclosure
vulnerability.

Attackers can exploit this issue to harvest sensitive information that
may lead to further attacks.

Versions prior to SERV-U File Server 9.2.0.1 are vulnerable.";

tag_solution = "The vendor has released an update. Please see the references
for details.";

if (description)
{
 script_id(100410);
 script_version("$Revision: 5148 $");
 script_tag(name:"last_modification", value:"$Date: 2017-01-31 14:16:55 +0100 (Tue, 31 Jan 2017) $");
 script_tag(name:"creation_date", value:"2009-12-21 12:36:27 +0100 (Mon, 21 Dec 2009)");
 script_tag(name:"cvss_base", value:"4.0");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:N/A:N");
 script_cve_id("CVE-2009-4815");
 script_bugtraq_id(37414);

 script_name("Serv-U File Server User Directory Information Disclosure Vulnerability");


 script_tag(name:"qod_type", value:"remote_banner");
 script_category(ACT_GATHER_INFO);
 script_family("FTP");
 script_copyright("This script is Copyright (C) 2009 Greenbone Networks GmbH");
 script_dependencies("gb_rhinosoft_serv-u_detect.nasl");
 script_require_ports("Services/ftp", 21);
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/37414");
 script_xref(name : "URL" , value : "http://www.serv-u.com/releasenotes/");
 script_xref(name : "URL" , value : "http://www.serv-u.com/");
 exit(0);
}

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

port = get_kb_item("Services/ftp");
if(!port){
  port = 21;
}

if(get_kb_item('ftp/'+port+'/broken'))exit(0);

if(!get_port_state(port)){
  exit(0);
}

if(!version = get_kb_item(string("ftp/", port, "/Serv-U"))) {
 if(!version = get_kb_item(string("Serv-U/FTP/Ver"))) {
  exit(0);
 }  
}  

if(!isnull(version[1])) {
  vers = version[1];
}  

if(!isnull(vers)) {
   if(vers =~ "^9\.") {
     if(version_is_less(version:vers, test_version:"9.2.0.1") ) {
         security_message(port: port);
         exit(0);
     }
   }
}

exit(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

31 Jan 2017 00:00Current
6.3Medium risk
Vulners AI Score6.3
EPSS0.00319
18