4 matches found
CVE-2026-64321
In the Linux kernel NVMe over RDMA target (nvmet_rdma), a kref reference on the returned ndev could be leaked when the host queue backlog is exceeded and NVME_SC_CONNECT_CTRL_BUSY is returned. The root cause is a missing release path in nvmet_rdma_queue_connect() that fails to kref_put() before t...