CVE-2026-23179

CVSS

No CVSS.

I

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

Configurations

No configuration.

History

18 Feb 2026, 17:52

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: nvmet-tcp: corregir cuelgue en nvmet_tcp_listen_data_ready() Cuando el socket se cierra mientras está en TCP_LISTEN, se ejecuta una devolución de llamada para vaciar todos los paquetes pendientes, lo que a su vez llama a nvmet_tcp_listen_data_ready() con el sk_callback_lock retenido. Así que necesitamos verificar si estamos en TCP_LISTEN antes de intentar obtener el sk_callback_lock() para evitar un interbloqueo.

16 Feb 2026, 09:16

Type Values Removed Values Added
References
  • {'url': 'https://git.kernel.org/stable/c/f532b29b0e313f42b964014038b0f52899b240ec', 'source': '416baaa9-dc9f-4396-8d5f-8c081fb06d67'}

14 Feb 2026, 17:15

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-14 17:15

Updated : 2026-02-18 17:52


NVD link : CVE-2026-23179

Mitre link : CVE-2026-23179

CVE.ORG link : CVE-2026-23179


JSON object : View

Products Affected

No product.

CWE

No CWE.