2 matches found
CVE-2026-68424
CVE-2026-68424 affects the Linux kernel MTD virt_concat code. The root cause is a use-after-free: mtd_concat_destroy() frees item->concat, so calling mtd_virt_concat_put_mtd_devices(item->concat) can use freed memory. The fix migrates the call to mtd_virt_concat_put_mtd_devices() to occur b...
5.3AI score
SaveExploits0References2
EUVD-2026-55609
In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroy mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat after that leads to a use-after-free. Fix it by moving mtdvirtconcatputmtddevices...
5.3AI score
SaveExploits0References2
20