]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[CVE-2026-10822] sec: usr: Malformed DNSKEY records could trigger an assertion
authorMark Andrews <marka@isc.org>
Mon, 15 Jun 2026 01:29:54 +0000 (11:29 +1000)
committerMichał Kępień <michal@isc.org>
Fri, 10 Jul 2026 07:26:46 +0000 (09:26 +0200)
Previously, `dns_name_fromwire()` did not honor the record boundary when reading names from the wire, allowing malformed records to be accepted when they should not have been. In particular, malformed DNSKEY records could trigger an assertion failure when being printed. This has been fixed.

Closes: https://gitlab.isc.org/isc-projects/bind9/-/issues/6004
Merge branch '6004-confidential-issue' into 'security-main'

See merge request isc-private/bind9!1040


Trivial merge