mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 22:30:01 -04:00
add CVE-2015-5477
This commit is contained in:
parent
d64c609f36
commit
fba94b205b
2 changed files with 18 additions and 5 deletions
3
README
3
README
|
|
@ -56,6 +56,9 @@ BIND 9.10.3
|
|||
- Dig now supports sending of arbitary EDNS options by specifying
|
||||
them on the command line.
|
||||
|
||||
This release addresses the security flaws described in
|
||||
CVE-2015-4620 and CVE-2015-5477.
|
||||
|
||||
BIND 9.10.2
|
||||
|
||||
BIND 9.10.2 is a maintenance release and addresses bugs
|
||||
|
|
|
|||
|
|
@ -38,16 +38,26 @@
|
|||
<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
|
||||
assertion failure could be triggered on answers from
|
||||
a specially configured server.
|
||||
</para>
|
||||
<para>
|
||||
<para>
|
||||
This flaw was discovered by Breno Silveira Soares, and is
|
||||
disclosed in CVE-2015-4620. [RT #39795]
|
||||
</para>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
|
@ -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
|
||||
|
|
@ -188,7 +198,7 @@
|
|||
Several bugs have been fixed in the RPZ implementation:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Policy zones that did not specifically require recursion
|
||||
could be treated as if they did; consequently, setting
|
||||
|
|
|
|||
Loading…
Reference in a new issue