CVE-2026-64315
Awaiting Analysis Awaiting Analysis - Queue

crypto: caam key material leak via debug dump

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

Publication date: 2026-07-25

Last updated on: 2026-08-11

Assigner: kernel.org

Description

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() to avoid leaking secrets at runtime when CONFIG_DYNAMIC_DEBUG is enabled.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-08-11
Generated
2026-08-14
AI Q&A
2026-07-25
EPSS Evaluated
2026-08-13
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 involves the Linux kernel improperly handling sensitive key material in cryptographic operations. When CONFIG_DYNAMIC_DEBUG is enabled, the kernel could leak secret keys through debug output. The fix replaces unsafe hex dump functions with print_hex_dump_devel() to prevent this exposure.

Detection Guidance

This vulnerability involves potential leakage of sensitive key material in the Linux kernel's crypto subsystem. Detection requires checking if CONFIG_DYNAMIC_DEBUG is enabled and examining kernel logs for hex dumps of keys. Use commands like 'grep CONFIG_DYNAMIC_DEBUG /boot/config-$(uname -r)' to verify the config and 'dmesg | grep -i key' to inspect kernel logs for key-related output.

Impact Analysis

If exploited, this flaw could allow attackers to extract cryptographic keys from the system. This might enable decryption of sensitive data, impersonation, or bypassing security controls that rely on these keys. Systems using the affected kernel components are at risk.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR (data protection) and HIPAA (health data security) by exposing sensitive data. Unauthorized access to cryptographic keys may violate requirements for data confidentiality and integrity, potentially resulting in legal penalties or data breach notifications.

Mitigation Strategies

Apply the latest kernel update from your distribution to patch the caam driver. Disable CONFIG_DYNAMIC_DEBUG if not required, as it enables runtime debug output that could expose secrets. Monitor kernel logs for unexpected key dumps after applying the fix.

Chat Assistant

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

EPSS Chart