Vulnerability in Linux

CVE-2026-23179

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready() When the socket is closed while in TCP_LISTEN a callback is run to flush all outstanding packets, which in turns calls nvmet_tcp_listen_data_ready() with the sk_callback_lock held. So we need to check if we are in TCP_LISTEN before attempting to get the sk_callback_lock() to avoid a deadlock.

EPSS: 0.002 (6.3th percentile) — read the EPSS interpretation.

Affected products

  • Linux — versions 675b453e024154dd547921c6e6d5b58747ba7e0e, 6.7, 0

References