CVE Catalog

CVE-2026-64316

Low risk· EPSS 8%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

8th percentile - higher than 8% of all known CVEs

Summary

In the Linux kernel, the CAAM cryptographic driver has a vulnerability where sensitive key material is leaked via hex dumps in *_setkey() and gen_split_key() functions. Using print_hex_dump() without guard can expose keys in logs when CONFIG_DYNAMIC_DEBUG is enabled.

Risk Assessment

Anyone with access to system logs can read cryptographic keys, potentially compromising the confidentiality of encrypted data.

Recommendation

Update the Linux kernel to a version containing the fix that uses print_hex_dump_devel() instead of print_hex_dump() for 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: caam - use print_hex_dump_devel to guard key hex dumps Use print_hex_dump_devel() for dumping sensitive key material in *_setkey() and gen_split_key() to avoid leaking secrets at runtime when CONFIG_DYNAMIC_DEBUG is enabled.

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