NONE · 0

CVE-2026-74675

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbd_keycode with tty_port_tty_get kbd_keycode() reads vc->port.tty without acquiring a tty referenc...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbd_keycode with tty_port_tty_get kbd_keycode() reads vc->port.tty without acquiring a tty reference, racing against con_shutdown() which clears port.tty under a different lock. Use tty_port_tty_get()/tty_kref_put() to hold a proper reference for the duration the tty pointer is needed.

References

FAQ

What is CVE-2026-74675?

CVE-2026-74675 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbd_keycode with tty_port_tty_get kbd_keycode() reads vc->port.tty without acquiring a tty referenc...

How severe is CVE-2026-74675?

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

Is there a patch for CVE-2026-74675?

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