Serv-U 'SITE SET TRANSFERPROGRESS ON' Command Remote Denial of Service Vulnerability
2009-11-04T00:00:00
ID OPENVAS:100338 Type openvas Reporter This script is Copyright (C) 2009 Greenbone Networks GmbH Modified 2017-01-31T00:00:00
Description
Serv-U is prone to a remote denial-of-service vulnerability.
Successfully exploiting this issue will allow attackers to deny
service to legitimate users.
Serv-U 7.0.0.1 through 8.2.0.3 are vulnerable; other versions may also
be affected.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: serv_u_36585.nasl 5148 2017-01-31 13:16:55Z teissa $
#
# Serv-U 'SITE SET TRANSFERPROGRESS ON' Command Remote Denial of Service 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 is prone to a remote denial-of-service vulnerability.
Successfully exploiting this issue will allow attackers to deny
service to legitimate users.
Serv-U 7.0.0.1 through 8.2.0.3 are vulnerable; other versions may also
be affected.";
tag_solution = "The vendor has released an update. Please see the references
for details.";
if (description)
{
script_id(100338);
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-11-04 20:13:20 +0100 (Wed, 04 Nov 2009)");
script_bugtraq_id(36585);
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_name("Serv-U 'SITE SET TRANSFERPROGRESS ON' Command Remote Denial of Service 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/36585");
script_xref(name : "URL" , value : "http://www.serv-u.com/");
script_xref(name : "URL" , value : "http://www.serv-u.com/releasenotes/");
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( version_in_range(version:vers, test_version:"7.0.0.1", test_version2:"8.2.0.3") ) {
security_message(port: port);
exit(0);
}
}
exit(0);
{"id": "OPENVAS:100338", "type": "openvas", "bulletinFamily": "scanner", "title": "Serv-U 'SITE SET TRANSFERPROGRESS ON' Command Remote Denial of Service Vulnerability", "description": "Serv-U is prone to a remote denial-of-service vulnerability.\n\nSuccessfully exploiting this issue will allow attackers to deny\nservice to legitimate users.\n\nServ-U 7.0.0.1 through 8.2.0.3 are vulnerable; other versions may also\nbe affected.", "published": "2009-11-04T00:00:00", "modified": "2017-01-31T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=100338", "reporter": "This script is Copyright (C) 2009 Greenbone Networks GmbH", "references": ["http://www.securityfocus.com/bid/36585", "http://www.serv-u.com/", "http://www.serv-u.com/releasenotes/"], "cvelist": [], "lastseen": "2017-07-02T21:14:20", "viewCount": 0, "enchantments": {"score": {"value": 0.2, "vector": "NONE", "modified": "2017-07-02T21:14:20", "rev": 2}, "dependencies": {"references": [], "modified": "2017-07-02T21:14:20", "rev": 2}, "vulnersScore": 0.2}, "pluginID": "100338", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: serv_u_36585.nasl 5148 2017-01-31 13:16:55Z teissa $\n#\n# Serv-U 'SITE SET TRANSFERPROGRESS ON' Command Remote Denial of Service Vulnerability\n#\n# Authors:\n# Michael Meyer\n#\n# Copyright:\n# Copyright (c) 2009 Greenbone Networks GmbH\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_summary = \"Serv-U is prone to a remote denial-of-service vulnerability.\n\nSuccessfully exploiting this issue will allow attackers to deny\nservice to legitimate users.\n\nServ-U 7.0.0.1 through 8.2.0.3 are vulnerable; other versions may also\nbe affected.\";\n\ntag_solution = \"The vendor has released an update. Please see the references\nfor details.\";\n\nif (description)\n{\n script_id(100338);\n script_version(\"$Revision: 5148 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-01-31 14:16:55 +0100 (Tue, 31 Jan 2017) $\");\n script_tag(name:\"creation_date\", value:\"2009-11-04 20:13:20 +0100 (Wed, 04 Nov 2009)\");\n script_bugtraq_id(36585);\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:N/A:P\");\n script_name(\"Serv-U 'SITE SET TRANSFERPROGRESS ON' Command Remote Denial of Service Vulnerability\");\n\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n script_category(ACT_GATHER_INFO);\n script_family(\"FTP\");\n script_copyright(\"This script is Copyright (C) 2009 Greenbone Networks GmbH\");\n script_dependencies(\"gb_rhinosoft_serv-u_detect.nasl\");\n script_require_ports(\"Services/ftp\", 21);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_xref(name : \"URL\" , value : \"http://www.securityfocus.com/bid/36585\");\n script_xref(name : \"URL\" , value : \"http://www.serv-u.com/\");\n script_xref(name : \"URL\" , value : \"http://www.serv-u.com/releasenotes/\");\n exit(0);\n}\n\n\ninclude(\"ftp_func.inc\");\ninclude(\"version_func.inc\");\n\nport = get_kb_item(\"Services/ftp\");\nif(!port){\n port = 21;\n}\n\nif(get_kb_item('ftp/'+port+'/broken'))exit(0);\n\nif(!get_port_state(port)){\n exit(0);\n}\n\nif(!version = get_kb_item(string(\"ftp/\", port, \"/Serv-U\"))) {\n if(!version = get_kb_item(string(\"Serv-U/FTP/Ver\"))) {\n exit(0);\n } \n} \n\nif(!isnull(version[1])) {\n vers = version[1];\n} \n\nif(!isnull(vers)) {\n\n if( version_in_range(version:vers, test_version:\"7.0.0.1\", test_version2:\"8.2.0.3\") ) {\n security_message(port: port);\n exit(0);\n }\n}\n\nexit(0);\n\n", "naslFamily": "FTP"}