From 82ffef3c363295f6447fdbf7454259325f1f283e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 16 Feb 2024 22:21:11 +0100 Subject: [PATCH 1/2] Update to 9.19.21 (#2264048) https://downloads.isc.org/isc/bind9/9.19.21/RELEASE-NOTES-bind-9.19.21.html Security Fixes - Validating DNS messages containing a lot of DNSSEC signatures could cause excessive CPU load, leading to a denial-of-service condition. This has been fixed. (CVE-2023-50387) ISC would like to thank Elias Heftrig, Haya Schulmann, Niklas Vogel, and Michael Waidner from the German National Research Center for Applied Cybersecurity ATHENE for bringing this vulnerability to our attention. [GL #4424] - Parsing DNS messages with many different names could cause excessive CPU load. This has been fixed. (CVE-2023-4408) ISC would like to thank Shoham Danino from Reichman University, Anat Bremler-Barr from Tel-Aviv University, Yehuda Afek from Tel-Aviv University, and Yuval Shavitt from Tel-Aviv University for bringing this vulnerability to our attention. [GL #4234] - Specific queries could cause named to crash with an assertion failure when nxdomain-redirect was enabled. This has been fixed. (CVE-2023-5517) [GL #4281] - A bad interaction between DNS64 and serve-stale could cause named to crash with an assertion failure, when both of these features were enabled. This has been fixed. (CVE-2023-5679) [GL #4334] Resolves: CVE-2023-50387 CVE-2023-4408 CVE-2023-5517 CVE-2023-5679 --- .gitignore | 2 ++ bind9-next.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7908c20..76f5ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -218,3 +218,5 @@ bind-9.7.2b1.tar.gz /bind-9.19.18.tar.xz.asc /bind-9.19.19.tar.xz /bind-9.19.19.tar.xz.asc +/bind-9.19.21.tar.xz +/bind-9.19.21.tar.xz.asc diff --git a/bind9-next.spec b/bind9-next.spec index 666db68..20f6bb3 100644 --- a/bind9-next.spec +++ b/bind9-next.spec @@ -52,7 +52,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind9-next License: MPL-2.0 AND ISC AND BSD-3-clause AND Expat AND BSD-2-clause # -Version: 9.19.19 +Version: 9.19.21 Release: %autorelease Epoch: 32 Url: https://www.isc.org/downloads/bind/ diff --git a/sources b/sources index 0bd72f0..b02d3ed 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (bind-9.19.19.tar.xz) = 51ce55bade3a9b239d0ab21d19a0870b91aba1e4c93050f89f1940d322319521631b3b0389eaf5f03e3fc110852e11549365b0efa92536bf5d835510d73c1aa6 -SHA512 (bind-9.19.19.tar.xz.asc) = 3217a33be6a885bb42ca972e57c21bfe3000b7cfeaede72aa302750ce9643d4820372f4b147e85ce97409bbc500b40d9b8bc82c12fb13c5c0a2d21fad86712f8 +SHA512 (bind-9.19.21.tar.xz) = 8a5bae4619b0093f5c81376b65a143499d4942c7624ecd7770d62244d88d5a695c1edede59b5f06665fae8bef784f774b144822ac541ebe826d1b267f7c40236 +SHA512 (bind-9.19.21.tar.xz.asc) = 4cb12493197be5ff81bf76b6f0c5adb4369248beccbf3bb33d3d16e29082e7e6f8d761db8ae8f1c6754149434ff35a9e8cca80abc2aab63bfb059b023a34a215 From a7a5db6c7e350fb01de529894ca90478a13edd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Mon, 15 Apr 2024 20:53:49 +0200 Subject: [PATCH 2/2] Update to 9.19.22 (rhbz#2270475) https://downloads.isc.org/isc/bind9/9.19.22/doc/arm/html/notes.html#notes-for-bind-9-19-22 --- .gitignore | 2 ++ bind9-next.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76f5ce8..306ff81 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,5 @@ bind-9.7.2b1.tar.gz /bind-9.19.19.tar.xz.asc /bind-9.19.21.tar.xz /bind-9.19.21.tar.xz.asc +/bind-9.19.22.tar.xz +/bind-9.19.22.tar.xz.asc diff --git a/bind9-next.spec b/bind9-next.spec index 20f6bb3..3ba9159 100644 --- a/bind9-next.spec +++ b/bind9-next.spec @@ -52,7 +52,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind9-next License: MPL-2.0 AND ISC AND BSD-3-clause AND Expat AND BSD-2-clause # -Version: 9.19.21 +Version: 9.19.22 Release: %autorelease Epoch: 32 Url: https://www.isc.org/downloads/bind/ diff --git a/sources b/sources index b02d3ed..8aad670 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (bind-9.19.21.tar.xz) = 8a5bae4619b0093f5c81376b65a143499d4942c7624ecd7770d62244d88d5a695c1edede59b5f06665fae8bef784f774b144822ac541ebe826d1b267f7c40236 -SHA512 (bind-9.19.21.tar.xz.asc) = 4cb12493197be5ff81bf76b6f0c5adb4369248beccbf3bb33d3d16e29082e7e6f8d761db8ae8f1c6754149434ff35a9e8cca80abc2aab63bfb059b023a34a215 +SHA512 (bind-9.19.22.tar.xz) = 609f73ab7e34e9ef0e5854a0bf150009c1ae34615c5f8c7fecf0352ea65ce0d92fecc02b918a0b3b90b3c303dad659e4981a97b1413d02724b20a5ed2d1d905f +SHA512 (bind-9.19.22.tar.xz.asc) = 4839365da593ab6b924372019bbb8b8212856116c563e4f9b6d0b03681234fb855b7f3c85766919fac400be7508f7b72bc9d2a3d8496ce9ee21c6b5fb4369cf3