CVE Catalog

CVE-2026-90158

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the m68k nfcon driver has a deadlock caused by calling console_is_registered() in nfcon_device(), when the .device() method is called while holding the console_list_lock, and console_is_registered() tries to acquire it again.

Risk Assessment

Deadlock can lead to system hang or unresponsiveness, affecting availability.

Recommendation

Apply a kernel patch that removes the console_is_registered() call from nfcon_device().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: m68k: nfcon: Do not call console_is_registered() in nfcon_device() Since 7c2af0f634f1 ("tty: tty_io: use console_list_lock for list synchronization") show_cons_active() calls the .device() method under the console_list_lock, but console_is_registered() tries to acquire console_list_lock as well, causing a deadlock. It should not be necessary to check console_is_registered() here since the function should not be called in the fist place when the console is not registered.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS