Description
In the Linux kernel, the following vulnerability has been resolved:

dm-integrity: fix leaking uninitialized kernel memory

If hash size is less than device's tuple size, dm-integrity is supposed
to zero the remaining space. There was a bug in the code that zeroing
didn't work. This commit fixes it.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, an issue existed in the dm-integrity subsystem where the remaining space of a device’s tuple was not properly zeroed when the hash size was smaller than the tuple size. This caused uninitialized kernel memory to remain readable, enabling potential information disclosure of sensitive kernel data.

Affected Systems

All Linux kernel installations that include the dm-integrity module compiled into the kernel before the patch commit are affected. The issue applies to all vendors, as the module is part of the standard kernel source tree.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS is < 1%, and the vulnerability is not listed in CISA’s KEV catalog. The leak originates from kernel space and can be triggered by interacting with a dm-integrity device. Based on the description, it is inferred that local user privileges are required to access the device, and the likely attack vector is local use of the affected dm-integrity device. The absence of a publicly available exploit does not eliminate risk; the confidentiality impact of kernel memory exposure is high and the required access level suggests a moderate to high likelihood of exploitation by attackers who can gain local access.

Generated by OpenCVE AI on August 18, 2026 at 02:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the dm‑integrity patch (commit 0c4e9bb1d4101030f55c869f18bd3ece39a77bbb).
  • Verify that the dm‑integrity module is rebuilt or updated with the zeroing logic as part of the kernel upgrade.
  • If an immediate kernel upgrade is not possible, disable dm‑integrity on non‑essential devices or block access to those devices until the kernel is patched.

Generated by OpenCVE AI on August 18, 2026 at 02:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-909
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-244

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix leaking uninitialized kernel memory If hash size is less than device's tuple size, dm-integrity is supposed to zero the remaining space. There was a bug in the code that zeroing didn't work. This commit fixes it.
Title dm-integrity: fix leaking uninitialized kernel memory
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:08:13.573Z

Reserved: 2026-08-09T03:40:39.905Z

Link: CVE-2026-72101

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:24.223

Modified: 2026-08-17T06:18:09.030

Link: CVE-2026-72101

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72101 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T02:30:03Z

Weaknesses
  • CWE-244

    Improper Clearing of Heap Memory Before Release ('Heap Inspection')

  • CWE-909

    Missing Initialization of Resource