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

dm-integrity: fix a bug if the bio is out of limits

If dm_integrity_check_limits fails, the code would exit with
DM_MAPIO_KILL. However, the range would be already locked at this point,
and it wouldn't be unlocked, resulting in a deadlock. Let's move the
limit check up, so that when it exits, no resources are leaked.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A bug in the dm-integrity subsystem of the Linux kernel caused resources to be locked when a limit check failed. The failure path exited with DM_MAPIO_KILL, but the range lock was already held and never released, producing a deadlock that can freeze the kernel or block operations. This condition results in a denial‑of‑service where the system may become unresponsive, and the likely attack vector is a local privileged user able to exercise block device operations that trigger an out‑of‑bounds bio. The impact is observable as a system hang, low availability, and possible stale lock data.

Affected Systems

The flaw affects the dm-integrity module in the Linux kernel across all releases that do not include the patch fix. Vendor name is Linux, product is the Linux kernel, version information is not specified in the advisory, so all current kernel versions prior to the fix are considered vulnerable.

Risk and Exploitability

The CVSS score is 8.8, and the EPSS score is < 1%, indicating a high‑severity risk with low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog, indicating no publicly known exploits yet. However, the resource leak can be exploited by a local attacker with sufficient privileges to instruct the kernel to operate on an out‑of‑bounds block device request, leading to a kernel deadlock. The condition is a high‑severity local denial‑of‑service that could be mitigated by applying a security patch or by disabling the affected module.

Generated by OpenCVE AI on August 18, 2026 at 03:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the dm‑integrity limit check fix (apply the patch from commit 3d1afaa0 or later).
  • Reboot the system so that the updated kernel and module are in use.
  • If an update is not immediately available, temporarily disable the dm‑integrity module by unloading it (modprobe -r dm_integrity) or configuring the system to avoid enabling the integrity checks; ensure that critical data integrity requirements are addressed by alternative measures.

Generated by OpenCVE AI on August 18, 2026 at 03:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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


Mon, 17 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-754

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-754

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 a bug if the bio is out of limits If dm_integrity_check_limits fails, the code would exit with DM_MAPIO_KILL. However, the range would be already locked at this point, and it wouldn't be unlocked, resulting in a deadlock. Let's move the limit check up, so that when it exits, no resources are leaked.
Title dm-integrity: fix a bug if the bio is out of limits
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:40:15.688Z

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

Link: CVE-2026-72100

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72100

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-72100 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T03:15:04Z

Weaknesses