NONE · 0

CVE-2026-90335

In the Linux kernel, the following vulnerability has been resolved: tty: skip cdev_del() when no cdev is registered TTY device registration can fail before a cdev is allocated. Serial core keeps the...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: tty: skip cdev_del() when no cdev is registered TTY device registration can fail before a cdev is allocated. Serial core keeps the port so setserial can still use it, and later removal passes the NULL cdev slot to cdev_del(), causing a NULL-pointer dereference. Only delete the cdev when the slot is not NULL.

References

FAQ

What is CVE-2026-90335?

CVE-2026-90335 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: tty: skip cdev_del() when no cdev is registered TTY device registration can fail before a cdev is allocated. Serial core keeps the...

How severe is CVE-2026-90335?

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

Is there a patch for CVE-2026-90335?

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