bind: bump to 9.20.26#30084
Open
nmeyerhans wants to merge 1 commit into
Open
Conversation
Fixes several security issues: - CVE-2026-11331 Fix handling of rpz CNAME expansion that returns name too long. - CVE-2026-11721 Invalid signed wildcard records were being accepted. - CVE-2026-13321 Fix DNSSEC validation bypass via out-of-zone NSEC Next Field. - CVE-2026-10723 Correct verification of NSEC3 signer name. - CVE-2026-12617 Do no assert for some specifics CNAME and DNAME queries. - CVE-2026-10822 Malformed DNSKEY records could trigger an assertion. - CVE-2026-11605 Prevent excessive validation work from crafted negative responses. - CVE-2026-11622 Prevent cache exhaustion under sustained attack. Full release notes are available upstream at https://ftp.isc.org/isc/bind9/9.20.26/doc/arm/html/changelog.html Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Contributor
Author
|
[allow branch] |
1 similar comment
Member
|
[allow branch] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes several security issues:
Full release notes are available upstream at
https://ftp.isc.org/isc/bind9/9.20.26/doc/arm/html/changelog.html
📦 Package Details
Maintainer: me
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.