CVE-2026-80924: crypto: krb5 - use kfree_sensitive() for derived key buffers

Published Sep 9, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

crypto: krb5 - use kfreesensitive() for derived key buffers

cryptokrb5prepareencryption() and cryptokrb5preparechecksum() free the buffer holding the freshly derived keys with plain kfree(), leaving the key material behind in the freed slab object.

Event History

Sep 9, 2026
CVE Published
via MITRE·04:19 PM
Data Sourced
via MITRE·04:19 PM
Description

Frequently Asked Questions

1

What must an attacker be able to do to recover the affected key material?

The issue leaves freshly derived keys in a freed kernel slab object after the buffer is released. The provided information does not identify a specific attacker interface or prerequisite beyond the ability to access or disclose data from that freed memory.

2

What can be done if the fix cannot be deployed immediately?

No mitigation or configuration workaround is provided. The described fix is to free derived-key buffers with kfree_sensitive() so the key material is cleared before the memory is released.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203