CVE-2024-26860: dm-integrity: fix a memory leak when rechecking the data
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.
Security readout for executives and security teams
Plain-English summary
CVE-2024-26860 is a Linux kernel memory leak in dm-integrity. When data is rechecked after a checksum failure, allocated checksum memory may not be freed. The likely business concern is availability degradation on affected Linux systems using this storage integrity feature, but the source bundle provides no CVSS score or confirmed exploitation.
Executive priority
Treat as a kernel maintenance item with higher priority for storage-heavy or availability-critical Linux systems using dm-integrity. Current evidence does not support emergency response language, but unpatched kernel memory leaks can still affect reliability.
Technical view
The issue is in Linux kernel dm-integrity recheck handling. A checksum failure can send control flow to skip_io before freeing the checksums pointer, leaking memory. The fix frees checksum memory before recheck and uses checksum_onstack for recheck storage. Stable kernel fix commits are referenced.
Likely exposure
Exposure is most plausible on Linux hosts running affected kernel builds with dm-integrity in use. The bundle lists Linux kernel versions and stable commit references, but distro backports may change practical exposure. Systems not using dm-integrity are less likely to encounter the vulnerable path.
Exploitation context
The source bundle says this is not in KEV and provides no evidence of active exploitation. It describes a memory leak triggered during checksum failure recheck, not privilege escalation or remote code execution. Any exploitability beyond resource exhaustion is not established by the provided sources.
Researcher notes
The record lacks CVSS, CWE, and exploitation detail. Analysis should focus on affected kernel lineage, vendor backport status, and whether dm-integrity recheck paths are reachable in local deployments. Avoid assuming remote reachability or broader products without vendor evidence.
Mitigation direction
Apply Linux kernel updates from the operating system or appliance vendor.
Verify updates include one of the referenced stable kernel fixes.
Prioritize hosts using dm-integrity or storage integrity features.
If patching is delayed, follow vendor guidance for operational mitigations.
Monitor affected systems for abnormal kernel memory pressure.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify systems configured with dm-integrity or related device-mapper integrity targets.
Check vendor advisories or changelogs for CVE-2024-26860 coverage.
Confirm patched kernels include the referenced upstream stable commits.
Review monitoring for recurring checksum failures and memory growth.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-26860 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.