---
id: CVE-2026-98154
title: |-
  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
summary: |-
  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. Th…
severity: high
cvss: 7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 62eca39722fd997e3621fc903229917b9f0fb271 <
    a41e7fc8d244d9cfc6273051aed85b67adedbb89
  - >-
    Linux >= 62eca39722fd997e3621fc903229917b9f0fb271 <
    cf3e706963ffbd3ee2568fa0d08ab016f0575ea8
  - >-
    Linux >= 62eca39722fd997e3621fc903229917b9f0fb271 <
    171b993a4aed9889159df4815b6a6ba141e61975
  - >-
    Linux >= 62eca39722fd997e3621fc903229917b9f0fb271 <
    d61828199c6cb4b76d48403c77023cd4bb9d09fc
  - Linux 5.12
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T15:18:07.120'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-98154'
references:
  - url: 'https://git.kernel.org/stable/c/171b993a4aed9889159df4815b6a6ba141e61975'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/a41e7fc8d244d9cfc6273051aed85b67adedbb89'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/cf3e706963ffbd3ee2568fa0d08ab016f0575ea8'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d61828199c6cb4b76d48403c77023cd4bb9d09fc'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.804Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
