- C 44%
- Shell 26.3%
- Python 19.5%
- Makefile 10.2%
[9.18] [CVE-2026-12617] sec: usr: Do no assert for some specifics CNAME and DNAME queries A bug in the resolver's handling of certain cached DNAME and CNAME responses could cause named to trigger an assertion failure and exit. An attacker controlling a domain name and the authoritative DNS server it is hosted on could exploit this behavior to cause a denial-of-service. This vulnerability has been fixed. ISC thanks Qifan Zhang of Palo Alto Networks for bringing this issue to our attention. Closes: isc-projects/bind9#5946 [9.18] fix: test: Stabilize the cname_dname_negcache test The test proved unstable due to timing-related race condition, which could produce both false positive and false negative results. Use a more reliable mechanism to reproduce the issue. Human-effort-level: low |
||
|---|---|---|
| .fmf | ||
| plans | ||
| .gitignore | ||
| 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-CVE-2026-10822-test.patch | ||
| bind-9.18-CVE-2026-10822.patch | ||
| bind-9.18-CVE-2026-11331-test.patch | ||
| bind-9.18-CVE-2026-11331.patch | ||
| bind-9.18-CVE-2026-12617-test.patch | ||
| bind-9.18-CVE-2026-12617.patch | ||
| bind-9.18-dig-idn-input-always-test.patch | ||
| bind-9.18-dig-idn-input-always.patch | ||
| bind-9.18-partial-additional-records.patch | ||
| bind-9.18-pkcs11-provider.patch | ||
| bind-9.18-unittest-netmgr-unstable.patch | ||
| bind-9.20-nsupdate-tls-doc.patch | ||
| bind-9.20-nsupdate-tls-test.patch | ||
| bind-9.20-nsupdate-tls.patch | ||
| bind-chroot.tmpfiles.d | ||
| bind.spec | ||
| bind.tmpfiles.d | ||
| bind97-exportlib.patch | ||
| 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.service | ||
| named.sysconfig | ||
| named.sysusers | ||
| 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.
Any rebase requires to be built together with bind-dyndb-ldap to prevent conflict at installation of freeipa-server-dns. Stable bodhi updates are checked, but rawhide are not checked explicitly. Symbol of libraries in bind-libs changes with every minor version change of bind, therefore they break any package dependent on bind-libs.
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-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.