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

dm era: fix out-of-bounds memory access for non-zero start sector

dm-era tracks writes in target-relative blocks, but era_map() calculates
the writeset block before applying the target offset. Tables with a
non-zero start sector can therefore pass an absolute mapped-device block
to metadata_current_marked().

If the absolute block is beyond the current writeset size,
writeset_marked() tests past the end of the in-core bitset. KASAN reports
this as a vmalloc-out-of-bounds access.

Apply the target offset before calculating the era block so writeset
lookups use the target-relative block number.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s dm‑era target contains a flaw in the calculation of writeset blocks for tables that specify a non‑zero start sector; because the target offset is applied after the block is computed, an absolute block number that exceeds the size of the in‑core writeset bitset can be passed to writeset_marked(), leading to an out‑of‑bounds memory read that KASAN reports as a vmalloc‑out‑bounds access. This vulnerability can corrupt kernel memory, causing system instability, crashes, or potential information leakage.

Affected Systems

Any Linux kernel that implements the dm‑era target and uses tables with a non‑zero start sector is potentially exposed. The vulnerability is present in all kernel releases prior to the application of the patch cited in the description.

Risk and Exploitability

The CVSS score of 8.8 denotes high severity, while the EPSS score of less than 1% indicates a low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is local access or the ability to configure a block device that uses dm‑era. Based on the description, it is inferred that a remote attacker would need to first gain sufficient local privileges to influence such a configuration.

Generated by OpenCVE AI on August 17, 2026 at 21:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the dm‑era out‑of‑bounds fix
  • If upgrading is not immediately feasible, disable or remove dm‑era targets that employ non‑zero start sectors on affected block devices
  • Restrict write access to block devices using dm‑era by applying strict udev rules or device‑mapper permission settings

Generated by OpenCVE AI on August 17, 2026 at 21:45 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 22:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Mon, 17 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120

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 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120

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 era: fix out-of-bounds memory access for non-zero start sector dm-era tracks writes in target-relative blocks, but era_map() calculates the writeset block before applying the target offset. Tables with a non-zero start sector can therefore pass an absolute mapped-device block to metadata_current_marked(). If the absolute block is beyond the current writeset size, writeset_marked() tests past the end of the in-core bitset. KASAN reports this as a vmalloc-out-of-bounds access. Apply the target offset before calculating the era block so writeset lookups use the target-relative block number.
Title dm era: fix out-of-bounds memory access for non-zero start sector
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:20.098Z

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

Link: CVE-2026-72107

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72107

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72107 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T22:00:03Z

Weaknesses