The 'ntp' package on SUSE Linux Enterprise Server 12 is missing security updates
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
![]() | openSUSE Security Update : ntp (openSUSE-2018-376) | 18 Apr 201800:00 | – | nessus |
![]() | SUSE SLES11 Security Update : ntp (SUSE-SU-2018:0808-1) | 27 Mar 201800:00 | – | nessus |
![]() | SUSE SLES12 Security Update : ntp (SUSE-SU-2018:1464-1) | 30 May 201800:00 | – | nessus |
![]() | FreeBSD : ntp -- multiple vulnerabilities (af485ef4-1c58-11e8-8477-d05099c0ae8c) | 28 Feb 201800:00 | – | nessus |
![]() | RHEL 8 : ntp (Unpatched Vulnerability) | 3 Jun 202400:00 | – | nessus |
![]() | Network Time Protocol Daemon (ntpd) 4.x < 4.2.8p11 Multiple Vulnerabilities | 9 Mar 201800:00 | – | nessus |
![]() | SUSE SLED12 / SLES12 Security Update : ntp (SUSE-SU-2018:0956-1) | 17 Apr 201800:00 | – | nessus |
![]() | SUSE SLES12 Security Update : ntp (SUSE-SU-2018:1765-2) | 22 Oct 201800:00 | – | nessus |
![]() | GLSA-201805-12 : NTP: Multiple vulnerabilities | 29 May 201800:00 | – | nessus |
![]() | Slackware 14.0 / 14.1 / 14.2 / current : ntp (SSA:2018-060-02) | 2 Mar 201800:00 | – | nessus |
# SPDX-FileCopyrightText: 2021 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.1.4.2018.1464.1");
script_cve_id("CVE-2016-1549", "CVE-2018-7170", "CVE-2018-7182", "CVE-2018-7183", "CVE-2018-7184", "CVE-2018-7185");
script_tag(name:"creation_date", value:"2021-04-19 00:00:00 +0000 (Mon, 19 Apr 2021)");
script_version("2024-02-02T14:37:50+0000");
script_tag(name:"last_modification", value:"2024-02-02 14:37:50 +0000 (Fri, 02 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_tag(name:"severity_vector", value:"CVSS:3.0/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:"2018-03-28 22:19:44 +0000 (Wed, 28 Mar 2018)");
script_name("SUSE: Security Advisory (SUSE-SU-2018:1464-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2021 Greenbone AG");
script_family("SuSE Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/suse_sles", "ssh/login/rpms", re:"ssh/login/release=(SLES12\.0)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2018:1464-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2018/suse-su-20181464-1/");
script_tag(name:"summary", value:"The remote host is missing an update for the 'ntp' package(s) announced via the SUSE-SU-2018:1464-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"This update for ntp fixes the following issues:
- Update to 4.2.8p11 (bsc#1082210):
* CVE-2016-1549: Sybil vulnerability: ephemeral association attack.
While fixed in ntp-4.2.8p7, there are significant additional
protections for this issue in 4.2.8p11.
* CVE-2018-7182: ctl_getitem(): buffer read overrun leads to undefined
behavior and information leak. (bsc#1083426)
* CVE-2018-7170: Multiple authenticated ephemeral associations.
(bsc#1083424)
* CVE-2018-7184: Interleaved symmetric mode cannot recover from bad
state. (bsc#1083422)
* CVE-2018-7185: Unauthenticated packet can reset authenticated
interleaved association. (bsc#1083420)
* CVE-2018-7183: ntpq:decodearr() can write beyond its buffer
limit.(bsc#1083417)
- Don't use libevent's cached time stamps in sntp. (bsc#1077445)
- Fix systemd migration in %pre (bsc#1034892).");
script_tag(name:"affected", value:"'ntp' package(s) on SUSE Linux Enterprise Server 12.");
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-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "SLES12.0") {
if(!isnull(res = isrpmvuln(pkg:"ntp", rpm:"ntp~4.2.8p11~46.26.2", rls:"SLES12.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ntp-debuginfo", rpm:"ntp-debuginfo~4.2.8p11~46.26.2", rls:"SLES12.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ntp-debugsource", rpm:"ntp-debugsource~4.2.8p11~46.26.2", rls:"SLES12.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ntp-doc", rpm:"ntp-doc~4.2.8p11~46.26.2", rls:"SLES12.0"))) {
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