#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(78670);
script_version("1.5");
script_cvs_date("Date: 2019/11/25");
script_cve_id("CVE-2014-0050");
script_bugtraq_id(65400);
script_xref(name:"VMSA", value:"2014-0007");
script_name(english:"VMware vCenter Orchestrator Appliance 5.5.x < 5.5.2 DoS (VMSA-2014-0007)");
script_summary(english:"Checks the version of VMware vCenter Orchestrator Appliance.");
script_set_attribute(attribute:"synopsis", value:
"The remote host has a virtualization appliance installed that is
affected by a denial of service vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of VMware vCenter Orchestrator Appliance installed on the
remote host is 5.5.x prior to 5.5.2. It is, therefore, affected by a
denial of service vulnerability due to an error that exists in the
included Apache Tomcat version related to handling 'Content-Type' HTTP
headers and multipart requests.");
script_set_attribute(attribute:"see_also", value:"https://www.vmware.com/security/advisories/VMSA-2014-0007.html");
script_set_attribute(attribute:"solution", value:
"Upgrade to VMware vCenter Orchestrator 5.5.2 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2014-0050");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2014/03/25");
script_set_attribute(attribute:"patch_publication_date", value:"2014/09/09");
script_set_attribute(attribute:"plugin_publication_date", value:"2014/10/24");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:vmware:vcenter_orchestrator");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/VMware vCenter Orchestrator/Version", "Host/VMware vCenter Orchestrator/VerUI", "Host/VMware vCenter Orchestrator/Build");
script_require_ports("Services/ssh", 22);
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
version = get_kb_item_or_exit("Host/VMware vCenter Orchestrator/Version");
verui = get_kb_item_or_exit("Host/VMware vCenter Orchestrator/VerUI");
if (version =~ '^5\\.5\\.')
{
build = get_kb_item_or_exit("Host/VMware vCenter Orchestrator/Build");
if (int(build) < 1992027)
{
if (report_verbosity > 0)
{
report =
'\n Installed version : ' + verui +
'\n Fixed version : 5.5.2 Build 1992027' +
'\n';
security_hole(port:0, extra:report);
}
else security_hole(0);
exit(0);
}
}
audit(AUDIT_INST_VER_NOT_VULN, 'VMware vCenter Orchestrator Appliance', verui);
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