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

dm-ioctl: fix a possible overflow in list_version_get_info

sizeof(tt->version) is 12 bytes, but the code writes 16 bytes into the
output buffer - info->vers->version[0], info->vers->version[1],
info->vers->version[2] and info->vers->next. This can cause buffer
overflow.

Fix this buffer overflow by replacing "sizeof(tt->version)" with
"sizeof(struct dm_target_versions)".
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A buffer overflow exists in the Linux kernel’s dm-ioctl interface when carrying out list_version_get_info. The code writes 16 bytes into a 12-byte structure, creating a classic buffer overflow that can corrupt adjacent kernel memory. This flaw falls under CWE-131 (Incorrect Size Calculation). While the description does not state the exact consequences, overflowing kernel memory could lead to system instability or crash, and in some scenarios it might be leveraged to gain higher privileges if the attacker can control the vulnerable input.

Affected Systems

All Linux kernel releases that include the device‑mapper (dm) module and have not yet integrated commit 29536a9ff146d9bbd618959857ed2e691cda1d21 or later. The flaw is relevant to any system that uses dm-ioctl for device‑mapper operations and has not applied the size‑calculation fix.

Risk and Exploitability

The flaw has a CVSS score of 5.5, indicating a medium severity. The EPSS score is less than 1%, suggesting a low probability of exploitation in the wild. It is not listed in the CISA KEV catalog and no public exploits have been reported. The likely attack vector is local through the dm‑ioctl interface, requiring the attacker to have the ability to issue ioctl calls on a device‑mapper device. This inference follows from the nature of the bug but is not explicitly stated in the vulnerability description.

Generated by OpenCVE AI on August 18, 2026 at 05:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the fix for dm-ioctl list_version_get_info, such as the commit identified by 29536a9ff146d9bbd618959857ed2e691cda1d21 or later releases that incorporate this change.
  • Restrict rights to device‑mapper nodes by setting ownership to trusted users only and limiting read/write/execute permissions to reduce the attack surface.
  • Enable kernel auditing for dm-ioctl calls so that suspicious activities are logged and can be reviewed promptly.

Generated by OpenCVE AI on August 18, 2026 at 05:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-120

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

Type Values Removed Values Added
Weaknesses CWE-131
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-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-ioctl: fix a possible overflow in list_version_get_info sizeof(tt->version) is 12 bytes, but the code writes 16 bytes into the output buffer - info->vers->version[0], info->vers->version[1], info->vers->version[2] and info->vers->next. This can cause buffer overflow. Fix this buffer overflow by replacing "sizeof(tt->version)" with "sizeof(struct dm_target_versions)".
Title dm-ioctl: fix a possible overflow in list_version_get_info
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-18T06:56:11.658Z

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

Link: CVE-2026-72106

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T07:16:52.840

Link: CVE-2026-72106

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72106 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:45:03Z

Weaknesses
  • CWE-131

    Incorrect Calculation of Buffer Size