The remote OracleVM system is missing necessary patches to address critical security updates. Fix for CVE-2015-8629, CVE-2015-8631 and a spec trigger issue
Reporter | Title | Published | Views | Family All 198 |
---|---|---|---|---|
![]() | krb5 - security update | 22 Feb 201600:00 | – | osv |
![]() | Red Hat Security Advisory: krb5 security update | 15 Sep 202423:12 | – | osv |
![]() | Red Hat Security Advisory: krb5 security update | 15 Sep 202423:12 | – | osv |
![]() | krb5 - security update | 4 Feb 201600:00 | – | osv |
![]() | CVE-2015-8631 | 13 Feb 201602:59 | – | osv |
![]() | CVE-2015-8629 | 13 Feb 201602:59 | – | osv |
![]() | Red Hat Security Advisory: krb5 security update | 15 Sep 202422:18 | – | osv |
![]() | krb5 - security update | 31 Jan 201800:00 | – | osv |
![]() | Red Hat Security Advisory: krb5 security, bug fix, and enhancement update | 15 Sep 202422:34 | – | osv |
![]() | krb5-1.15-1.1 on GA media | 15 Jun 202400:00 | – | osv |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The package checks in this plugin were extracted from OracleVM
# Security Advisory OVMSA-2016-0039.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(90138);
script_version("2.14");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");
script_cve_id("CVE-2014-5353", "CVE-2014-5355", "CVE-2015-8629", "CVE-2015-8631");
script_bugtraq_id(71679, 74042);
script_name(english:"OracleVM 3.3 / 3.4 : krb5 (OVMSA-2016-0039)");
script_summary(english:"Checks the RPM output for the updated package.");
script_set_attribute(
attribute:"synopsis",
value:"The remote OracleVM host is missing a security update."
);
script_set_attribute(
attribute:"description",
value:
"The remote OracleVM system is missing necessary patches to address
critical security updates :
- Fix (CVE-2015-8629, CVE-2015-8631)
- Also fix a spec trigger issue that prevents building
- Resolves: #1306973"
);
# https://oss.oracle.com/pipermail/oraclevm-errata/2016-March/000445.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?e07cde0a"
);
# https://oss.oracle.com/pipermail/oraclevm-errata/2016-March/000450.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?ce35e9e3"
);
script_set_attribute(
attribute:"solution",
value:"Update the affected krb5-libs package."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:N/I:N/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/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:"p-cpe:/a:oracle:vm:krb5-libs");
script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:vm_server:3.3");
script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:vm_server:3.4");
script_set_attribute(attribute:"vuln_publication_date", value:"2014/12/16");
script_set_attribute(attribute:"patch_publication_date", value:"2016/03/23");
script_set_attribute(attribute:"plugin_publication_date", value:"2016/03/24");
script_set_attribute(attribute:"generated_plugin", value:"current");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2016-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"OracleVM Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/OracleVM/release", "Host/OracleVM/rpm-list");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("rpm.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
release = get_kb_item("Host/OracleVM/release");
if (isnull(release) || "OVS" >!< release) audit(AUDIT_OS_NOT, "OracleVM");
if (! preg(pattern:"^OVS" + "(3\.3|3\.4)" + "(\.[0-9]|$)", string:release)) audit(AUDIT_OS_NOT, "OracleVM 3.3 / 3.4", "OracleVM " + release);
if (!get_kb_item("Host/OracleVM/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
cpu = get_kb_item("Host/cpu");
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "OracleVM", cpu);
if ("x86_64" >!< cpu) audit(AUDIT_ARCH_NOT, "x86_64", cpu);
flag = 0;
if (rpm_check(release:"OVS3.3", reference:"krb5-libs-1.10.3-42z1.el6_7")) flag++;
if (rpm_check(release:"OVS3.4", reference:"krb5-libs-1.10.3-42z1.el6_7")) flag++;
if (flag)
{
if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
else security_warning(0);
exit(0);
}
else
{
tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, "krb5-libs");
}
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