The update for 'openjdk-6' package(s) fixing multiple vulnerabilities on Ubuntu 12.0
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
![]() | (RHSA-2016:0723) Critical: java-1.6.0-openjdk security update | 9 May 201600:00 | – | redhat |
![]() | (RHSA-2016:0676) Critical: java-1.7.0-openjdk security update | 21 Apr 201600:00 | – | redhat |
![]() | (RHSA-2016:0675) Critical: java-1.7.0-openjdk security update | 21 Apr 201612:21 | – | redhat |
![]() | (RHSA-2016:0650) Critical: java-1.8.0-openjdk security update | 20 Apr 201612:51 | – | redhat |
![]() | (RHSA-2016:0651) Critical: java-1.8.0-openjdk security update | 20 Apr 201612:52 | – | redhat |
![]() | (RHSA-2016:0679) Critical: java-1.6.0-sun security update | 21 Apr 201614:26 | – | redhat |
![]() | (RHSA-2016:0678) Critical: java-1.7.0-oracle security update | 21 Apr 201614:26 | – | redhat |
![]() | (RHSA-2016:0677) Critical: java-1.8.0-oracle security update | 21 Apr 201614:26 | – | redhat |
![]() | (RHSA-2016:0716) Critical: java-1.8.0-ibm security update | 3 May 201618:23 | – | redhat |
![]() | java-1.7.0-openjdk security update | 21 Apr 201600:00 | – | oraclelinux |
# SPDX-FileCopyrightText: 2016 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.842745");
script_cve_id("CVE-2016-0686", "CVE-2016-0687", "CVE-2016-0695", "CVE-2016-3425", "CVE-2016-3427");
script_tag(name:"creation_date", value:"2016-05-11 03:23:58 +0000 (Wed, 11 May 2016)");
script_version("2024-08-08T05:05:41+0000");
script_tag(name:"last_modification", value:"2024-08-08 05:05:41 +0000 (Thu, 08 Aug 2024)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-06-27 19:23:19 +0000 (Thu, 27 Jun 2024)");
script_name("Ubuntu: Security Advisory (USN-2972-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Ubuntu Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/ubuntu_linux", "ssh/login/packages", re:"ssh/login/release=UBUNTU12\.04\ LTS");
script_xref(name:"Advisory-ID", value:"USN-2972-1");
script_xref(name:"URL", value:"https://ubuntu.com/security/notices/USN-2972-1");
script_tag(name:"summary", value:"The remote host is missing an update for the 'openjdk-6' package(s) announced via the USN-2972-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Multiple vulnerabilities were discovered in the OpenJDK JRE related to
information disclosure, data integrity, and availability. An attacker
could exploit these to cause a denial of service, expose sensitive data
over the network, or possibly execute arbitrary code. (CVE-2016-0686,
CVE-2016-0687, CVE-2016-3427)
A vulnerability was discovered in the OpenJDK JRE related to information
disclosure. An attacker could exploit this to expose sensitive data over
the network. (CVE-2016-0695)
A vulnerability was discovered in the OpenJDK JRE related to availability.
An attacker could exploit this to cause a denial of service.
(CVE-2016-3425)");
script_tag(name:"affected", value:"'openjdk-6' package(s) on Ubuntu 12.04.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-deb.inc");
release = dpkg_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "UBUNTU12.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"icedtea-6-jre-cacao", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"icedtea-6-jre-jamvm", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"openjdk-6-jdk", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"openjdk-6-jre", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"openjdk-6-jre-headless", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"openjdk-6-jre-lib", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"openjdk-6-jre-zero", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"openjdk-6-source", ver:"6b39-1.13.11-0ubuntu0.12.04.1", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
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