CVE-2026-80924
Received Received - Intake

Memory Corruption in Linux Kernel Crypto Module

Vulnerability report for CVE-2026-80924, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-09

Last updated on: 2026-09-10

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-09
Last Modified
2026-09-10
Generated
2026-09-10
AI Q&A
2026-09-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper handling of cryptographic key buffers. Two functions, crypto_krb5_prepare_encryption() and crypto_krb5_prepare_checksum(), free memory containing derived encryption keys using kfree() instead of kfree_sensitive(). This leaves sensitive key material in memory after deallocation, potentially exposing it to unauthorized access.

Detection Guidance

This vulnerability is specific to the Linux kernel's crypto subsystem and does not have a direct network detection method. To check if your system is vulnerable, verify the kernel version and whether it includes the fix for this issue. Use commands like 'uname -r' to check the kernel version and inspect kernel logs for related errors.

Impact Analysis

If exploited, this flaw could allow attackers to recover cryptographic keys from memory. This might enable decryption of sensitive data, impersonation attacks, or bypassing security mechanisms that rely on these keys. The impact depends on whether the affected functions are used in your system's cryptographic operations.

Compliance Impact

This vulnerability could violate requirements for proper data protection and secure key management. GDPR requires appropriate technical measures to protect personal data, while HIPAA mandates safeguards for protected health information. Failure to properly erase cryptographic keys may constitute a compliance violation.

Mitigation Strategies

Update the Linux kernel to the latest patched version that includes the fix for this vulnerability. Monitor vendor advisories for kernel updates and apply them promptly. If immediate patching is not possible, consider disabling affected crypto modules if they are not essential.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80924. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart