NONE · 0

CVE-2026-90215

In the Linux kernel, the following vulnerability has been resolved: mtd: ubi: Release device reference on busy detach ubi_detach_mtd_dev() obtains a device reference through ubi_get_device() before ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: mtd: ubi: Release device reference on busy detach ubi_detach_mtd_dev() obtains a device reference through ubi_get_device() before checking whether the UBI device is busy. The busy return path drops ubi->ref_count but leaves the device reference held, so the device object cannot be released after a later detach. Drop the device reference before returning -EBUSY.

References

FAQ

What is CVE-2026-90215?

CVE-2026-90215 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mtd: ubi: Release device reference on busy detach ubi_detach_mtd_dev() obtains a device reference through ubi_get_device() before ...

How severe is CVE-2026-90215?

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

Is there a patch for CVE-2026-90215?

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