Bug 2513272 (CVE-2026-68424) - CVE-2026-68424 kernel: mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy_joins()
Summary: CVE-2026-68424 kernel: mtd: virt_concat: fix use-after-free in mtd_virt_conca...
Keywords:
Status: NEW
Alias: CVE-2026-68424
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:28 UTC by OSIDB Bzimport
Modified: 2026-08-13 19:52 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:28:15 UTC
In the Linux kernel, the following vulnerability has been resolved:

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

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

Fix this by moving mtd_virt_concat_put_mtd_devices() before
mtd_concat_destroy()


Note You need to log in before you can comment on or make changes to this bug.