SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-64315

HIGH · CVSS 7 EPSS 0.14%

Source: NVD + CISA KEV + EPSS · Published 2026-07-25 · Last synced 2026-08-24

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's crypto subsystem, specifically in the handling of sensitive key material during key setting operations. If exploited, it could lead to the unintentional leakage of cryptographic keys at runtime, potentially compromising the confidentiality of encrypted data. Organizations using affected Linux distributions, particularly those with CONFIG_DYNAMIC_DEBUG enabled, should prioritize patching to mitigate this risk.

CVE
CVE-2026-64315
Severity
HIGH
CVSS
7
EPSS
0.14%
Linux

Original NVD 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.