Zoho ManageEngine Support Center Plus Multiple Vulnerabilities
2012-10-18T00:00:00
ID OPENVAS:802477 Type openvas Reporter Copyright (C) 2012 Greenbone Networks GmbH Modified 2017-04-20T00:00:00
Description
This host is running Zoho ManageEngine Support Center Plus and is
prone to multiple vulnerabilities.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_manageengine_support_center_plus_mult_vuln.nasl 5988 2017-04-20 09:02:29Z teissa $
#
# Zoho ManageEngine Support Center Plus Multiple Vulnerabilities
#
# Authors:
# Antu Sanadi <santu@secpod.com>
#
# Copyright:
# Copyright (c) 2012 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 remote attackers to upload
malicious code (backdoors/shells) or insert arbitrary HTML and script code,
which will be executed in a user's browser session in the context of an
affected site.
Impact Level: Application";
tag_affected = "ManageEngine Support Center Plus 7.9 Upgrade Pack 7908 and prior";
tag_insight = "Multiple flaws are due to,
- An improper checking of image extension when uploading the files. This will
lead to uploading web site files which could be used for malicious actions.
- An input passed to the 'fromCustomer' parameter via 'HomePage.do' script is
not properly sanitised before being returned to the user.
- An input passed to multiple parameters via 'WorkOrder.do' script is not
properly sanitised before being returned to the user.";
tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";
tag_summary = "This host is running Zoho ManageEngine Support Center Plus and is
prone to multiple vulnerabilities.";
if(description)
{
script_id(802477);
script_version("$Revision: 5988 $");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"$Date: 2017-04-20 11:02:29 +0200 (Thu, 20 Apr 2017) $");
script_tag(name:"creation_date", value:"2012-10-18 10:24:32 +0530 (Thu, 18 Oct 2012)");
script_name("Zoho ManageEngine Support Center Plus Multiple Vulnerabilities");
script_xref(name : "URL" , value : "http://www.exploit-db.com/exploits/22040/");
script_xref(name : "URL" , value : "http://www.bugsearch.net/en/13746/manageengine-support-center-plus-7908-multiple-vulnerabilities.html");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_copyright("Copyright (C) 2012 Greenbone Networks GmbH");
script_family("Web application abuses");
script_require_ports("Services/www", 8080);
script_dependencies("find_service.nasl", "http_version.nasl");
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_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
## Variable Initialization
port = 0;
## Get HTTP Port
port = get_http_port(default:8080);
if(!port){
port = 8080;
}
## Check port status
if(!get_port_state(port)) {
exit(0);
}
## Confirm the application
if(http_vuln_check(port:port, url:"/", pattern:">ManageEngine SupportCenter Plus<",
check_header:TRUE, extra_check:'ZOHO Corp'))
{
## Construct the attack request
url = '/HomePage.do?fromCustomer=%27;alert(document.cookie);' +
'%20var%20frompor=%27null';
## confirm the exploit
if(http_vuln_check(port:port, url:url,
pattern:"';alert\(document.cookie\); var frompor='null",
check_header:TRUE,
extra_check:'>ManageEngine SupportCenter Plus</'))
{
security_message(port:port);
exit(0);
}
}
{"id": "OPENVAS:802477", "type": "openvas", "bulletinFamily": "scanner", "title": "Zoho ManageEngine Support Center Plus Multiple Vulnerabilities", "description": "This host is running Zoho ManageEngine Support Center Plus and is\nprone to multiple vulnerabilities.", "published": "2012-10-18T00:00:00", "modified": "2017-04-20T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=802477", "reporter": "Copyright (C) 2012 Greenbone Networks GmbH", "references": ["http://www.bugsearch.net/en/13746/manageengine-support-center-plus-7908-multiple-vulnerabilities.html", "http://www.exploit-db.com/exploits/22040/"], "cvelist": [], "lastseen": "2017-07-02T21:10:44", "viewCount": 1, "enchantments": {"score": {"value": 0.2, "vector": "NONE", "modified": "2017-07-02T21:10:44", "rev": 2}, "dependencies": {"references": [], "modified": "2017-07-02T21:10:44", "rev": 2}, "vulnersScore": 0.2}, "pluginID": "802477", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_manageengine_support_center_plus_mult_vuln.nasl 5988 2017-04-20 09:02:29Z teissa $\n#\n# Zoho ManageEngine Support Center Plus Multiple Vulnerabilities\n#\n# Authors:\n# Antu Sanadi <santu@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\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_impact = \"Successful exploitation will allow remote attackers to upload\nmalicious code (backdoors/shells) or insert arbitrary HTML and script code,\nwhich will be executed in a user's browser session in the context of an\naffected site.\n\nImpact Level: Application\";\n\ntag_affected = \"ManageEngine Support Center Plus 7.9 Upgrade Pack 7908 and prior\";\n\ntag_insight = \"Multiple flaws are due to,\n- An improper checking of image extension when uploading the files. This will\n lead to uploading web site files which could be used for malicious actions.\n- An input passed to the 'fromCustomer' parameter via 'HomePage.do' script is\n not properly sanitised before being returned to the user.\n- An input passed to multiple parameters via 'WorkOrder.do' script is not\n properly sanitised before being returned to the user.\";\n\ntag_solution = \"No solution or patch was made available for at least one year\nsince disclosure of this vulnerability. Likely none will be provided anymore.\nGeneral solution options are to upgrade to a newer release, disable respective\nfeatures, remove the product or replace the product by another one.\";\n\ntag_summary = \"This host is running Zoho ManageEngine Support Center Plus and is\nprone to multiple vulnerabilities.\";\n\nif(description)\n{\n script_id(802477);\n script_version(\"$Revision: 5988 $\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-04-20 11:02:29 +0200 (Thu, 20 Apr 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-10-18 10:24:32 +0530 (Thu, 18 Oct 2012)\");\n script_name(\"Zoho ManageEngine Support Center Plus Multiple Vulnerabilities\");\n script_xref(name : \"URL\" , value : \"http://www.exploit-db.com/exploits/22040/\");\n script_xref(name : \"URL\" , value : \"http://www.bugsearch.net/en/13746/manageengine-support-center-plus-7908-multiple-vulnerabilities.html\");\n script_category(ACT_ATTACK);\n script_tag(name:\"qod_type\", value:\"remote_vul\");\n script_copyright(\"Copyright (C) 2012 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_require_ports(\"Services/www\", 8080);\n script_dependencies(\"find_service.nasl\", \"http_version.nasl\");\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\ninclude(\"http_func.inc\");\ninclude(\"http_keepalive.inc\");\n\n## Variable Initialization\nport = 0;\n\n## Get HTTP Port\nport = get_http_port(default:8080);\nif(!port){\n port = 8080;\n}\n\n## Check port status\nif(!get_port_state(port)) {\n exit(0);\n}\n\n## Confirm the application\nif(http_vuln_check(port:port, url:\"/\", pattern:\">ManageEngine SupportCenter Plus<\",\n check_header:TRUE, extra_check:'ZOHO Corp'))\n{\n ## Construct the attack request\n url = '/HomePage.do?fromCustomer=%27;alert(document.cookie);' +\n '%20var%20frompor=%27null';\n\n ## confirm the exploit\n if(http_vuln_check(port:port, url:url,\n pattern:\"';alert\\(document.cookie\\); var frompor='null\",\n check_header:TRUE,\n extra_check:'>ManageEngine SupportCenter Plus</'))\n {\n security_message(port:port);\n exit(0);\n }\n}\n", "naslFamily": "Web application abuses"}