First published: Wed Apr 17 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.1.80<6.1.83 | |
Linux Kernel | >=6.6.19<6.6.23 | |
Linux Kernel | >=6.7.7<6.7.11 | |
Linux Kernel | >=6.8<6.8.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26860 has a moderate severity level due to a memory leak issue that can affect system performance.
To fix CVE-2024-26860, update to a patched version of the Linux kernel, such as 5.10.223-1 or 6.1.123-1.
CVE-2024-26860 affects Linux kernel versions between 6.1.80 and 6.1.83, 6.6.19 and 6.6.23, 6.7.7 and 6.7.11, and 6.8 and 6.8.2.
Yes, CVE-2024-26860 is related to the integrity of data due to a memory leak occurring during checksum rechecking.
CVE-2024-26860 can lead to increased memory usage over time, potentially degrading the performance of Linux systems.