Go to file
Petr Menšík 1c6949770d [9.18] [CVE-2024-12705] sec: usr: DNS-over-HTTP(s) flooding fixes
Fix DNS-over-HTTP(S) implementation issues that arise under heavy
query load. Optimize resource usage for :iscman:`named` instances
that accept queries over DNS-over-HTTP(S).

Previously, :iscman:`named` would process all incoming HTTP/2 data
at once, which could overwhelm the server, especially when dealing
with clients that send requests but don't wait for responses. That
has been fixed. Now, :iscman:`named` handles HTTP/2 data in smaller
chunks and throttles reading until the remote side reads the
response data. It also throttles clients that send too many requests
at once.

Additionally, :iscman:`named` now carefully processes data sent by
some clients, which can be considered "flooding." It logs these
clients and drops connections from them.
:gl:`#4795`

In some cases, :iscman:`named` could leave DNS-over-HTTP(S)
connections in the `CLOSE_WAIT` state indefinitely. That also has
been fixed. ISC would like to thank JF Billaud for thoroughly
investigating the issue and verifying the fix.
:gl:`#5083`

Vulnerability: CVE-2024-12705
Resolves: RHEL-76868
2025-03-13 16:29:50 +01:00
.fmf Fedora bind import 2024-06-10 15:42:57 +02:00
.gitignore Update to 9.18.29 2024-08-21 21:05:27 +02:00
bind9.18.spec [9.18] [CVE-2024-12705] sec: usr: DNS-over-HTTP(s) flooding fixes 2025-03-13 16:29:50 +01:00
bind97-exportlib.patch Fedora bind import 2024-06-10 15:42:57 +02:00
bind-9.5-PIE.patch Fix PIE patching from Fedora 2025-01-31 19:12:43 +01:00
bind-9.11.12.tar.gz.asc Fedora bind import 2024-06-10 15:42:57 +02:00
bind-9.14.7.tar.gz.asc Fedora bind import 2024-06-10 15:42:57 +02:00
bind-9.16-redhat_doc.patch Fedora bind import 2024-06-10 15:42:57 +02:00
bind-9.18-CVE-2024-11187-pre-test.patch [9.18] [CVE-2024-11187] sec: usr: Limit the additional processing for large RDATA sets 2025-03-13 16:29:50 +01:00
bind-9.18-CVE-2024-11187.patch [9.18] [CVE-2024-11187] sec: usr: Limit the additional processing for large RDATA sets 2025-03-13 16:29:50 +01:00
bind-9.18-CVE-2024-12705.patch [9.18] [CVE-2024-12705] sec: usr: DNS-over-HTTP(s) flooding fixes 2025-03-13 16:29:50 +01:00
bind-9.18-nsupdate-TLS-doc.patch Update nsupdate manual with new TLS parameters 2025-01-31 19:12:34 +01:00
bind-9.18-nsupdate-TLS-tests.patch Backport also some tests into upstream testsuite 2025-01-31 19:12:43 +01:00
bind-9.18-nsupdate-TLS.patch Backport TLS functionality into nsupdate 2025-01-31 19:12:07 +01:00
bind-9.18-unittest-netmgr-unstable.patch Fedora bind import 2024-06-10 15:42:57 +02:00
bind.tmpfiles.d Fedora bind import 2024-06-10 15:42:57 +02:00
Changes.md Fedora bind import 2024-06-10 15:42:57 +02:00
ci.fmf Fedora bind import 2024-06-10 15:42:57 +02:00
codesign2019.txt Fedora bind import 2024-06-10 15:42:57 +02:00
gating.yaml c10s: fmf plans and gatying for RHEL CI 2024-06-20 13:54:22 +02:00
generate-rndc-key.sh Fedora bind import 2024-06-10 15:42:57 +02:00
isc-keyblock.asc Fedora bind import 2024-06-10 15:42:57 +02:00
ldap2zone.c Fedora bind import 2024-06-10 15:42:57 +02:00
makefile-replace-libs.py Fedora bind import 2024-06-10 15:42:57 +02:00
named-chroot-setup.service Fedora bind import 2024-06-10 15:42:57 +02:00
named-chroot.files Fedora bind import 2024-06-10 15:42:57 +02:00
named-chroot.service Fedora bind import 2024-06-10 15:42:57 +02:00
named-setup-rndc.service Fedora bind import 2024-06-10 15:42:57 +02:00
named.conf Fedora bind import 2024-06-10 15:42:57 +02:00
named.conf.sample Fedora bind import 2024-06-10 15:42:57 +02:00
named.empty Fedora bind import 2024-06-10 15:42:57 +02:00
named.localhost Fedora bind import 2024-06-10 15:42:57 +02:00
named.logrotate Fedora bind import 2024-06-10 15:42:57 +02:00
named.loopback Fedora bind import 2024-06-10 15:42:57 +02:00
named.rfc1912.zones Fedora bind import 2024-06-10 15:42:57 +02:00
named.root Fedora bind import 2024-06-10 15:42:57 +02:00
named.root.key Fedora bind import 2024-06-10 15:42:57 +02:00
named.rwtab Fedora bind import 2024-06-10 15:42:57 +02:00
named.service Fedora bind import 2024-06-10 15:42:57 +02:00
named.sysconfig Fedora bind import 2024-06-10 15:42:57 +02:00
plans.fmf Update plans.fmf 2024-08-26 14:27:06 +00:00
README.md Fedora bind import 2024-06-10 15:42:57 +02:00
setup-named-chroot.sh Fedora bind import 2024-06-10 15:42:57 +02:00
setup-named-softhsm.sh Fedora bind import 2024-06-10 15:42:57 +02:00
softhsm2.conf.in Fedora bind import 2024-06-10 15:42:57 +02:00
sources Update to 9.18.29 2024-08-21 21:05:27 +02:00
trusted-key.key Fedora bind import 2024-06-10 15:42:57 +02:00

BIND 9

BIND (Berkeley Internet Name Domain) is a complete, highly portable implementation of the DNS (Domain Name System) protocol.

Internet Systems Consortium (https://www.isc.org), a 501(c)(3) public benefit corporation dedicated to providing software and services in support of the Internet infrastructure, developed BIND 9 and is responsible for its ongoing maintenance and improvement.

More details about upstream project can be found on their gitlab. This repository contains only upstream sources and packaging instructions for Fedora Project.

Subpackages

The package contains several subpackages, some of them can be disabled on rebuild.

  • bind -- named daemon providing DNS server
  • bind-utils -- set of tools to analyse DNS responses or update entries (dig, host)
  • bind-doc -- documentation for current bind, BIND 9 Administrator Reference Manual.
  • bind-license -- Shared license for all packages but bind-export-libs.
  • bind-libs -- Shared libraries used by some others programs
  • bind-devel -- Development headers for libs. Can be disabled by --without DEVEL

Optional features

  • GSSTSIG -- Support for Kerberos authentication in BIND.
  • LMDB -- Support for dynamic database for managing runtime added zones. Provides faster removal of added zone with much less overhead. But requires lmdb linked to base libs.
  • DLZ -- Support for dynamic loaded modules providing support for features bind-sdb provides, but only small module is required.