In the Linux kernel, the following vulnerability has been resolved:
crypto: aead,cipher - zeroize key buffer after use
I.G 9.7.B for FIPS 140-3 specifies that variables temporarily holding
cryptographic information should be zeroized once they are no longer
needed. Accomplish this by using kfree_sensitive for buffers that
previously held the private key.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-30 08:15
Updated : 2024-11-21 09:33
NVD link : CVE-2024-42229
Mitre link : CVE-2024-42229
CVE.ORG link : CVE-2024-42229
JSON object : View
Products Affected
linux
- linux_kernel
CWE