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

dm_early_create: fix freeing used table on dm_resume failure

If dm_resume fails, the kernel attempts to free table with
dm_table_destroy, but the table was already instantiated with
dm_swap_table. This commit skips the call to dm_table_destroy in this
case.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from the device mapper’s resume path attempting to free a table that has already been instantiated. If dm_resume fails, the kernel calls dm_table_destroy on a table that was allocated by dm_swap_table, potentially corrupting memory. This double‑free weakness (CWE-1341) could manifest as a kernel crash or could provide an avenue for privilege escalation if an attacker can reliably trigger the failure conditions, albeit the exact impact is inferred.

Affected Systems

All Linux kernel releases that do not contain commit 259ce9e3fc3a3f8c4e393a2072b8f34302eb4d5a are affected. Systems running a kernel older than the patch that fixes the double‑free logic are at risk.

Risk and Exploitability

The EPSS score is < 1%, and the CVSS score is 7.8. The vulnerability is not listed in CISA's KEV catalog, indicating no publicly known active exploitation. Exploitation would likely require local privilege to trigger the dm_resume failure path, and while the likelihood of exploitation is low, the potential for kernel memory corruption warrants timely attention.

Generated by OpenCVE AI on August 18, 2026 at 04:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that includes the commit that removes the double‑free logic.
  • If a system update is not possible, obtain the patch from the kernel source repository and rebuild the kernel to incorporate the fix.
  • After applying the update or patch, reboot the system to ensure the code change takes effect and monitor for any unexpected kernel panics.

Generated by OpenCVE AI on August 18, 2026 at 04:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Weaknesses CWE-415

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

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/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-415

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_early_create: fix freeing used table on dm_resume failure If dm_resume fails, the kernel attempts to free table with dm_table_destroy, but the table was already instantiated with dm_swap_table. This commit skips the call to dm_table_destroy in this case.
Title dm_early_create: fix freeing used table on dm_resume failure
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:16.779Z

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

Link: CVE-2026-72102

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72102

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72102 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:00:09Z

Weaknesses
  • CWE-1341

    Multiple Releases of Same Resource or Handle