NONE · 0

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 al...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-23179?

CVE-2026-23179 is a documented vulnerability. 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 al...

How severe is CVE-2026-23179?

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

Is there a patch for CVE-2026-23179?

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