Description
In the Linux kernel, the following vulnerability has been resolved:

crypto: caam - guard HMAC key hex dumps in hash_digest_key

Use print_hex_dump_devel() for dumping sensitive HMAC key bytes in
hash_digest_key() to avoid leaking secrets at runtime when
CONFIG_DYNAMIC_DEBUG is enabled.
Published: 2026-06-08
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A bug in the Linux kernel’s caam crypto module caused the hash_digest_key() function to call print_hex_dump_devel() on HMAC key bytes when CONFIG_DYNAMIC_DEBUG is enabled. This produced hexadecimal dumps of secret keys into kernel logs, exposing cryptographic material to anyone who could read those logs. The vulnerability represents a classic information‑disclosure flaw, as it allows an attacker to retrieve data that should remain confidential.

Affected Systems

The issue affects Linux kernel builds that include the caam crypto module and compile with dynamic debugging enabled. Since the CVE entry does not specify a version range, any kernel with this configuration may be vulnerable until the upstream patch is applied.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate severity. The likely attack vector is a privileged local user with read access to kernel logs or debug output, as the vulnerability leaks HMAC key bytes via print_hex_dump_devel() when CONFIG_DYNAMIC_DEBUG is enabled; this inference is based on the description. While no EPSS score is available and the CVE is not listed in the CISA KEV catalog, no public exploits exist, the flaw can be exploited locally by such users, and remote exploitation is unlikely unless debug logs are exposed externally. Therefore, the attack surface remains limited to privileged or local users.

Generated by OpenCVE AI on June 9, 2026 at 05:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the upstream kernel patch that removes the call to print_hex_dump_devel() from hash_digest_key().
  • If a patch cannot be applied immediately, disable CONFIG_DYNAMIC_DEBUG or reduce its verbosity level so that debug output is not written to persistent logs.
  • Continuously monitor kernel logs for unexpected hexadecimal dumps of cryptographic material and audit any occurrences to detect potential exploitation attempts.

Generated by OpenCVE AI on June 9, 2026 at 05:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 19 Jun 2026 12:45:00 +0000


Tue, 09 Jun 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Tue, 09 Jun 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-215
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


Mon, 08 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Mon, 08 Jun 2026 17:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: crypto: caam - guard HMAC key hex dumps in hash_digest_key Use print_hex_dump_devel() for dumping sensitive HMAC key bytes in hash_digest_key() to avoid leaking secrets at runtime when CONFIG_DYNAMIC_DEBUG is enabled.
Title crypto: caam - guard HMAC key hex dumps in hash_digest_key
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-06-19T12:00:06.481Z

Reserved: 2026-05-13T15:03:33.110Z

Link: CVE-2026-46291

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-08T17:16:47.357

Modified: 2026-06-08T17:16:47.357

Link: CVE-2026-46291

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-08T00:00:00Z

Links: CVE-2026-46291 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T05:45:26Z

Weaknesses
  • CWE-215

    Insertion of Sensitive Information Into Debugging Code