CVE-2026-46291
Received Received - Intake
HMAC Key Leak in Linux Kernel Crypto CAAM

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: crypto: caam - guard HMAC key hex dumps in hash_digest_key Use print_hex_dump_devel() for dumping sensitive HMAC key bytes in hash_digest_key() to avoid leaking secrets at runtime when CONFIG_DYNAMIC_DEBUG is enabled.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-09
AI Q&A
2026-06-08
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
Impact Analysis

If exploited, this vulnerability could lead to the exposure of sensitive HMAC keys during runtime when dynamic debugging is enabled. This exposure could allow attackers or unauthorized users to obtain cryptographic keys, potentially compromising the integrity and authenticity of data protected by these keys.

Mitigation Strategies

The vulnerability is resolved by using print_hex_dump_devel() for dumping sensitive HMAC key bytes in hash_digest_key() to avoid leaking secrets at runtime when CONFIG_DYNAMIC_DEBUG is enabled.

Therefore, to mitigate this vulnerability, you should update your Linux kernel to a version where this fix is applied.

Executive Summary

This vulnerability exists in the Linux kernel's crypto subsystem, specifically in the caam module. It involves the improper handling of HMAC key data during debugging. When the CONFIG_DYNAMIC_DEBUG option is enabled, sensitive HMAC key bytes could be exposed through hex dumps at runtime because the function hash_digest_key() did not properly guard these secrets.

The issue was resolved by changing the way the key bytes are dumped, using print_hex_dump_devel() to prevent leaking sensitive HMAC key information during debugging.

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