<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for bind</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2020:1701-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2020-10-20T04:20:51Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2020-10-20T04:20:51Z</InitialReleaseDate>
    <CurrentReleaseDate>2020-10-20T04:20:51Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for bind</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">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 &lt;value&gt;' did not limit the number of saved files to &lt;value&gt;.
- 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.

This update was imported from the SUSE:SLE-15:Update update project.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">openSUSE-2020-1701</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      <Description>E-Mail link for openSUSE-SU-2020:1701-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1100369</URL>
      <Description>SUSE Bug 1100369</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1109160</URL>
      <Description>SUSE Bug 1109160</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1118367</URL>
      <Description>SUSE Bug 1118367</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1118368</URL>
      <Description>SUSE Bug 1118368</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1128220</URL>
      <Description>SUSE Bug 1128220</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1156205</URL>
      <Description>SUSE Bug 1156205</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1157051</URL>
      <Description>SUSE Bug 1157051</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1161168</URL>
      <Description>SUSE Bug 1161168</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1170667</URL>
      <Description>SUSE Bug 1170667</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1170713</URL>
      <Description>SUSE Bug 1170713</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1171313</URL>
      <Description>SUSE Bug 1171313</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1171740</URL>
      <Description>SUSE Bug 1171740</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1172958</URL>
      <Description>SUSE Bug 1172958</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173307</URL>
      <Description>SUSE Bug 1173307</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173311</URL>
      <Description>SUSE Bug 1173311</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173983</URL>
      <Description>SUSE Bug 1173983</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1175443</URL>
      <Description>SUSE Bug 1175443</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1176092</URL>
      <Description>SUSE Bug 1176092</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1176674</URL>
      <Description>SUSE Bug 1176674</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/906079</URL>
      <Description>SUSE Bug 906079</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-3136/</URL>
      <Description>SUSE CVE CVE-2017-3136 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-5741/</URL>
      <Description>SUSE CVE CVE-2018-5741 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-6477/</URL>
      <Description>SUSE CVE CVE-2019-6477 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8616/</URL>
      <Description>SUSE CVE CVE-2020-8616 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8617/</URL>
      <Description>SUSE CVE CVE-2020-8617 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8618/</URL>
      <Description>SUSE CVE CVE-2020-8618 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8619/</URL>
      <Description>SUSE CVE CVE-2020-8619 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8620/</URL>
      <Description>SUSE CVE CVE-2020-8620 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8621/</URL>
      <Description>SUSE CVE CVE-2020-8621 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8622/</URL>
      <Description>SUSE CVE CVE-2020-8622 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8623/</URL>
      <Description>SUSE CVE CVE-2020-8623 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8624/</URL>
      <Description>SUSE CVE CVE-2020-8624 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="openSUSE Leap 15.1">
      <Branch Type="Product Name" Name="openSUSE Leap 15.1">
        <FullProductName ProductID="openSUSE Leap 15.1" CPE="cpe:/o:opensuse:leap:15.1">openSUSE Leap 15.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="bind-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="bind-9.16.6-lp151.11.9.1">bind-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-chrootenv-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="bind-chrootenv-9.16.6-lp151.11.9.1">bind-chrootenv-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-devel-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="bind-devel-9.16.6-lp151.11.9.1">bind-devel-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-devel-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="bind-devel-32bit-9.16.6-lp151.11.9.1">bind-devel-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-doc-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="bind-doc-9.16.6-lp151.11.9.1">bind-doc-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-utils-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="bind-utils-9.16.6-lp151.11.9.1">bind-utils-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbind9-1600-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libbind9-1600-9.16.6-lp151.11.9.1">libbind9-1600-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbind9-1600-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libbind9-1600-32bit-9.16.6-lp151.11.9.1">libbind9-1600-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdns1605-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libdns1605-9.16.6-lp151.11.9.1">libdns1605-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdns1605-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libdns1605-32bit-9.16.6-lp151.11.9.1">libdns1605-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs-devel-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libirs-devel-9.16.6-lp151.11.9.1">libirs-devel-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs1601-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libirs1601-9.16.6-lp151.11.9.1">libirs1601-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs1601-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libirs1601-32bit-9.16.6-lp151.11.9.1">libirs1601-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisc1606-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libisc1606-9.16.6-lp151.11.9.1">libisc1606-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisc1606-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libisc1606-32bit-9.16.6-lp151.11.9.1">libisc1606-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccc1600-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libisccc1600-9.16.6-lp151.11.9.1">libisccc1600-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccc1600-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libisccc1600-32bit-9.16.6-lp151.11.9.1">libisccc1600-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccfg1600-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libisccfg1600-9.16.6-lp151.11.9.1">libisccfg1600-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccfg1600-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libisccfg1600-32bit-9.16.6-lp151.11.9.1">libisccfg1600-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libns1604-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libns1604-9.16.6-lp151.11.9.1">libns1604-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libns1604-32bit-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="libns1604-32bit-9.16.6-lp151.11.9.1">libns1604-32bit-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libuv-devel-1.18.0-lp151.3.3.1">
      <FullProductName ProductID="libuv-devel-1.18.0-lp151.3.3.1">libuv-devel-1.18.0-lp151.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libuv1-1.18.0-lp151.3.3.1">
      <FullProductName ProductID="libuv1-1.18.0-lp151.3.3.1">libuv1-1.18.0-lp151.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libuv1-32bit-1.18.0-lp151.3.3.1">
      <FullProductName ProductID="libuv1-32bit-1.18.0-lp151.3.3.1">libuv1-32bit-1.18.0-lp151.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-bind-9.16.6-lp151.11.9.1">
      <FullProductName ProductID="python3-bind-9.16.6-lp151.11.9.1">python3-bind-9.16.6-lp151.11.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysuser-shadow-2.0-lp151.4.3.1">
      <FullProductName ProductID="sysuser-shadow-2.0-lp151.4.3.1">sysuser-shadow-2.0-lp151.4.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sysuser-tools-2.0-lp151.4.3.1">
      <FullProductName ProductID="sysuser-tools-2.0-lp151.4.3.1">sysuser-tools-2.0-lp151.4.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="bind-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1">bind-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1">bind-chrootenv-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1">bind-devel-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1">bind-devel-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1">bind-doc-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1">bind-utils-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1">libbind9-1600-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1">libbind9-1600-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1">libdns1605-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1">libdns1605-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1">libirs-devel-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1">libirs1601-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1">libirs1601-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1">libisc1606-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1">libisc1606-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1">libisccc1600-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1">libisccc1600-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1">libisccfg1600-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1">libisccfg1600-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1">libns1604-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-32bit-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1">libns1604-32bit-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libuv-devel-1.18.0-lp151.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1">libuv-devel-1.18.0-lp151.3.3.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libuv1-1.18.0-lp151.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1">libuv1-1.18.0-lp151.3.3.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libuv1-32bit-1.18.0-lp151.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1">libuv1-32bit-1.18.0-lp151.3.3.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-lp151.11.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1">python3-bind-9.16.6-lp151.11.9.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysuser-shadow-2.0-lp151.4.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1">sysuser-shadow-2.0-lp151.4.3.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="sysuser-tools-2.0-lp151.4.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.1">
      <FullProductName ProductID="openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1">sysuser-tools-2.0-lp151.4.3.1 as a component of openSUSE Leap 15.1</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A query with a specific set of characteristics could cause a server using DNS64 to encounter an assertion failure and terminate. An attacker could deliberately construct a query, enabling denial-of-service against a server if it was configured to use the DNS64 feature and other preconditions were met. Affects BIND 9.8.0 -&gt; 9.8.8-P1, 9.9.0 -&gt; 9.9.9-P6, 9.9.10b1-&gt;9.9.10rc1, 9.10.0 -&gt; 9.10.4-P6, 9.10.5b1-&gt;9.10.5rc1, 9.11.0 -&gt; 9.11.0-P3, 9.11.1b1-&gt;9.11.1rc1, 9.9.3-S1 -&gt; 9.9.9-S8.</Note>
    </Notes>
    <CVE>CVE-2017-3136</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.6</BaseScore>
        <Vector>AV:N/AC:H/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-3136.html</URL>
        <Description>CVE-2017-3136</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1018700</URL>
        <Description>SUSE Bug 1018700</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1018701</URL>
        <Description>SUSE Bug 1018701</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1018702</URL>
        <Description>SUSE Bug 1018702</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1024130</URL>
        <Description>SUSE Bug 1024130</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1033461</URL>
        <Description>SUSE Bug 1033461</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1033466</URL>
        <Description>SUSE Bug 1033466</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1081545</URL>
        <Description>SUSE Bug 1081545</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">To provide fine-grained controls over the ability to use Dynamic DNS (DDNS) to update records in a zone, BIND 9 provides a feature called update-policy. Various rules can be configured to limit the types of updates that can be performed by a client, depending on the key used when sending the update request. Unfortunately, some rule types were not initially documented, and when documentation for them was added to the Administrator Reference Manual (ARM) in change #3112, the language that was added to the ARM at that time incorrectly described the behavior of two rule types, krb5-subdomain and ms-subdomain. This incorrect documentation could mislead operators into believing that policies they had configured were more restrictive than they actually were. This affects BIND versions prior to BIND 9.11.5 and BIND 9.12.3.</Note>
    </Notes>
    <CVE>CVE-2018-5741</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:N/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-5741.html</URL>
        <Description>CVE-2018-5741</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1109160</URL>
        <Description>SUSE Bug 1109160</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1171740</URL>
        <Description>SUSE Bug 1171740</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">With pipelining enabled each incoming query on a TCP connection requires a similar resource allocation to a query received via UDP or via TCP without pipelining enabled. A client using a TCP-pipelined connection to a server could consume more resources than the server has been provisioned to handle. When a TCP connection with a large number of pipelined queries is closed, the load on the server releasing these multiple resources can cause it to become unresponsive, even for queries that can be answered authoritatively or from cache. (This is most likely to be perceived as an intermittent server problem).</Note>
    </Notes>
    <CVE>CVE-2019-6477</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-6477.html</URL>
        <Description>CVE-2019-6477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1157051</URL>
        <Description>SUSE Bug 1157051</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1197136</URL>
        <Description>SUSE Bug 1197136</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A malicious actor who intentionally exploits this lack of effective limitation on the number of fetches performed when processing referrals can, through the use of specially crafted referrals, cause a recursing server to issue a very large number of fetches in an attempt to process the referral. This has at least two potential effects: The performance of the recursing server can potentially be degraded by the additional work required to perform these fetches, and The attacker can exploit this behavior to use the recursing server as a reflector in a reflection attack with a high amplification factor.</Note>
    </Notes>
    <CVE>CVE-2020-8616</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8616.html</URL>
        <Description>CVE-2020-8616</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1109160</URL>
        <Description>SUSE Bug 1109160</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1171740</URL>
        <Description>SUSE Bug 1171740</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Using a specially-crafted message, an attacker may potentially cause a BIND server to reach an inconsistent state if the attacker knows (or successfully guesses) the name of a TSIG key used by the server. Since BIND, by default, configures a local session key even on servers whose configuration does not otherwise make use of it, almost all current BIND servers are vulnerable. In releases of BIND dating from March 2018 and after, an assertion check in tsig.c detects this inconsistent state and deliberately exits. Prior to the introduction of the check the server would continue operating in an inconsistent state, with potentially harmful results.</Note>
    </Notes>
    <CVE>CVE-2020-8617</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8617.html</URL>
        <Description>CVE-2020-8617</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1109160</URL>
        <Description>SUSE Bug 1109160</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1171740</URL>
        <Description>SUSE Bug 1171740</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An attacker who is permitted to send zone data to a server via zone transfer can exploit this to intentionally trigger the assertion failure with a specially constructed zone, denying service to clients.</Note>
    </Notes>
    <CVE>CVE-2020-8618</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8618.html</URL>
        <Description>CVE-2020-8618</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172958</URL>
        <Description>SUSE Bug 1172958</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In ISC BIND9 versions BIND 9.11.14 -&gt; 9.11.19, BIND 9.14.9 -&gt; 9.14.12, BIND 9.16.0 -&gt; 9.16.3, BIND Supported Preview Edition 9.11.14-S1 -&gt; 9.11.19-S1: Unless a nameserver is providing authoritative service for one or more zones and at least one zone contains an empty non-terminal entry containing an asterisk ("*") character, this defect cannot be encountered. A would-be attacker who is allowed to change zone content could theoretically introduce such a record in order to exploit this condition to cause denial of service, though we consider the use of this vector unlikely because any such attack would require a significant privilege level and be easily traceable.</Note>
    </Notes>
    <CVE>CVE-2020-8619</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8619.html</URL>
        <Description>CVE-2020-8619</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172958</URL>
        <Description>SUSE Bug 1172958</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In BIND 9.15.6 -&gt; 9.16.5, 9.17.0 -&gt; 9.17.3, An attacker who can establish a TCP connection with the server and send data on that connection can exploit this to trigger the assertion failure, causing the server to exit.</Note>
    </Notes>
    <CVE>CVE-2020-8620</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8620.html</URL>
        <Description>CVE-2020-8620</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1175443</URL>
        <Description>SUSE Bug 1175443</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1191120</URL>
        <Description>SUSE Bug 1191120</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In BIND 9.14.0 -&gt; 9.16.5, 9.17.0 -&gt; 9.17.3, If a server is configured with both QNAME minimization and 'forward first' then an attacker who can send queries to it may be able to trigger the condition that will cause the server to crash. Servers that 'forward only' are not affected.</Note>
    </Notes>
    <CVE>CVE-2020-8621</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8621.html</URL>
        <Description>CVE-2020-8621</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1175443</URL>
        <Description>SUSE Bug 1175443</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1191120</URL>
        <Description>SUSE Bug 1191120</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In BIND 9.0.0 -&gt; 9.11.21, 9.12.0 -&gt; 9.16.5, 9.17.0 -&gt; 9.17.3, also affects 9.9.3-S1 -&gt; 9.11.21-S1 of the BIND 9 Supported Preview Edition, An attacker on the network path for a TSIG-signed request, or operating the server receiving the TSIG-signed request, could send a truncated response to that request, triggering an assertion failure, causing the server to exit. Alternately, an off-path attacker would have to correctly guess when a TSIG-signed request was sent, along with other characteristics of the packet and message, and spoof a truncated response to trigger an assertion failure, causing the server to exit.</Note>
    </Notes>
    <CVE>CVE-2020-8622</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8622.html</URL>
        <Description>CVE-2020-8622</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1175443</URL>
        <Description>SUSE Bug 1175443</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1188888</URL>
        <Description>SUSE Bug 1188888</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1191120</URL>
        <Description>SUSE Bug 1191120</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In BIND 9.10.0 -&gt; 9.11.21, 9.12.0 -&gt; 9.16.5, 9.17.0 -&gt; 9.17.3, also affects 9.10.5-S1 -&gt; 9.11.21-S1 of the BIND 9 Supported Preview Edition, An attacker that can reach a vulnerable system with a specially crafted query packet can trigger a crash. To be vulnerable, the system must: * be running BIND that was built with "--enable-native-pkcs11" * be signing one or more zones with an RSA key * be able to receive queries from a possible attacker</Note>
    </Notes>
    <CVE>CVE-2020-8623</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8623.html</URL>
        <Description>CVE-2020-8623</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1175443</URL>
        <Description>SUSE Bug 1175443</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1191120</URL>
        <Description>SUSE Bug 1191120</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="12">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In BIND 9.9.12 -&gt; 9.9.13, 9.10.7 -&gt; 9.10.8, 9.11.3 -&gt; 9.11.21, 9.12.1 -&gt; 9.16.5, 9.17.0 -&gt; 9.17.3, also affects 9.9.12-S1 -&gt; 9.9.13-S1, 9.11.3-S1 -&gt; 9.11.21-S1 of the BIND 9 Supported Preview Edition, An attacker who has been granted privileges to change a specific subset of the zone's content could abuse these unintended additional privileges to update other contents of the zone.</Note>
    </Notes>
    <CVE>CVE-2020-8624</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.1:bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-chrootenv-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-doc-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:bind-utils-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libbind9-1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libdns1605-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs-devel-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libirs1601-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisc1606-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccc1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libisccfg1600-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-32bit-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libns1604-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv-devel-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:libuv1-32bit-1.18.0-lp151.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:python3-bind-9.16.6-lp151.11.9.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-shadow-2.0-lp151.4.3.1</ProductID>
        <ProductID>openSUSE Leap 15.1:sysuser-tools-2.0-lp151.4.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:N/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5DSIJXYG3NFNRGFIFTMKBYDE6QWREQSP/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8624.html</URL>
        <Description>CVE-2020-8624</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1175443</URL>
        <Description>SUSE Bug 1175443</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1191120</URL>
        <Description>SUSE Bug 1191120</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
