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
Tue, 07 Jan 2025 17:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Vendors & Products |
Linux
Linux linux Kernel |
|
Metrics |
cvssV3_1
|
cvssV3_1
|
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 : Analyzed
Published: 2024-04-17T11:15:08.950
Modified: 2025-01-07T17:13:52.260
Link: CVE-2024-26860
Redhat