In the Linux kernel, the following vulnerability has been resolved:
dm-integrity: fix a memory leak when rechecking the data
Memory for the "checksums" pointer will leak if the data is rechecked
after checksum failure (because the associated kfree won't happen due
to 'goto skip_io').
Fix this by freeing the checksums memory before recheck, and just use
the "checksum_onstack" memory for storing checksum during recheck.
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-04-17T10:27:24.343Z
Updated: 2024-12-19T08:48:52.497Z
Reserved: 2024-02-19T14:20:24.183Z
Link: CVE-2024-26860
Vulnrichment
Updated: 2024-08-02T00:14:13.710Z
NVD
Status : Awaiting Analysis
Published: 2024-04-17T11:15:08.950
Modified: 2024-11-21T09:03:14.147
Link: CVE-2024-26860
Redhat