]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: named could crash on concurrent TKEY DELETE for the same key
authorOndřej Surý <ondrej@isc.org>
Mon, 18 May 2026 04:48:58 +0000 (06:48 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 18 May 2026 04:48:58 +0000 (06:48 +0200)
On a server configured with tkey-gssapi-keytab (or tkey-gssapi-credential),
an authenticated peer could crash named by sending two TKEY DELETE requests
for the same dynamic key in rapid succession.  This has been fixed.

Closes #6001

Merge branch '6001-tsig-tkey-delete-uaf' into 'main'

See merge request isc-projects/bind9!12041


Trivial merge