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

mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy()

mtd_concat_destroy() frees item->concat so calling
mtd_virt_concat_put_mtd_devices(item->concat) after that leads to a
use-after-free.

Fix it by moving mtd_virt_concat_put_mtd_devices() before
mtd_concat_destroy().
Published: 2026-08-10
Score: 5.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs when the destroy routine frees a concat structure before the attached devices are released. As a result, a subsequent call to release the devices accesses freed memory, creating a use‑after‑free condition. Based on the description, it is inferred that an attacker who can trigger the destruction routine could corrupt memory, potentially enabling code execution or causing a crash.

Affected Systems

Any Linux kernel that contains the MTD virt_concat subsystem before the fix is vulnerable. The vulnerability is present in versions that compile the module without the commit that moves the device release before the destroy call, but no specific version range was enumerated.

Risk and Exploitability

The CVSS score is 5.7 and the EPSS score is less than 1 %. It is not listed in the CISA KEV catalog. The likely attack vector is local, requiring the ability to invoke the destructive sequence, which typically implies privileged or local access. No remote exploitation path is documented. These facts suggest the risk is moderate; timely patching is advisable.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the system to a Linux kernel that includes the mtd_virt_concat patch that moves the device release before the destroy call,
  • Check whether the system uses the MTD virt_concat subsystem; if it is not compiled or loaded you can consider it safe,
  • If an immediate kernel update is not possible, disable the MTD virt_concat feature or avoid performing device removal operations that could trigger the destroy routine.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 12 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy() mtd_concat_destroy() frees item->concat so calling mtd_virt_concat_put_mtd_devices(item->concat) after that leads to a use-after-free. Fix it by moving mtd_virt_concat_put_mtd_devices() before mtd_concat_destroy().
Title mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy()
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:05:18.750Z

Reserved: 2026-07-30T09:28:09.392Z

Link: CVE-2026-68423

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:36.200

Modified: 2026-08-17T06:17:51.320

Link: CVE-2026-68423

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:04:43Z

Links: CVE-2026-68423 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T03:15:12Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference