]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[CVE-2026-11721] sec: usr: Invalid signed wildcard records were being accepted
authorMark Andrews <marka@isc.org>
Mon, 22 Jun 2026 11:27:01 +0000 (21:27 +1000)
committerMichał Kępień <michal@isc.org>
Fri, 10 Jul 2026 07:26:46 +0000 (09:26 +0200)
Signed wildcard responses in which the Labels field in the `RRSIG` record was less than the number of labels in the Signer Name field were being incorrectly accepted. This in turn broke `synth-from-dnssec`, which depends on such records being correctly validated. This has been fixed.

ISC thanks Qifan Zhang of Palo Alto Networks for bringing this issue to our attention.

Closes https://gitlab.isc.org/isc-projects/bind9/-/issues/5871

Merge branch '5871-confidential-check-rrsig-labels-vs-signer' into 'security-main'

See merge request isc-private/bind9!991


Trivial merge