The remote host is missing an update for the 'eglibc' package(s) announced via the USN-2328-1 advisory
Reporter | Title | Published | Views | Family All 156 |
---|---|---|---|---|
![]() | CentOS Update for glibc CESA-2014:1110 centos6 | 30 Aug 201400:00 | β | openvas |
![]() | Debian: Security Advisory (DLA-43-1) | 8 Mar 202300:00 | β | openvas |
![]() | Oracle: Security Advisory (ELSA-2014-1110) | 6 Oct 201500:00 | β | openvas |
![]() | CentOS Update for glibc CESA-2014:1110 centos5 | 30 Aug 201400:00 | β | openvas |
![]() | CentOS Update for glibc CESA-2014:1110 centos7 | 10 Sep 201400:00 | β | openvas |
![]() | Fedora Update for glibc FEDORA-2014-9824 | 29 Aug 201400:00 | β | openvas |
![]() | RedHat Update for glibc RHSA-2014:1110-01 | 30 Aug 201400:00 | β | openvas |
![]() | Oracle: Security Advisory (ELSA-2014-2023) | 6 Oct 201500:00 | β | openvas |
![]() | openSUSE: Security Advisory for glibc (openSUSE-SU-2014:1115-1) | 12 Sep 201400:00 | β | openvas |
![]() | Fedora Update for glibc FEDORA-2015-2845 | 5 Mar 201500:00 | β | openvas |
Source | Link |
---|---|
ubuntu | www.ubuntu.com/security/notices/USN-2328-1 |
# SPDX-FileCopyrightText: 2014 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.841946");
script_cve_id("CVE-2014-5119");
script_tag(name:"creation_date", value:"2014-08-29 03:52:18 +0000 (Fri, 29 Aug 2014)");
script_version("2024-02-28T14:37:42+0000");
script_tag(name:"last_modification", value:"2024-02-28 14:37:42 +0000 (Wed, 28 Feb 2024)");
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_name("Ubuntu: Security Advisory (USN-2328-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2014 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=UBUNTU(10\.04\ LTS|12\.04\ LTS|14\.04\ LTS)");
script_xref(name:"Advisory-ID", value:"USN-2328-1");
script_xref(name:"URL", value:"https://ubuntu.com/security/notices/USN-2328-1");
script_tag(name:"summary", value:"The remote host is missing an update for the 'eglibc' package(s) announced via the USN-2328-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Tavis Ormandy and John Haxby discovered that the GNU C Library contained an
off-by-one error when performing transliteration module loading. A local
attacker could exploit this to gain administrative privileges.
(CVE-2014-5119)
USN-2306-1 fixed vulnerabilities in the GNU C Library. On Ubuntu 10.04 LTS
and Ubuntu 12.04 LTS the security update for CVE-2014-0475 caused a
regression with localplt on PowerPC. This update fixes the problem. We
apologize for the inconvenience.");
script_tag(name:"affected", value:"'eglibc' package(s) on Ubuntu 10.04, Ubuntu 12.04, Ubuntu 14.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");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-deb.inc");
release = dpkg_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "UBUNTU10.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"libc6", ver:"2.11.1-0ubuntu7.16", rls:"UBUNTU10.04 LTS"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "UBUNTU12.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"libc6", ver:"2.15-0ubuntu10.7", rls:"UBUNTU12.04 LTS"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "UBUNTU14.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"libc6", ver:"2.19-0ubuntu6.3", rls:"UBUNTU14.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