Isc Bind vulnerabilities
172 known vulnerabilities affecting isc/bind.
Total CVEs
172
CISA KEV
0
Public exploits
15
Exploited in wild
2
Severity breakdown
CRITICAL8HIGH83MEDIUM75LOW6
Vulnerabilities
Page 3 of 9
CVE-2020-8616HIGHCVSS 8.6≥ 9.0.0, ≤ 9.11.18≥ 9.12.0, ≤ 9.12.4+14 more2020-05-19
CVE-2020-8616 [HIGH] CWE-400 CVE-2020-8616: A malicious actor who intentionally exploits this lack of effective limitation on the number of fetc
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 o
nvd
CVE-2020-8617MEDIUMCVSS 5.9PoC≥ 9.0.0, ≤ 9.11.18≥ 9.12.0, ≤ 9.12.4+14 more2020-05-19
CVE-2020-8617 [HIGH] CWE-617 CVE-2020-8617: Using a specially-crafted message, an attacker may potentially cause a BIND server to reach an incon
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
nvd
CVE-2019-6477HIGHCVSS 7.5≥ 9.11.7, ≤ 9.11.12≥ 9.14.1, ≤ 9.14.7+5 more2019-11-26
CVE-2019-6477 [HIGH] CWE-400 CVE-2019-6477: With pipelining enabled each incoming query on a TCP connection requires a similar resource allocati
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
nvd
CVE-2013-5661MEDIUMCVSS 5.9≥ 9.8.0, ≤ 9.9.02019-11-05
CVE-2013-5661 [MEDIUM] CWE-290 CVE-2013-5661: Cache Poisoning issue exists in DNS Response Rate Limiting.
Cache Poisoning issue exists in DNS Response Rate Limiting.
nvd
CVE-2018-5742HIGHCVSS 7.5≥ 9.9.4-65, ≤ 9.9.4-722019-10-30
CVE-2018-5742 [HIGH] CWE-617 CVE-2018-5742: While backporting a feature for a newer branch of BIND9, RedHat introduced a path leading to an asse
While backporting a feature for a newer branch of BIND9, RedHat introduced a path leading to an assertion failure in buffer.c:420. Affects RedHat versions bind-9.9.4-65.el7 -> bind-9.9.4-72.el7. No ISC releases are affected. Other packages from other distributions who made the same error may also be affected.
nvd
CVE-2019-6476HIGHCVSS 7.5≥ 9.14.0, ≤ 9.14.6≥ 9.15.0, ≤ 9.15.42019-10-17
CVE-2019-6476 [MEDIUM] CWE-617 CVE-2019-6476: A defect in code added to support QNAME minimization can cause named to exit with an assertion failu
A defect in code added to support QNAME minimization can cause named to exit with an assertion failure if a forwarder returns a referral rather than resolving the query. This affects BIND versions 9.14.0 up to 9.14.6, and 9.15.0 up to 9.15.4.
nvd
CVE-2019-6475HIGHCVSS 7.5≥ 9.14.0, ≤ 9.14.6≥ 9.15.0, ≤ 9.15.42019-10-17
CVE-2019-6475 [MEDIUM] CWE-345 CVE-2019-6475: Mirror zones are a BIND feature allowing recursive servers to pre-cache zone data provided by other
Mirror zones are a BIND feature allowing recursive servers to pre-cache zone data provided by other servers. A mirror zone is similar to a zone of type secondary, except that its data is subject to DNSSEC validation before being used in answers, as if it had been looked up via traditional recursion, and when mirror zone data cannot be validated, BIND f
nvd
CVE-2018-5744HIGHCVSS 7.5≥ 9.10.7, < 9.10.8≥ 9.11.3, < 9.11.5+6 more2019-10-09
CVE-2018-5744 [HIGH] CWE-772 CVE-2018-5744: A failure to free memory can occur when processing messages having a specific combination of EDNS op
A failure to free memory can occur when processing messages having a specific combination of EDNS options. Versions affected are: BIND 9.10.7 -> 9.10.8-P1, 9.11.3 -> 9.11.5-P1, 9.12.0 -> 9.12.3-P1, and versions 9.10.7-S1 -> 9.11.5-S3 of BIND 9 Supported Preview Edition. Versions 9.13.0 -> 9.13.6 of the 9.13 development branch are also affected.
nvd
CVE-2019-6468HIGHCVSS 7.5v9.10.5v9.11.52019-10-09
CVE-2019-6468 [HIGH] CWE-617 CVE-2019-6468: In BIND Supported Preview Edition, an error in the nxdomain-redirect feature can occur in versions w
In BIND Supported Preview Edition, an error in the nxdomain-redirect feature can occur in versions which support EDNS Client Subnet (ECS) features. In those versions which have ECS support, enabling nxdomain-redirect is likely to lead to BIND exiting due to assertion failure. Versions affected: BIND Supported Preview Edition version 9.10.5-S1 -> 9.11.5-
nvd
CVE-2018-5743HIGHCVSS 7.5≥ 9.9.0, ≤ 9.10.8≥ 9.11.0, ≤ 9.11.6+6 more2019-10-09
CVE-2018-5743 [HIGH] CWE-770 CVE-2018-5743: By design, BIND is intended to limit the number of TCP clients that can be connected at any given ti
By design, BIND is intended to limit the number of TCP clients that can be connected at any given time. The number of allowed connections is a tunable parameter which, if unset, defaults to a conservative value for most servers. Unfortunately, the code which was intended to limit the number of simultaneous connections contained an error which could be e
nvd
CVE-2019-6469HIGHCVSS 7.5v9.10.5v9.11.62019-10-09
CVE-2019-6469 [HIGH] CWE-617 CVE-2019-6469: An error in the EDNS Client Subnet (ECS) feature for recursive resolvers can cause BIND to exit with
An error in the EDNS Client Subnet (ECS) feature for recursive resolvers can cause BIND to exit with an assertion failure when processing a response that has malformed RRSIGs. Versions affected: BIND 9.10.5-S1 -> 9.11.6-S1 of BIND 9 Supported Preview Edition.
nvd
CVE-2019-6467HIGHCVSS 7.5≥ 9.12.0, ≤ 9.12.4≥ 9.13.0, ≤ 9.13.7+1 more2019-10-09
CVE-2019-6467 [HIGH] CWE-617 CVE-2019-6467: A programming error in the nxdomain-redirect feature can cause an assertion failure in query.c if th
A programming error in the nxdomain-redirect feature can cause an assertion failure in query.c if the alternate namespace used by nxdomain-redirect is a descendant of a zone that is served locally. The most likely scenario where this might occur is if the server, in addition to performing NXDOMAIN redirection for recursive clients, is also serving a loc
nvd
CVE-2019-6471MEDIUMCVSS 5.9≥ 9.11.0, ≤ 9.11.7≥ 9.12.0, ≤ 9.12.3+6 more2019-10-09
CVE-2019-6471 [MEDIUM] CWE-362 CVE-2019-6471: A race condition which may occur when discarding malformed packets can result in BIND exiting due to
A race condition which may occur when discarding malformed packets can result in BIND exiting due to a REQUIRE assertion failure in dispatch.c. Versions affected: BIND 9.11.0 -> 9.11.7, 9.12.0 -> 9.12.4-P1, 9.14.0 -> 9.14.2. Also all releases of the BIND 9.13 development branch and version 9.15.0 of the BIND 9.15 development branch and BIND Supported
nvd
CVE-2018-5745MEDIUMCVSS 4.9≥ 9.9.0, ≤ 9.10.7≥ 9.11.0, ≤ 9.11.4+7 more2019-10-09
CVE-2018-5745 [MEDIUM] CWE-327 CVE-2018-5745: "managed-keys" is a feature which allows a BIND resolver to automatically maintain the keys used by
"managed-keys" is a feature which allows a BIND resolver to automatically maintain the keys used by trust anchors which operators configure for use in DNSSEC validation. Due to an error in the managed-keys feature it is possible for a BIND server which uses managed-keys to exit due to an assertion failure if, during key rollover, a trust anchor's keys
nvd
CVE-2019-6465MEDIUMCVSS 5.3≥ 9.9.0, ≤ 9.10.7≥ 9.11.0, ≤ 9.11.4+6 more2019-10-09
CVE-2019-6465 [MEDIUM] CWE-732 CVE-2019-6465: Controls for zone transfers may not be properly applied to Dynamically Loadable Zones (DLZs) if the
Controls for zone transfers may not be properly applied to Dynamically Loadable Zones (DLZs) if the zones are writable Versions affected: BIND 9.9.0 -> 9.10.8-P1, 9.11.0 -> 9.11.5-P2, 9.12.0 -> 9.12.3-P2, and versions 9.9.3-S1 -> 9.11.5-S3 of BIND 9 Supported Preview Edition. Versions 9.13.0 -> 9.13.6 of the 9.13 development branch are also affected. V
nvd
CVE-2017-3141HIGHCVSS 7.8PoC≥ 9.2.6, ≤ 9.2.9≥ 9.3.2, ≤ 9.3.6+6 more2019-01-16
CVE-2017-3141 [HIGH] CWE-428 CVE-2017-3141: The BIND installer on Windows uses an unquoted service path which can enable a local user to achieve
The BIND installer on Windows uses an unquoted service path which can enable a local user to achieve privilege escalation if the host file system permissions allow this. Affects BIND 9.2.6-P2->9.2.9, 9.3.2-P1->9.3.6, 9.4.0->9.8.8, 9.9.0->9.9.10, 9.10.0->9.10.5, 9.11.0->9.11.1, 9.9.3-S1->9.9.10-S1, 9.10.5-S1.
nvd
CVE-2017-3137HIGHCVSS 7.5v9.9.9v9.9.10+4 more2019-01-16
CVE-2017-3137 [HIGH] CWE-617 CVE-2017-3137: Mistaken assumptions about the ordering of records in the answer section of a response containing CN
Mistaken assumptions about the ordering of records in the answer section of a response containing CNAME or DNAME resource records could lead to a situation in which named would exit with an assertion failure when processing a response in which records occurred in an unusual order. Affects BIND 9.9.9-P6, 9.9.10b1->9.9.10rc1, 9.10.4-P6, 9.10.5b1->9.10.5rc
nvd
CVE-2018-5737HIGHCVSS 7.5v9.12.0v9.12.12019-01-16
CVE-2018-5737 [MEDIUM] CWE-617 CVE-2018-5737: A problem with the implementation of the new serve-stale feature in BIND 9.12 can lead to an asserti
A problem with the implementation of the new serve-stale feature in BIND 9.12 can lead to an assertion failure in rbtdb.c, even when stale-answer-enable is off. Additionally, problematic interaction between the serve-stale feature and NSEC aggressive negative caching can in some cases cause undesirable behavior from named, such as a recursion loop or
nvd
CVE-2018-5734HIGHCVSS 7.5v9.10.5v9.10.62019-01-16
CVE-2018-5734 [HIGH] CWE-617 CVE-2018-5734: While handling a particular type of malformed packet BIND erroneously selects a SERVFAIL rcode inste
While handling a particular type of malformed packet BIND erroneously selects a SERVFAIL rcode instead of a FORMERR rcode. If the receiving view has the SERVFAIL cache feature enabled, this can trigger an assertion failure in badcache.c when the request doesn't contain all of the expected information. Affects BIND 9.10.5-S1 to 9.10.5-S4, 9.10.6-S1, 9.10
nvd
CVE-2017-3145HIGHCVSS 7.5≥ 9.4.0, ≤ 9.8.8≥ 9.9.0, ≤ 9.9.11+7 more2019-01-16
CVE-2017-3145 [HIGH] CWE-416 CVE-2017-3145: BIND was improperly sequencing cleanup operations on upstream recursion fetch contexts, leading in s
BIND was improperly sequencing cleanup operations on upstream recursion fetch contexts, leading in some cases to a use-after-free error that can trigger an assertion failure and crash in named. Affects BIND 9.0.0 to 9.8.x, 9.9.0 to 9.9.11, 9.10.0 to 9.10.6, 9.11.0 to 9.11.2, 9.9.3-S1 to 9.9.11-S1, 9.10.5-S1 to 9.10.6-S1, 9.12.0a1 to 9.12.0rc1.
nvd