NONE · 0

CVE-2026-68468

In the Linux kernel, the following vulnerability has been resolved: mtd: virt-concat: free duplicate generated name Every MTD registration runs mtd_virt_concat_create_join(). Once a virtual concat ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: mtd: virt-concat: free duplicate generated name Every MTD registration runs mtd_virt_concat_create_join(). Once a virtual concat has already been registered, the function builds the same name again and takes the equal-name branch. That branch skips to the next item without freeing the newly allocated string. Free the temporary name before continuing.

References

FAQ

What is CVE-2026-68468?

CVE-2026-68468 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mtd: virt-concat: free duplicate generated name Every MTD registration runs mtd_virt_concat_create_join(). Once a virtual concat ...

How severe is CVE-2026-68468?

CVSS scoring is not yet available for CVE-2026-68468. Check NVD for updates.

Is there a patch for CVE-2026-68468?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.