]> git.ipfire.org Git - thirdparty/bind9.git/commit
[CVE-2026-3104] sec: usr: Fix memory leaks in code preparing DNSSEC proofs of non...
authorMichał Kępień <michal@isc.org>
Fri, 13 Mar 2026 12:35:24 +0000 (13:35 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Mar 2026 12:35:24 +0000 (13:35 +0100)
commit5e29b24dcd0b5021a80fa3ad9508145760109cc2
tree619b078d72021b62d15e0127afb33452030ef9dd
parent779463a703e109d2f65e9a09745bfebd2b9d4164
parenta854a5c83d3a8556d31df880d22e3f835527d45d
[CVE-2026-3104] sec: usr: Fix memory leaks in code preparing DNSSEC proofs of non-existence

An attacker controlling a DNSSEC-signed zone could trigger a memory leak
in the logic preparing DNSSEC proofs of non-existence, by creating more
than :any:`max-records-per-type` RRSIGs for NSEC records. These memory
leaks have been fixed.

ISC would like to thank Vitaly Simonovich for bringing this
vulnerability to our attention.

Closes isc-projects/bind9#5742

Merge branch '5742-fix-memory-leak-in-addnoqname-and-addclosest' into 'v9.21.20-release'

See merge request isc-private/bind9!913