{"api_version":"1","generated_at":"2026-09-17T14:27:19+00:00","cve":"CVE-2026-89968","urls":{"html":"https://cve.report/CVE-2026-89968","api":"https://cve.report/api/cve/CVE-2026-89968.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-89968","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-89968"},"summary":{"title":"nvmet-tcp: reject unsolicited H2CData PDUs","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet-tcp: reject unsolicited H2CData PDUs\n\nnvmet_tcp_handle_h2c_data_pdu() accepts an H2CData PDU after only checking\nthat its TTAG is a valid in-range command index and that the command's\ndata buffers are mapped. It never checks that the target has actually\nsolicited that data by sending an R2T for the command.\n\nA remote host can abuse this. It submits a write command that takes the\nR2T path and, before the target transmits the R2T, sends an H2CData PDU\nfor that command's tag. The data completes the command early, and when\nthe command then fails synchronously (e.g. a length mismatch caught by\nnvmet_check_transfer_len()), it is completed a second time. Each\ncompletion calls nvmet_tcp_queue_response(), so the same command is added\nto queue->resp_list twice while it is still linked; the second llist_add()\nmakes the node point to itself (lentry->next == lentry).\n\nnvmet_tcp_process_resp_list() then walks that self-referential node and\nadds the command to resp_send_list twice. With CONFIG_DEBUG_LIST this\ntrips the \"list_add double add\" check (kernel BUG); without it the loop\nnever terminates and the nvmet_tcp workqueue wedges (soft-lockup). It is\nremotely triggerable and needs no authentication on an allow_any_host\nsubsystem.\n\nTrack whether an R2T has been transmitted for a command and reject an\nH2CData PDU that arrives before it. The flag is cleared on command reuse\n(nvmet_tcp_get_cmd() zeroes cmd->flags) and stays set across the multiple\nH2CData PDUs of a single solicited transfer.","state":"PUBLISHED","assigner":"Linux","published_at":"2026-09-16 11:17:07","updated_at":"2026-09-16 15:18:21"},"problem_types":[],"metrics":[{"version":"3.1","source":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","type":"Secondary","score":"7.5","severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","baseScore":7.5,"baseSeverity":"HIGH","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"}},{"version":"3.1","source":"CNA","type":"DECLARED","score":"7.5","severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","data":{"baseScore":7.5,"baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"}}],"references":[{"url":"https://git.kernel.org/stable/c/cf1484d9a75de6809ef331e16f525aaa41b0e16d","name":"https://git.kernel.org/stable/c/cf1484d9a75de6809ef331e16f525aaa41b0e16d","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/14beef7d4f123fb458fc9844aa74a071871dcca6","name":"https://git.kernel.org/stable/c/14beef7d4f123fb458fc9844aa74a071871dcca6","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/9fb527103e53fd43a8e802c2eca407869c204f7a","name":"https://git.kernel.org/stable/c/9fb527103e53fd43a8e802c2eca407869c204f7a","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/02341ee424fb2eed16b5b8a9d247492e49335c21","name":"https://git.kernel.org/stable/c/02341ee424fb2eed16b5b8a9d247492e49335c21","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/db62b35cbca052860c519cbcabe7650708528738","name":"https://git.kernel.org/stable/c/db62b35cbca052860c519cbcabe7650708528738","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/2b71f9193e3d3a352920ba367f1a6db345249038","name":"https://git.kernel.org/stable/c/2b71f9193e3d3a352920ba367f1a6db345249038","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/cade124c06f8e738e3a0df285ed2e08953e6bfaa","name":"https://git.kernel.org/stable/c/cade124c06f8e738e3a0df285ed2e08953e6bfaa","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/1cbed7538946c99e585acefd11c9ba3a0bdbae05","name":"https://git.kernel.org/stable/c/1cbed7538946c99e585acefd11c9ba3a0bdbae05","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-89968","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89968","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 02341ee424fb2eed16b5b8a9d247492e49335c21 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 cade124c06f8e738e3a0df285ed2e08953e6bfaa git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 14beef7d4f123fb458fc9844aa74a071871dcca6 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 9fb527103e53fd43a8e802c2eca407869c204f7a git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 2b71f9193e3d3a352920ba367f1a6db345249038 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 cf1484d9a75de6809ef331e16f525aaa41b0e16d git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 1cbed7538946c99e585acefd11c9ba3a0bdbae05 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 872d26a391da92ed8f0c0f5cb5fef428067b7f30 db62b35cbca052860c519cbcabe7650708528738 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5.0","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.0 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.10.270 5.10.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.15.221 5.15.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.1.188 6.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.6.157 6.6.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.12.110 6.12.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.18.51 6.18.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.2.5 7.2.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.3-rc2 * original_commit_for_fix","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["drivers/nvme/target/tcp.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"02341ee424fb2eed16b5b8a9d247492e49335c21","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"},{"lessThan":"cade124c06f8e738e3a0df285ed2e08953e6bfaa","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"},{"lessThan":"14beef7d4f123fb458fc9844aa74a071871dcca6","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"},{"lessThan":"9fb527103e53fd43a8e802c2eca407869c204f7a","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"},{"lessThan":"2b71f9193e3d3a352920ba367f1a6db345249038","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"},{"lessThan":"cf1484d9a75de6809ef331e16f525aaa41b0e16d","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"},{"lessThan":"1cbed7538946c99e585acefd11c9ba3a0bdbae05","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"},{"lessThan":"db62b35cbca052860c519cbcabe7650708528738","status":"affected","version":"872d26a391da92ed8f0c0f5cb5fef428067b7f30","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["drivers/nvme/target/tcp.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"5.0"},{"lessThan":"5.0","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"5.10.*","status":"unaffected","version":"5.10.270","versionType":"semver"},{"lessThanOrEqual":"5.15.*","status":"unaffected","version":"5.15.221","versionType":"semver"},{"lessThanOrEqual":"6.1.*","status":"unaffected","version":"6.1.188","versionType":"semver"},{"lessThanOrEqual":"6.6.*","status":"unaffected","version":"6.6.157","versionType":"semver"},{"lessThanOrEqual":"6.12.*","status":"unaffected","version":"6.12.110","versionType":"semver"},{"lessThanOrEqual":"6.18.*","status":"unaffected","version":"6.18.51","versionType":"semver"},{"lessThanOrEqual":"7.2.*","status":"unaffected","version":"7.2.5","versionType":"semver"},{"lessThanOrEqual":"*","status":"unaffected","version":"7.3-rc2","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.10.270","versionStartIncluding":"5.0","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.15.221","versionStartIncluding":"5.0","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.1.188","versionStartIncluding":"5.0","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.6.157","versionStartIncluding":"5.0","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.12.110","versionStartIncluding":"5.0","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.18.51","versionStartIncluding":"5.0","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.2.5","versionStartIncluding":"5.0","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.3-rc2","versionStartIncluding":"5.0","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet-tcp: reject unsolicited H2CData PDUs\n\nnvmet_tcp_handle_h2c_data_pdu() accepts an H2CData PDU after only checking\nthat its TTAG is a valid in-range command index and that the command's\ndata buffers are mapped. It never checks that the target has actually\nsolicited that data by sending an R2T for the command.\n\nA remote host can abuse this. It submits a write command that takes the\nR2T path and, before the target transmits the R2T, sends an H2CData PDU\nfor that command's tag. The data completes the command early, and when\nthe command then fails synchronously (e.g. a length mismatch caught by\nnvmet_check_transfer_len()), it is completed a second time. Each\ncompletion calls nvmet_tcp_queue_response(), so the same command is added\nto queue->resp_list twice while it is still linked; the second llist_add()\nmakes the node point to itself (lentry->next == lentry).\n\nnvmet_tcp_process_resp_list() then walks that self-referential node and\nadds the command to resp_send_list twice. With CONFIG_DEBUG_LIST this\ntrips the \"list_add double add\" check (kernel BUG); without it the loop\nnever terminates and the nvmet_tcp workqueue wedges (soft-lockup). It is\nremotely triggerable and needs no authentication on an allow_any_host\nsubsystem.\n\nTrack whether an R2T has been transmitted for a command and reject an\nH2CData PDU that arrives before it. The flag is cleared on command reuse\n(nvmet_tcp_get_cmd() zeroes cmd->flags) and stays set across the multiple\nH2CData PDUs of a single solicited transfer."}],"metrics":[{"cvssV3_1":{"baseScore":7.5,"baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"scenarios":[{"lang":"en","value":"AV:N - nvmet-tcp is an in-kernel NVMe-over-TCP target; after kernel_accept() the receive worker parses CapsuleCmd and H2CData PDUs from a listening TCP portal (typically 4420), so a remote initiator on a cloud or storage node can reach the bug over the network.\nAC:L - The attacker sends a write/Connect CapsuleCmd that queues an R2T, then an H2CData PDU for that tag in the same TCP burst; nvmet_tcp_io_work() receives before it sends, so both PDUs are handled before R2T is transmitted, with no condition outside attacker control.\nPR:N - On the unconnected queue after ICReq, Connect with a non-inline SGL takes the R2T path, H2CData is bound to queue->connect while nr_cmds is 0, and nvmet_check_transfer_len() runs before host-NQN allow-list or DH-HMAC-CHAP, so no credentials or Linux privileges are required.\nUI:N - Exploitation uses only attacker-sent NVMe/TCP PDUs against an already listening target; no victim action such as mounting a device or opening a file is required.\nS:U - The corrupted resp_list, workqueue hang, and optional list_add BUG occur inside the target host kernel's NVMe/TCP worker and do not cross a VM, IOMMU, or other security authority.\nC:N - Double llist_add makes the command node self-referential and then livelocks or hits DEBUG_LIST checks; there is no use-after-free, out-of-bounds read, or other primitive that discloses kernel memory.\nI:N - The second llist_add only points the node at itself rather than creating an attacker-controlled write; there is no use-after-free, OOB write, or type confusion that would allow arbitrary kernel modification or code execution.\nA:H - nvmet_tcp_process_resp_list() walks the self-loop forever, wedging WQ_MEM_RECLAIM nvmet_tcp_wq in a soft lockup; CONFIG_DEBUG_LIST/BUG_ON_DATA_CORRUPTION can BUG on list_add double add, and cancel_work_sync() during teardown deadlocks as well."}]}],"providerMetadata":{"dateUpdated":"2026-09-16T14:40:46.581Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/02341ee424fb2eed16b5b8a9d247492e49335c21"},{"url":"https://git.kernel.org/stable/c/cade124c06f8e738e3a0df285ed2e08953e6bfaa"},{"url":"https://git.kernel.org/stable/c/14beef7d4f123fb458fc9844aa74a071871dcca6"},{"url":"https://git.kernel.org/stable/c/9fb527103e53fd43a8e802c2eca407869c204f7a"},{"url":"https://git.kernel.org/stable/c/2b71f9193e3d3a352920ba367f1a6db345249038"},{"url":"https://git.kernel.org/stable/c/cf1484d9a75de6809ef331e16f525aaa41b0e16d"},{"url":"https://git.kernel.org/stable/c/1cbed7538946c99e585acefd11c9ba3a0bdbae05"},{"url":"https://git.kernel.org/stable/c/db62b35cbca052860c519cbcabe7650708528738"}],"title":"nvmet-tcp: reject unsolicited H2CData PDUs","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-89968","datePublished":"2026-09-16T10:32:48.852Z","dateReserved":"2026-09-11T19:38:34.778Z","dateUpdated":"2026-09-16T14:40:46.581Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-09-16 11:17:07","lastModifiedDate":"2026-09-16 15:18:21","problem_types":[],"metrics":{"cvssMetricV31":[{"source":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","baseScore":7.5,"baseSeverity":"HIGH","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"},"exploitabilityScore":3.9,"impactScore":3.6}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"89968","Ordinal":"1","Title":"nvmet-tcp: reject unsolicited H2CData PDUs","CVE":"CVE-2026-89968","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"89968","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet-tcp: reject unsolicited H2CData PDUs\n\nnvmet_tcp_handle_h2c_data_pdu() accepts an H2CData PDU after only checking\nthat its TTAG is a valid in-range command index and that the command's\ndata buffers are mapped. It never checks that the target has actually\nsolicited that data by sending an R2T for the command.\n\nA remote host can abuse this. It submits a write command that takes the\nR2T path and, before the target transmits the R2T, sends an H2CData PDU\nfor that command's tag. The data completes the command early, and when\nthe command then fails synchronously (e.g. a length mismatch caught by\nnvmet_check_transfer_len()), it is completed a second time. Each\ncompletion calls nvmet_tcp_queue_response(), so the same command is added\nto queue->resp_list twice while it is still linked; the second llist_add()\nmakes the node point to itself (lentry->next == lentry).\n\nnvmet_tcp_process_resp_list() then walks that self-referential node and\nadds the command to resp_send_list twice. With CONFIG_DEBUG_LIST this\ntrips the \"list_add double add\" check (kernel BUG); without it the loop\nnever terminates and the nvmet_tcp workqueue wedges (soft-lockup). It is\nremotely triggerable and needs no authentication on an allow_any_host\nsubsystem.\n\nTrack whether an R2T has been transmitted for a command and reject an\nH2CData PDU that arrives before it. The flag is cleared on command reuse\n(nvmet_tcp_get_cmd() zeroes cmd->flags) and stays set across the multiple\nH2CData PDUs of a single solicited transfer.","Type":"Description","Title":"nvmet-tcp: reject unsolicited H2CData PDUs"}]}}}