From: Ondřej Surý Date: Tue, 24 Feb 2026 18:45:16 +0000 (+0100) Subject: fix: usr: Importing invalid SKR file might corrupt stack memory X-Git-Tag: v9.21.19~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91286490c1fef8f7b7de07de51b5cd99412d8625;p=thirdparty%2Fbind9.git fix: usr: Importing invalid SKR file might corrupt stack memory If an BIND 9 administrator imports an invalid SKR file, local stack in the import function might overflow. This could lead to a memory corruption on the stack and ultimately server crash. This has been fixed. ISC would like to thank mcsky23 for bringing this bug to our attention. Closes #5758 Merge branch '5758-fix-stack-overflow-via-rndc-skr-import' into 'main' See merge request isc-projects/bind9!11578 --- 91286490c1fef8f7b7de07de51b5cd99412d8625