CVE-2026-97951
Last modified
CVE-2026-97951 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix hang for aborted WRITE_PENDING commands When a LUN_RESET aborts a WRITE command that is in the TRANSPORT_WRITE_PENDING state, the target core sets CMD_T_ABORTED and waits for the frontend to finish processing. If the initiator subsequently sends the remaining dataout PDUs, __iscsit_check_dataout_hdr() catches the payload, stops the dataout timer if the sequence is final and finally dumps the data. However, the iSCSI target doesn't trigger the completion process for these aborted commands.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix hang for aborted WRITE_PENDING commands When a LUN_RESET aborts a WRITE command that is in the TRANSPORT_WRITE_PENDING state, the target core sets CMD_T_ABORTED and waits for the frontend to finish processing. If the initiator subsequently sends the remaining dataout PDUs, __iscsit_check_dataout_hdr() catches the payload, stops the dataout timer if the sequence is final and finally dumps the data. However, the iSCSI target doesn't trigger the completion process for these aborted commands. Because of this, the abort path hangs indefinitely in target_put_cmd_and_wait(), leading to a deadlocked target worker thread. Fix this by explicitly calling target_complete_cmd() when the final dataout PDU is received for an aborted WRITE command. target_complete_cmd() detects the CMD_T_ABORTED flag and cleanly routes the command into target_abort_work, allowing the abort completion to successfully unblock.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 638cf7c0cf64d5bb5704c3a78b54ae6602f69a32; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < f6f6351e98c77c27b51763ef52deb2efe4b46ac7; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 37f7f54d06c6100511979d6e9c1222b404e3f006; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < d5869dae5080e976d4b03cc33eb7ceb527f242bf; < 6.12.111; < 6.18.53; < 7.2.7 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97951?
How severe is CVE-2026-97951?
How do I fix CVE-2026-97951?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97946In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97947In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97948In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97949In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9795A flaw was found in Keycloak's Fine-Grained Admin Permission…7.3
- CVE-2026-97950In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97952In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97953In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97954In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97955In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97957In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-97951?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
