The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
New Features - A new option signatures-jitter has been added to dnssec-policy to allow signature expirations to be spread out over a period of time. [GL #4554] Feature Changes - DNSSEC signatures that are not valid because the current time falls outside the signature inception and expiration dates are skipped instead of causing an immediate validation failure. [GL #4586] https://downloads.isc.org/isc/bind9/9.18.27/doc/arm/html/notes.html#notes-for-bind-9-18-27 Fixes security issues reported in: https://downloads.isc.org/isc/bind9/9.18.24/doc/arm/html/notes.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] Preparing an NSEC3 closest encloser proof could cause excessive CPU load, leading to a denial-of-service condition. This has been fixed. (CVE-2023-50868) [GL #4459] 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] Under certain circumstances, the DNS-over-TLS client code incorrectly attempted to process more than one DNS message at a time, which could cause named to crash with an assertion failure. This has been fixed. [GL #4487] Increased release to be higher than c9s bind9.18 component. ; Resolves: CVE-2023-4408 CVE-2023-50387 CVE-2023-50868 CVE-2023-5517 CVE-2023-5679 Resolves: RHEL-48798 |
||
---|---|---|
.fmf | ||
.gitignore | ||
bind97-exportlib.patch | ||
bind-9.5-PIE.patch | ||
bind-9.11.12.tar.gz.asc | ||
bind-9.14.7.tar.gz.asc | ||
bind-9.16-redhat_doc.patch | ||
bind-9.18-unittest-netmgr-unstable.patch | ||
bind-9.20-openssl-no-engine.patch | ||
bind.spec | ||
bind.tmpfiles.d | ||
Changes.md | ||
ci.fmf | ||
codesign2019.txt | ||
gating.yaml | ||
generate-rndc-key.sh | ||
isc-keyblock.asc | ||
ldap2zone.c | ||
makefile-replace-libs.py | ||
named-chroot-setup.service | ||
named-chroot.files | ||
named-chroot.service | ||
named-setup-rndc.service | ||
named.conf | ||
named.conf.sample | ||
named.empty | ||
named.localhost | ||
named.logrotate | ||
named.loopback | ||
named.rfc1912.zones | ||
named.root | ||
named.root.key | ||
named.rwtab | ||
named.service | ||
named.sysconfig | ||
plans.fmf | ||
README.md | ||
setup-named-chroot.sh | ||
setup-named-softhsm.sh | ||
softhsm2.conf.in | ||
sources | ||
trusted-key.key |
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.