CVE Catalog

CVE-2026-80924

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, in the crypto: krb5 module, crypto_krb5_prepare_encryption() and crypto_krb5_prepare_checksum() free the buffer holding freshly derived keys with plain kfree(), leaving the key material behind in the freed slab object. This can lead to sensitive data leakage.

Risk Assessment

The risk involves potential leakage of cryptographic key material into memory, which could be recovered by a local attacker or through memory analysis. This may compromise the confidentiality of encrypted communications.

Recommendation

It is recommended to apply the kernel patch that uses kfree_sensitive() to zero out memory before freeing, removing sensitive data.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: crypto: krb5 - use kfree_sensitive() for derived key buffers crypto_krb5_prepare_encryption() and crypto_krb5_prepare_checksum() free the buffer holding the freshly derived keys with plain kfree(), leaving the key material behind in the freed slab object.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS