Amazon Linux: Security Advisory (ALAS-2015-594) - Update for 'bind' package(s
Reporter | Title | Published | Views | Family All 163 |
---|---|---|---|---|
![]() | Slackware 13.0 / 13.1 / 13.37 / 14.0 / 14.1 / current : bind (SSA:2015-245-01) | 3 Sep 201500:00 | – | nessus |
![]() | Fedora 22 : bind99-9.9.7-7.P3.fc22 (2015-14958) | 25 Sep 201500:00 | – | nessus |
![]() | ISC BIND 9.0.x < 9.9.7-P3 / 9.10.x < 9.10.2-P4 Multiple DoS | 11 Sep 201500:00 | – | nessus |
![]() | Fedora 23 : bind99-9.9.7-7.P3.fc23 (2015-14954) | 8 Sep 201500:00 | – | nessus |
![]() | Amazon Linux AMI : bind (ALAS-2015-594) | 3 Sep 201500:00 | – | nessus |
![]() | Mac OS X : OS X Server < 5.0.15 Multiple Vulnerabilities | 26 Oct 201500:00 | – | nessus |
![]() | Fedora 21 : bind-9.9.6-11.P1.fc21 (2015-15061) | 5 Oct 201500:00 | – | nessus |
![]() | SUSE SLES11 Security Update : bind (SUSE-SU-2015:1496-1) | 8 Sep 201500:00 | – | nessus |
![]() | RHEL 6 / 7 : bind (RHSA-2015:1705) | 17 Sep 201500:00 | – | nessus |
![]() | Scientific Linux Security Update : bind on SL5.x i386/x86_64 (20150903) | 4 Sep 201500:00 | – | nessus |
# SPDX-FileCopyrightText: 2015 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.120089");
script_cve_id("CVE-2015-5722");
script_tag(name:"creation_date", value:"2015-09-08 11:17:10 +0000 (Tue, 08 Sep 2015)");
script_version("2025-01-23T05:37:38+0000");
script_tag(name:"last_modification", value:"2025-01-23 05:37:38 +0000 (Thu, 23 Jan 2025)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_name("Amazon Linux: Security Advisory (ALAS-2015-594)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone AG");
script_family("Amazon Linux Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/amazon_linux", "ssh/login/release");
script_xref(name:"Advisory-ID", value:"ALAS-2015-594");
script_xref(name:"URL", value:"https://alas.aws.amazon.com/ALAS-2015-594.html");
script_xref(name:"URL", value:"https://kb.isc.org/article/AA-01287/0");
script_xref(name:"URL", value:"https://kb.isc.org/article/AA-01291/0");
script_tag(name:"summary", value:"The remote host is missing an update for the 'bind' package(s) announced via the ALAS-2015-594 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"As discussed upstream, parsing a malformed DNSSEC key can cause a validating resolver to exit due to a failed assertion in buffer.c. It is possible for a remote attacker to deliberately trigger this condition, for example by using a query which requires a response from a zone containing a deliberately malformed key. (CVE-2015-5722)
Also disclosed upstream today was CVE-2015-5986 which does not impact the version of bind in the Amazon Linux AMI.");
script_tag(name:"affected", value:"'bind' package(s) on Amazon Linux.");
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 == "AMAZON") {
if(!isnull(res = isrpmvuln(pkg:"bind", rpm:"bind~9.8.2~0.30.rc1.39.amzn1", rls:"AMAZON"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"bind-chroot", rpm:"bind-chroot~9.8.2~0.30.rc1.39.amzn1", rls:"AMAZON"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"bind-debuginfo", rpm:"bind-debuginfo~9.8.2~0.30.rc1.39.amzn1", rls:"AMAZON"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"bind-devel", rpm:"bind-devel~9.8.2~0.30.rc1.39.amzn1", rls:"AMAZON"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"bind-libs", rpm:"bind-libs~9.8.2~0.30.rc1.39.amzn1", rls:"AMAZON"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"bind-sdb", rpm:"bind-sdb~9.8.2~0.30.rc1.39.amzn1", rls:"AMAZON"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"bind-utils", rpm:"bind-utils~9.8.2~0.30.rc1.39.amzn1", rls:"AMAZON"))) {
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