]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: validate adb fetches
authorMark Andrews <marka@isc.org>
Mon, 3 Feb 2025 02:18:09 +0000 (02:18 +0000)
committerMark Andrews <marka@isc.org>
Mon, 3 Feb 2025 02:18:09 +0000 (02:18 +0000)
ADB responses were not being validated, allowing spoofed responses to be accepted and used for further lookups. This should not be possible when the servers for the zone are in a signed zone, except with CD=1 requests or when glue is needed. This has been fixed.

Closes #5066

Merge branch '5066-validate-adb-fetches' into 'main'

See merge request isc-projects/bind9!10052


Trivial merge