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.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel CAAM crypto driver logged sensitive key material using the generic hex dump routine when CONFIG_DYNAMIC_DEBUG is active. This unintended exposure allows an attacker to capture private keys from the kernel output, compromising cryptographic security. The flaw is an information‑disclosure weakness involving improper handling of secret data.

Affected Systems

This deficiency affects Linux kernel builds that include the CAAM crypto driver and have dynamic debugging enabled. The specific affected kernel versions are not listed, so any kernel containing the original code until the patch is applied is at risk.

Risk and Exploitability

The pathology arises from enabling CONFIG_DYNAMIC_DEBUG and triggering key set or split operations. A local or privileged attacker who can execute code in the kernel context would be able to provoke the diagnostic dump and read it from the kernel ring buffer. Nonetheless, the precise attack scenario is not explicitly described in the advisory; it is inferred from the fact that a debug routine is used to print key contents. The EPSS score is below 1 % and the vulnerability is not in the CISA KEV catalog, suggesting a low current exploitation probability. However, the information leakage remains significant if the conditions above are met.

Generated by OpenCVE AI on August 5, 2026 at 00:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the operating system to a kernel release that includes the patch.
  • If a kernel update is not available, disable dynamic debug for the CAAM driver by removing CONFIG_DYNAMIC_DEBUG or turning off the related debug flags.
  • Restrict access to kernel log output (e.g., /var/log/kern.log, dmesg) so that only privileged users can read debug information.

Generated by OpenCVE AI on August 5, 2026 at 00:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Wed, 05 Aug 2026 01:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Mon, 03 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Wed, 29 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sun, 26 Jul 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
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.
Title crypto: caam - use print_hex_dump_devel to guard key hex dumps
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:49:46.415Z

Reserved: 2026-07-19T15:36:31.779Z

Link: CVE-2026-64316

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:12.877

Modified: 2026-08-11T15:00:57.447

Link: CVE-2026-64316

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64316 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T01:00:07Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor