CVE-2026-89968: nvmet-tcp: reject unsolicited H2CData PDUs

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

nvmet-tcp: reject unsolicited H2CData PDUs

nvmettcphandleh2cdatapdu() accepts an H2CData PDU after only checking that its TTAG is a valid in-range command index and that the command's data buffers are mapped. It never checks that the target has actually solicited that data by sending an R2T for the command.

A remote host can abuse this. It submits a write command that takes the R2T path and, before the target transmits the R2T, sends an H2CData PDU for that command's tag. The data completes the command early, and when the command then fails synchronously (e.g. a length mismatch caught by nvmetchecktransferlen()), it is completed a second time. Each completion calls nvmettcpqueueresponse(), so the same command is added to queue->resplist twice while it is still linked; the second llistadd() makes the node point to itself (lentry->next == lentry).

nvmettcpprocessresplist() then walks that self-referential node and adds the command to respsendlist twice. With CONFIGDEBUGLIST this trips the "listadd double add" check (kernel BUG); without it the loop never terminates and the nvmettcp workqueue wedges (soft-lockup). It is remotely triggerable and needs no authentication on an allowanyhost subsystem.

Track whether an R2T has been transmitted for a command and reject an H2CData PDU that arrives before it. The flag is cleared on command reuse (nvmettcpgetcmd() zeroes cmd->flags) and stays set across the multiple H2CData PDUs of a single solicited transfer.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Linux kernel systems using the nvmet-tcp target functionality are exposed to a remote host that can submit NVMe/TCP write commands to the target.

2

What does an attacker need to do to trigger the flaw?

The attacker submits a write command that takes the R2T path, then sends an H2CData PDU for that command before the target has transmitted the corresponding R2T. The vulnerable handler accepts the unsolicited data when the command tag is in range and its data buffers are mapped.

3

What is the operational impact?

The command can be completed twice and added to response lists multiple times. With CONFIG_DEBUG_LIST enabled, this triggers a kernel BUG; without it, response-list processing can loop indefinitely and prevent the nvmet-tcp workqueue from making progress.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203