CVE-2024-42229

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42229
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42229.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-42229
Downstream
Related
Published
2024-07-30T08:15:08Z
Modified
2025-08-09T20:01:28Z
Severity
  • 4.1 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
[none]
Details

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

Affected packages