Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42229
HistoryJul 30, 2024 - 7:47 a.m.

CVE-2024-42229 crypto: aead,cipher - zeroize key buffer after use

2024-07-3007:47:09
Linux
github.com
2
linux kernel
cryptographic information
fips 140-3
kfree_sensitive buffer

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial