CVE-2026-68423
Received Received - Intake

Use-After-Free in Linux Kernel MTD Virt Concat

Vulnerability report for CVE-2026-68423, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

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().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in the Linux kernel's Memory Technology Device (MTD) subsystem. It occurs in the mtd_virt_concat_destroy function where a memory structure (item->concat) is freed before another function (mtd_virt_concat_put_mtd_devices) that still tries to access it. This leads to a use-after-free error, where freed memory is accessed, potentially causing crashes or arbitrary code execution.

Detection Guidance

This vulnerability is specific to the Linux kernel's mtd subsystem and does not have network-based detection methods. To check if your system is affected, verify the kernel version and whether it includes the vulnerable mtd_virt_concat code. Use commands like uname -a to check the kernel version and grep to inspect the mtd subsystem code.

Impact Analysis

This vulnerability could allow an attacker with local access to cause a kernel crash or execute arbitrary code with elevated privileges. It primarily affects systems using the MTD subsystem, which is common in embedded devices, flash storage systems, and some file systems. Successful exploitation may lead to denial of service or system compromise.

Mitigation Strategies

Apply the latest kernel update or patch that includes the fix for CVE-2026-68423. If a patch is not available, avoid using the mtd_virt_concat feature until an update is applied. Monitor vendor advisories for kernel updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68423. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart