NONE · 0

CVE-2026-90334

In the Linux kernel, the following vulnerability has been resolved: tty: clear cdev pointer after cdev_add() failure tty_cdev_add() drops the cdev reference when cdev_add() fails, but leaves driver-...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: tty: clear cdev pointer after cdev_add() failure tty_cdev_add() drops the cdev reference when cdev_add() fails, but leaves driver->cdevs[index] pointing to freed memory. tty_unregister_device() later passes that stale pointer to cdev_del(), causing a use-after-free. Clear the slot after dropping the reference.

References

FAQ

What is CVE-2026-90334?

CVE-2026-90334 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: tty: clear cdev pointer after cdev_add() failure tty_cdev_add() drops the cdev reference when cdev_add() fails, but leaves driver-...

How severe is CVE-2026-90334?

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

Is there a patch for CVE-2026-90334?

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