From ace5c32a9c88cf869cc28b5040f15b5d2feeb7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 2 Aug 2024 23:38:23 +0200 Subject: [PATCH] Update to 9.18.28 Security Fixes - A malicious DNS client that sent many queries over TCP but never read the responses could cause a server to respond slowly or not at all for other clients. This has been fixed. (CVE-2024-0760) [GL #4481] - It is possible to craft excessively large resource records sets, which have the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-records-per-type option. [GL #497] [GL #3405] It is possible to craft excessively large numbers of resource record types for a given owner name, which has the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-types-per-name option. (CVE-2024-1737) [GL #3403] ISC would like to thank Toshifumi Sakaguchi who independently discovered and responsibly reported the issue to ISC. [GL #4548] - Validating DNS messages signed using the SIG(0) protocol (RFC 2931) could cause excessive CPU load, leading to a denial-of-service condition. Support for SIG(0) message validation was removed from this version of named. (CVE-2024-1975) [GL #4480] - Due to a logic error, lookups that triggered serving stale data and required lookups in local authoritative zone data could have resulted in an assertion failure. This has been fixed. (CVE-2024-4076) [GL #4507] Potential data races were found in our DoH implementation, related to HTTP/2 session object management and endpoints set object management after reconfiguration. These issues have been fixed. [GL #4473] ISC would like to thank Dzintars and Ivo from nic.lv for bringing this to our attention. When looking up the NS records of parent zones as part of looking up DS records, it was possible for named to trigger an assertion failure if serve-stale was enabled. This has been fixed. [GL #4661] And bugfixes. https://downloads.isc.org/isc/bind9/9.18.28/doc/arm/html/notes.html Resolves: RHEL-48798 --- .gitignore | 2 ++ bind.spec | 7 +++++-- sources | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0c4d2b4..5a89675 100644 --- a/.gitignore +++ b/.gitignore @@ -222,3 +222,5 @@ bind-9.7.2b1.tar.gz /bind-9.18.21.tar.xz.asc /bind-9.18.27.tar.xz /bind-9.18.27.tar.xz.asc +/bind-9.18.28.tar.xz +/bind-9.18.28.tar.xz.asc diff --git a/bind.spec b/bind.spec index 05b57f5..54fa380 100644 --- a/bind.spec +++ b/bind.spec @@ -80,8 +80,8 @@ License: MPL-2.0 AND ISC AND MIT AND BSD-3-Clause AND BSD-2-Clause # ./lib/isc/string.c BSD-3-clause and/or MPL-2.0 # ./lib/isc/tm.c BSD-2-clause and/or MPL-2.0 # ./lib/isccfg/parser.c BSD-2-clause and/or MPL-2.0 -Version: 9.18.27 -Release: 6%{?dist} +Version: 9.18.28 +Release: 1%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -977,6 +977,9 @@ fi; %endif %changelog +* Tue Oct 29 2024 Petr Menšík - 32:9.18.28-1 +- Update to 9.18.28 (RHEL-48798) + * Tue Oct 29 2024 Petr Menšík - 32:9.18.27-6 - Update to 9.18.27 (RHEL-48798) diff --git a/sources b/sources index 480fc63..704a085 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (bind-9.18.27.tar.xz) = d0c89821fef38e531d65b465adeb5946589775e6a4d5e2068e969f1106c961d3b202af19247b9e20f9fbde645be10d610478edf89ed0d83b39d38fb4353c693a -SHA512 (bind-9.18.27.tar.xz.asc) = 0da73d14dd8db8e55fcfe47e597fe242f7889b64e3cb383e24f90bed95b13cf38771cf7513bf621e308e5a6d10d83ae333ddd09f266fa7b1bd031192ec698404 +SHA512 (bind-9.18.28.tar.xz) = 19ba625f155c60dd821e3afe52adf3897b3e81289320282b3f43d604af1e7d4e67fafb98a9849782684935008bcd148f190e05234d501aa056daa6724e0119bb +SHA512 (bind-9.18.28.tar.xz.asc) = e6efe2a9995cabd70c1d2e8e4cb97a9a146e3289d75cfdc81ff8052329db3dd920b9f8f6ad0f1552a0e4e776b01fb077edd5f3d4ea3461952f71dda64574d640