VMware ESX third-party update for Service Console package sudo version 1.7.2p1-14.el5_8.3 addresses CVE-2012-2337 and CVE-2012-344
Reporter | Title | Published | Views | Family All 91 |
---|---|---|---|---|
![]() | VMware ESX third party update for Service Console package sudo | 30 May 201300:00 | – | vmware |
![]() | VMware ESX patch address security issues | 30 May 201300:00 | – | vmware |
![]() | VMware ESX sudo Package Multiple Vulnerabilities (VMSA-2013-0007) (remote check) | 4 Mar 201600:00 | – | nessus |
![]() | CentOS 5 : sudo (CESA-2012:1149) | 8 Aug 201200:00 | – | nessus |
![]() | Oracle Linux 5 : sudo (ELSA-2012-1149) | 12 Jul 201300:00 | – | nessus |
![]() | Scientific Linux Security Update : sudo on SL5.x i386/x86_64 (20120808) | 9 Aug 201200:00 | – | nessus |
![]() | RHEL 5 : sudo (RHSA-2012:1149) | 8 Aug 201200:00 | – | nessus |
![]() | Fedora 16 : sudo-1.8.3p1-3.fc16 (2012-8021) | 13 Jul 201200:00 | – | nessus |
![]() | openSUSE Security Update : sudo (openSUSE-SU-2012:0652-1) | 13 Jun 201400:00 | – | nessus |
![]() | GLSA-201207-01 : sudo: Privilege escalation | 10 Jul 201200:00 | – | nessus |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from VMware Security Advisory 2013-0007.
# The text itself is copyright (C) VMware Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(66723);
script_version("1.19");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/06");
script_cve_id("CVE-2012-2337", "CVE-2012-3440");
script_bugtraq_id(53569, 54868);
script_xref(name:"VMSA", value:"2013-0007");
script_name(english:"VMSA-2013-0007 : VMware ESX third-party update for Service Console package sudo");
script_summary(english:"Checks esxupdate output for the patch");
script_set_attribute(
attribute:"synopsis",
value:"The remote VMware ESX host is missing a security-related patch."
);
script_set_attribute(
attribute:"description",
value:
"a. Service Console update for sudo
The service console package sudo is updated to version
1.7.2p1-14.el5_8.3
The Common Vulnerabilities and Exposures project (cve.mitre.org)
has assigned the name CVE-2012-2337 and CVE-2012-3440 to the issues
addressed in this update."
);
script_set_attribute(
attribute:"see_also",
value:"http://lists.vmware.com/pipermail/security-announce/2013/000228.html"
);
script_set_attribute(attribute:"solution", value:"Apply the missing patch.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:vmware:esx:4.0");
script_set_attribute(attribute:"cpe", value:"cpe:/o:vmware:esx:4.1");
script_set_attribute(attribute:"patch_publication_date", value:"2013/05/30");
script_set_attribute(attribute:"plugin_publication_date", value:"2013/05/31");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.");
script_family(english:"VMware ESX Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/VMware/release", "Host/VMware/version");
script_require_ports("Host/VMware/esxupdate", "Host/VMware/esxcli_software_vibs");
exit(0);
}
include("audit.inc");
include("vmware_esx_packages.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if (!get_kb_item("Host/VMware/release")) audit(AUDIT_OS_NOT, "VMware ESX / ESXi");
if (
!get_kb_item("Host/VMware/esxcli_software_vibs") &&
!get_kb_item("Host/VMware/esxupdate")
) audit(AUDIT_PACKAGE_LIST_MISSING);
init_esx_check(date:"2013-05-30");
flag = 0;
if (esx_check(ver:"ESX 4.0", patch:"ESX400-201305402-SG")) flag++;
if (
esx_check(
ver : "ESX 4.1",
patch : "ESX410-201312401-SG",
patch_updates : make_list("ESX410-201404401-SG")
)
) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:esx_report_get());
else security_hole(0);
exit(0);
}
else audit(AUDIT_HOST_NOT, "affected");
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo