In the Linux kernel, the following vulnerability has been resolved:
mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroy()
mtdconcatdestroy() frees item->concat so calling mtdvirtconcatputmtd_devices(item->concat) after that leads to a use-after-free.
Fix it by moving mtdvirtconcatputmtddevices() before mtdconcat_destroy().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68423.json",
"cna_assigner": "Linux"
}