Ghostwire

CVE-2026-74675: In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbd_keycode with...

MEDIUM CVSS 0.0

Published: August 22, 2026 | Last Modified: August 22, 2026

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.

Ghostwire Analysis — What This Means Practically

This analysis is generated by Ghostwire from NVD, CISA KEV, EPSS, and open-source intelligence data. Verify findings through primary sources before acting.

Security Coverage (1 articles)

References