CyberRota Analysis
AI-GeneratedThe 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.
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.