2 matches found
EUVD-2026-55610
In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroyjoins mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat leads to a use after free. Fix this by moving mtdvirtconcatputmtddevices before...
5.3AI score
SaveExploits0References2
CVE-2026-68423
The vulnerability CVE-2026-68423 concerns the Linux kernel’s MTD subsystem, specifically the virt_concat code path. A use-after-free occurs in mtd_virt_concat_destroy() because mtd_concat_destroy() frees item->concat, after which mtd_virt_concat_put_mtd_devices(item->concat) may be invoked,...
5.3AI score
SaveExploits0References2
20