CVE Catalog

CVE-2026-98154

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the nvme-rdma driver's queue_rq path on -EIO reports a host path error and then still cleans up the command and unmaps the SQE DMA. Because the path error helper completes the request, this results in double cleanup and DMA unmap after the request is already complete.

Risk Assessment

Double cleanup and DMA unmap after request completion can lead to memory corruption, system instability, or kernel panics. It occurs in NVMe over RDMA I/O error scenarios.

Recommendation

Update the Linux kernel to a version that unmaps the SQE first, then reports the host path error, skipping the outer command cleanup. Monitor I/O errors on NVMe over RDMA devices.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: fix -EIO cleanup order in queue_rq On -EIO, the RDMA queue_rq path reports a host path error and then still cleans up the command and unmaps the SQE DMA. The path error helper completes the request, so that is double cleanup and DMA unmap after the request is already complete. Unmap the SQE first, then report the host path error. Skip the outer command cleanup on that path.

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