]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix NULL Pointer Dereference in QP-trie Cache add()
authorOndřej Surý <ondrej@isc.org>
Sat, 7 Feb 2026 04:19:48 +0000 (05:19 +0100)
committerOndřej Surý <ondrej@isc.org>
Sat, 7 Feb 2026 10:50:14 +0000 (11:50 +0100)
commit53b2bddd65aba4ac2e06f9102bea5498dbd35c87
tree458c387fb80029d9f68893ed0d062c71734a8659
parentb5837eba318c058e9e241155642534f6296e1abc
Fix NULL Pointer Dereference in QP-trie Cache add()

When RRSIG(rdtype) was independently cached before the RDATA for the
rdtype itself, named would crash on the subsequent query for the RDATA
itself.  This has been fixed.

ISC would like to thank Vitaly Simonovich for bringing this
vulnerability to our attention.
lib/dns/qpcache.c