CVE-2026-64316
Awaiting Analysis Awaiting Analysis - Queue

crypto: caam key material leak via debug output

Vulnerability report for CVE-2026-64316, 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() and gen_split_key() 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 in the Linux kernel involves improper handling of sensitive key material during debugging. When CONFIG_DYNAMIC_DEBUG is enabled, the system may leak cryptographic 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 would require checking kernel logs for unauthorized key dumps when CONFIG_DYNAMIC_DEBUG is enabled. No specific commands are provided in the context.

Impact Analysis

If exploited, this vulnerability could allow attackers to retrieve cryptographic keys used for encryption or authentication. This might enable decryption of sensitive data, unauthorized system access, or bypassing security controls. Systems using the affected Linux kernel components are at risk.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, and other regulations requiring protection of sensitive data. Exposure of cryptographic keys may violate encryption requirements, data integrity, and confidentiality mandates, potentially resulting in legal penalties or loss of certification.

Mitigation Strategies

Apply the latest Linux kernel patches that address this issue. Disable CONFIG_DYNAMIC_DEBUG if not required. Monitor kernel logs for suspicious key material dumps.

Chat Assistant

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

EPSS Chart