mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 01:40:23 -05:00
add CVE-2015-5477
This commit is contained in:
parent
21a25c7db0
commit
3fa6d28ea3
2 changed files with 17 additions and 2 deletions
5
README
5
README
|
|
@ -51,6 +51,11 @@ BIND 9
|
|||
For up-to-date release notes and errata, see
|
||||
http://www.isc.org/software/bind9/releasenotes
|
||||
|
||||
BIND 9.9.8
|
||||
|
||||
BIND 9.9.8 is a maintenance release and addresses bugs
|
||||
found in BIND 9.9.7 and earlier, as well as the security
|
||||
flaws described in CVE-2015-4620 and CVE-2015-5477.
|
||||
|
||||
BIND 9.9.7
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,16 @@
|
|||
<sect2 id="relnotes_security">
|
||||
<title>Security Fixes</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
A specially crafted query could trigger an assertion failure
|
||||
in message.c.
|
||||
</para>
|
||||
<para>
|
||||
This flaw was discovered by Jonathan Foote, and is disclosed
|
||||
in CVE-2015-5477. [RT #39795]
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
On servers configured to perform DNSSEC validation, an
|
||||
|
|
@ -70,7 +80,7 @@
|
|||
them in the build.
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<option>fetches-per-server</option> limits the number of
|
||||
simultaneous queries that can be sent to any single
|
||||
|
|
@ -81,7 +91,7 @@
|
|||
<option>fetch-quota-params</option> option.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<option>fetches-per-zone</option> limits the number of
|
||||
simultaneous queries that can be sent for names within a
|
||||
|
|
|
|||
Loading…
Reference in a new issue