Lucene search

K
nessusThis script is Copyright (C) 2020-2022 and is owned by Tenable, Inc. or an Affiliate thereof.SUSE_SU-2020-2914-1.NASL
HistoryDec 09, 2020 - 12:00 a.m.

SUSE SLED15 / SLES15 Security Update : bind (SUSE-SU-2020:2914-1)

2020-12-0900:00:00
This script is Copyright (C) 2020-2022 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
63

This update for bind fixes the following issues :

BIND was upgraded to version 9.16.6 :

Note :

bind is now more strict in regards to DNSSEC. If queries are not working, check for DNSSEC issues. For instance, if bind is used in a namserver forwarder chain, the forwarding DNS servers must support DNSSEC.

Fixing security issues :

CVE-2020-8616: Further limit the number of queries that can be triggered from a request. Root and TLD servers are no longer exempt from max-recursion-queries. Fetches for missing name server.
(bsc#1171740) Address records are limited to 4 for any domain.

CVE-2020-8617: Replaying a TSIG BADTIME response as a request could trigger an assertion failure. (bsc#1171740)

CVE-2019-6477: Fixed an issue where TCP-pipelined queries could bypass the tcp-clients limit (bsc#1157051).

CVE-2018-5741: Fixed the documentation (bsc#1109160).

CVE-2020-8618: It was possible to trigger an INSIST when determining whether a record would fit into a TCP message buffer (bsc#1172958).

CVE-2020-8619: It was possible to trigger an INSIST in lib/dns/rbtdb.c:new_reference() with a particular zone content and query patterns (bsc#1172958).

CVE-2020-8624: ‘update-policy’ rules of type ‘subdomain’ were incorrectly treated as ‘zonesub’ rules, which allowed keys used in ‘subdomain’ rules to update names outside of the specified subdomains.
The problem was fixed by making sure ‘subdomain’ rules are again processed as described in the ARM (bsc#1175443).

CVE-2020-8623: When BIND 9 was compiled with native PKCS#11 support, it was possible to trigger an assertion failure in code determining the number of bits in the PKCS#11 RSA public key with a specially crafted packet (bsc#1175443).

CVE-2020-8621: named could crash in certain query resolution scenarios where QNAME minimization and forwarding were both enabled (bsc#1175443).

CVE-2020-8620: It was possible to trigger an assertion failure by sending a specially crafted large TCP DNS message (bsc#1175443).

CVE-2020-8622: It was possible to trigger an assertion failure when verifying the response to a TSIG-signed request (bsc#1175443).

Other issues fixed :

Add engine support to OpenSSL EdDSA implementation.

Add engine support to OpenSSL ECDSA implementation.

Update PKCS#11 EdDSA implementation to PKCS#11 v3.0.

Warn about AXFR streams with inconsistent message IDs.

Make ISC rwlock implementation the default again.

Fixed issues when using cookie-secrets for AES and SHA2 (bsc#1161168)

Installed the default files in /var/lib/named and created chroot environment on systems using transactional-updates (bsc#1100369, fate#325524)

Fixed an issue where bind was not working in FIPS mode (bsc#906079).

Fixed dependency issues (bsc#1118367 and bsc#1118368).

GeoIP support is now discontinued, now GeoIP2 is used(bsc#1156205).

Fixed an issue with FIPS (bsc#1128220).

The liblwres library is discontinued upstream and is no longer included.

Added service dependency on NTP to make sure the clock is accurate when bind is starts (bsc#1170667, bsc#1170713).

Reject DS records at the zone apex when loading master files. Log but otherwise ignore attempts to add DS records at the zone apex via UPDATE.

The default value of ‘max-stale-ttl’ has been changed from 1 week to 12 hours.

Zone timers are now exported via statistics channel.

The ‘primary’ and ‘secondary’ keywords, when used as parameters for ‘check-names’, were not processed correctly and were being ignored.

‘rndc dnstap -roll <value>’ did not limit the number of saved files to <value>.

Add ‘rndc dnssec -status’ command.

Addressed a couple of situations where named could crash.

Changed /var/lib/named to owner root:named and perms rwxrwxr-t so that named, being a/the only member of the ‘named’ group has full r/w access yet cannot change directories owned by root in the case of a compromized named. [bsc#1173307, bind-chrootenv.conf]

Added ‘/etc/bind.keys’ to NAMED_CONF_INCLUDE_FILES in /etc/sysconfig/named to suppress warning message re missing file (bsc#1173983).

Removed ‘-r /dev/urandom’ from all invocations of rndc-confgen (init/named system/lwresd.init system/named.init in vendor-files) as this option is deprecated and causes rndc-confgen to fail.
(bsc#1173311, bsc#1176674, bsc#1170713)

/usr/bin/genDDNSkey: Removing the use of the -r option in the call of /usr/sbin/dnssec-keygen as BIND now uses the random number functions provided by the crypto library (i.e., OpenSSL or a PKCS#11 provider) as a source of randomness rather than /dev/random. Therefore the -r command line option no longer has any effect on dnssec-keygen. Leaving the option in genDDNSkey as to not break compatibility. Patch provided by Stefan Eisenwiener. [bsc#1171313]

Put libns into a separate subpackage to avoid file conflicts in the libisc subpackage due to different sonums (bsc#1176092).

Require /sbin/start_daemon: both init scripts, the one used in systemd context as well as legacy sysv, make use of start_daemon.

Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.

#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from SUSE update advisory SUSE-SU-2020:2914-1.
# The text itself is copyright (C) SUSE.
#

include('compat.inc');

if (description)
{
  script_id(143842);
  script_version("1.4");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/05/11");

  script_cve_id(
    "CVE-2017-3136",
    "CVE-2018-5741",
    "CVE-2019-6477",
    "CVE-2020-8616",
    "CVE-2020-8617",
    "CVE-2020-8618",
    "CVE-2020-8619",
    "CVE-2020-8620",
    "CVE-2020-8621",
    "CVE-2020-8622",
    "CVE-2020-8623",
    "CVE-2020-8624"
  );

  script_name(english:"SUSE SLED15 / SLES15 Security Update : bind (SUSE-SU-2020:2914-1)");

  script_set_attribute(attribute:"synopsis", value:
"The remote SUSE host is missing one or more security updates.");
  script_set_attribute(attribute:"description", value:
"This update for bind fixes the following issues :

BIND was upgraded to version 9.16.6 :

Note :

bind is now more strict in regards to DNSSEC. If queries are not
working, check for DNSSEC issues. For instance, if bind is used in a
namserver forwarder chain, the forwarding DNS servers must support
DNSSEC.

Fixing security issues :

CVE-2020-8616: Further limit the number of queries that can be
triggered from a request. Root and TLD servers are no longer exempt
from max-recursion-queries. Fetches for missing name server.
(bsc#1171740) Address records are limited to 4 for any domain.

CVE-2020-8617: Replaying a TSIG BADTIME response as a request could
trigger an assertion failure. (bsc#1171740)

CVE-2019-6477: Fixed an issue where TCP-pipelined queries could bypass
the tcp-clients limit (bsc#1157051).

CVE-2018-5741: Fixed the documentation (bsc#1109160).

CVE-2020-8618: It was possible to trigger an INSIST when determining
whether a record would fit into a TCP message buffer (bsc#1172958).

CVE-2020-8619: It was possible to trigger an INSIST in
lib/dns/rbtdb.c:new_reference() with a particular zone content and
query patterns (bsc#1172958).

CVE-2020-8624: 'update-policy' rules of type 'subdomain' were
incorrectly treated as 'zonesub' rules, which allowed keys used in
'subdomain' rules to update names outside of the specified subdomains.
The problem was fixed by making sure 'subdomain' rules are again
processed as described in the ARM (bsc#1175443).

CVE-2020-8623: When BIND 9 was compiled with native PKCS#11 support,
it was possible to trigger an assertion failure in code determining
the number of bits in the PKCS#11 RSA public key with a specially
crafted packet (bsc#1175443).

CVE-2020-8621: named could crash in certain query resolution scenarios
where QNAME minimization and forwarding were both enabled
(bsc#1175443).

CVE-2020-8620: It was possible to trigger an assertion failure by
sending a specially crafted large TCP DNS message (bsc#1175443).

CVE-2020-8622: It was possible to trigger an assertion failure when
verifying the response to a TSIG-signed request (bsc#1175443).

Other issues fixed :

Add engine support to OpenSSL EdDSA implementation.

Add engine support to OpenSSL ECDSA implementation.

Update PKCS#11 EdDSA implementation to PKCS#11 v3.0.

Warn about AXFR streams with inconsistent message IDs.

Make ISC rwlock implementation the default again.

Fixed issues when using cookie-secrets for AES and SHA2 (bsc#1161168)

Installed the default files in /var/lib/named and created chroot
environment on systems using transactional-updates (bsc#1100369,
fate#325524)

Fixed an issue where bind was not working in FIPS mode (bsc#906079).

Fixed dependency issues (bsc#1118367 and bsc#1118368).

GeoIP support is now discontinued, now GeoIP2 is used(bsc#1156205).

Fixed an issue with FIPS (bsc#1128220).

The liblwres library is discontinued upstream and is no longer
included.

Added service dependency on NTP to make sure the clock is accurate
when bind is starts (bsc#1170667, bsc#1170713).

Reject DS records at the zone apex when loading master files. Log but
otherwise ignore attempts to add DS records at the zone apex via
UPDATE.

The default value of 'max-stale-ttl' has been changed from 1 week to
12 hours.

Zone timers are now exported via statistics channel.

The 'primary' and 'secondary' keywords, when used as parameters for
'check-names', were not processed correctly and were being ignored.

'rndc dnstap -roll <value>' did not limit the number of saved files to
<value>.

Add 'rndc dnssec -status' command.

Addressed a couple of situations where named could crash.

Changed /var/lib/named to owner root:named and perms rwxrwxr-t so that
named, being a/the only member of the 'named' group has full r/w
access yet cannot change directories owned by root in the case of a
compromized named. [bsc#1173307, bind-chrootenv.conf]

Added '/etc/bind.keys' to NAMED_CONF_INCLUDE_FILES in
/etc/sysconfig/named to suppress warning message re missing file
(bsc#1173983).

Removed '-r /dev/urandom' from all invocations of rndc-confgen
(init/named system/lwresd.init system/named.init in vendor-files) as
this option is deprecated and causes rndc-confgen to fail.
(bsc#1173311, bsc#1176674, bsc#1170713)

/usr/bin/genDDNSkey: Removing the use of the -r option in the call of
/usr/sbin/dnssec-keygen as BIND now uses the random number functions
provided by the crypto library (i.e., OpenSSL or a PKCS#11 provider)
as a source of randomness rather than /dev/random. Therefore the -r
command line option no longer has any effect on dnssec-keygen. Leaving
the option in genDDNSkey as to not break compatibility. Patch provided
by Stefan Eisenwiener. [bsc#1171313]

Put libns into a separate subpackage to avoid file conflicts in the
libisc subpackage due to different sonums (bsc#1176092).

Require /sbin/start_daemon: both init scripts, the one used in systemd
context as well as legacy sysv, make use of start_daemon.

Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues.");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1100369");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1109160");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1118367");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1118368");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1128220");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1156205");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1157051");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1161168");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1170667");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1170713");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1171313");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1171740");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1172958");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1173307");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1173311");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1173983");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1175443");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1176092");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1176674");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=906079");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2017-3136/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2018-5741/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2019-6477/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8616/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8617/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8618/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8619/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8620/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8621/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8622/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8623/");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2020-8624/");
  # https://www.suse.com/support/update/announcement/2020/suse-su-20202914-1
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?472daf12");
  script_set_attribute(attribute:"solution", value:
"To install this SUSE Security Update use the SUSE recommended
installation methods like YaST online_update or 'zypper patch'.

Alternatively you can run the command listed for your product :

SUSE Linux Enterprise Server for SAP 15 :

zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-2020-2914=1

SUSE Linux Enterprise Server 15-LTSS :

zypper in -t patch SUSE-SLE-Product-SLES-15-2020-2914=1

SUSE Linux Enterprise Module for Server Applications 15-SP2 :

zypper in -t patch
SUSE-SLE-Module-Server-Applications-15-SP2-2020-2914=1

SUSE Linux Enterprise Module for Server Applications 15-SP1 :

zypper in -t patch
SUSE-SLE-Module-Server-Applications-15-SP1-2020-2914=1

SUSE Linux Enterprise Module for Development Tools 15-SP2 :

zypper in -t patch
SUSE-SLE-Module-Development-Tools-15-SP2-2020-2914=1

SUSE Linux Enterprise Module for Basesystem 15-SP2 :

zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP2-2020-2914=1

SUSE Linux Enterprise Module for Basesystem 15-SP1 :

zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP1-2020-2914=1

SUSE Linux Enterprise High Performance Computing 15-LTSS :

zypper in -t patch SUSE-SLE-Product-HPC-15-2020-2914=1

SUSE Linux Enterprise High Performance Computing 15-ESPOS :

zypper in -t patch SUSE-SLE-Product-HPC-15-2020-2914=1");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:N/I:P/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:POC/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:H/A:N");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2020-8624");
  script_set_attribute(attribute:"cvss3_score_source", value:"CVE-2018-5741");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2019/01/16");
  script_set_attribute(attribute:"patch_publication_date", value:"2020/10/13");
  script_set_attribute(attribute:"plugin_publication_date", value:"2020/12/09");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:bind");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:bind-chrootenv");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:bind-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:bind-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:bind-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:bind-utils");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:bind-utils-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libbind9");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libbind9-1600-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libdns1605");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libdns1605-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libirs-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libirs1601");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libirs1601-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libisc1606");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libisc1606-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libisccc1600");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libisccc1600-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libisccfg1600");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libisccfg1600-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libns1604");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libns1604-debuginfo");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:15");
  script_set_attribute(attribute:"generated_plugin", value:"current");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"SuSE Local Security Checks");

  script_copyright(english:"This script is Copyright (C) 2020-2022 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/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/SuSE/release");
if (isnull(release) || release !~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "SUSE");
os_ver = pregmatch(pattern: "^(SLE(S|D)\d+)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "SUSE");
os_ver = os_ver[1];
if (! preg(pattern:"^(SLED15|SLES15)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED15 / SLES15", "SUSE " + os_ver);

if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);

cpu = get_kb_item("Host/cpu");
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SUSE " + os_ver, cpu);

sp = get_kb_item("Host/SuSE/patchlevel");
if (isnull(sp)) sp = "0";
if (os_ver == "SLES15" && (! preg(pattern:"^(0|1|2)$", string:sp))) audit(AUDIT_OS_NOT, "SLES15 SP0/1/2", os_ver + " SP" + sp);
if (os_ver == "SLED15" && (! preg(pattern:"^(1|2)$", string:sp))) audit(AUDIT_OS_NOT, "SLED15 SP1/2", os_ver + " SP" + sp);


flag = 0;
if (rpm_check(release:"SLES15", sp:"1", reference:"bind-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"bind-chrootenv-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"bind-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"bind-debugsource-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"bind-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"bind-utils-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"bind-utils-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libbind9-1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libbind9-1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libdns1605-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libdns1605-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libirs-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libirs1601-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libirs1601-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libisc1606-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libisc1606-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libisccc1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libisccc1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libisccfg1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libisccfg1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libns1604-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libns1604-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"bind-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"bind-chrootenv-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"bind-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"bind-debugsource-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"bind-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"bind-utils-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"bind-utils-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libbind9-1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libbind9-1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libdns1605-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libdns1605-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libirs-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libirs1601-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libirs1601-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libisc1606-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libisc1606-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libisccc1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libisccc1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libisccfg1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libisccfg1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libns1604-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libns1604-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"bind-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"bind-chrootenv-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"bind-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"bind-debugsource-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"bind-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"bind-utils-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"bind-utils-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libbind9-1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libbind9-1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libdns1605-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libdns1605-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libirs-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libirs1601-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libirs1601-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libisc1606-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libisc1606-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libisccc1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libisccc1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libisccfg1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libisccfg1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libns1604-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libns1604-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"bind-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"bind-debugsource-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"bind-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"bind-utils-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"bind-utils-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libbind9-1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libbind9-1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libdns1605-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libdns1605-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libirs-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libirs1601-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libirs1601-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libisc1606-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libisc1606-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libisccc1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libisccc1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libisccfg1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libisccfg1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libns1604-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"1", reference:"libns1604-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"bind-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"bind-debugsource-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"bind-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"bind-utils-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"bind-utils-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libbind9-1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libbind9-1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libdns1605-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libdns1605-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libirs-devel-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libirs1601-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libirs1601-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libisc1606-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libisc1606-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libisccc1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libisccc1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libisccfg1600-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libisccfg1600-debuginfo-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libns1604-9.16.6-12.32.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libns1604-debuginfo-9.16.6-12.32.1")) 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, "bind");
}
VendorProductVersionCPE
novellsuse_linuxbindp-cpe:/a:novell:suse_linux:bind
novellsuse_linuxbind-chrootenvp-cpe:/a:novell:suse_linux:bind-chrootenv
novellsuse_linuxbind-debuginfop-cpe:/a:novell:suse_linux:bind-debuginfo
novellsuse_linuxbind-debugsourcep-cpe:/a:novell:suse_linux:bind-debugsource
novellsuse_linuxbind-develp-cpe:/a:novell:suse_linux:bind-devel
novellsuse_linuxbind-utilsp-cpe:/a:novell:suse_linux:bind-utils
novellsuse_linuxbind-utils-debuginfop-cpe:/a:novell:suse_linux:bind-utils-debuginfo
novellsuse_linuxlibbind9p-cpe:/a:novell:suse_linux:libbind9
novellsuse_linuxlibbind9-1600-debuginfop-cpe:/a:novell:suse_linux:libbind9-1600-debuginfo
novellsuse_linuxlibdns1605p-cpe:/a:novell:suse_linux:libdns1605
Rows per page:
1-10 of 231

References