Security Advisory

CVE-2024-26860

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-04-17 10:27:24
Last updated 2026-05-23 15:39:07
Assigner Linux
State PUBLISHED

Description

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 wont 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.