{"id":"CVE-2026-97528","title":"In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error\n\nqla_nvme_xmt_ls_rsp() obtains uctx, which was linked into\nfcport->unsol_ctx_head by qla2xxx_proc…","summary":"In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error\n\nqla_nvme_xmt_ls_rsp() obtains uctx, which was linked into\nfcport->unsol_ctx_head by qla2xxx_proc…","severity":"high","cvss":8.8,"cvssVector":"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","vendor":"Linux","product":"Linux","affected":["Linux >= 875386b98857822b77ac7f95bdf367b70af5b78c < a95fc5f1c12bba1dbff72bd2611e7fad0758831b","Linux >= 875386b98857822b77ac7f95bdf367b70af5b78c < c55d649a6cc246c3ccd5d118faea230c46b60f35","Linux >= 875386b98857822b77ac7f95bdf367b70af5b78c < e46160a5d4fa59bf4d5f3412b6b5cb79edb967dd","Linux 6.6"],"published":"2026-09-25","updated":"2026-09-25","sourceUpdated":"2026-09-25T15:17:58.177","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-97528","references":[{"url":"https://git.kernel.org/stable/c/a95fc5f1c12bba1dbff72bd2611e7fad0758831b","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/c55d649a6cc246c3ccd5d118faea230c46b60f35","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/e46160a5d4fa59bf4d5f3412b6b5cb79edb967dd","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"}],"tags":["nvd","cve.org"],"ingestedAt":"2026-09-25T11:06:38.925Z","slug":"CVE-2026-97528","body":"## Overview\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error\n\nqla_nvme_xmt_ls_rsp() obtains uctx, which was linked into\nfcport->unsol_ctx_head by qla2xxx_process_purls_iocb() and is still linked\nwhen the NVMe transport calls back to transmit the LS response. On the\nerror (out:) path the function frees uctx with kfree() but never removes\nit from the list. This leaves a freed node in fcport->unsol_ctx_head: the\nnext list_add_tail() for that fcport writes through the freed node, and a\nsubsequent list_del() can corrupt the list or panic.\n\nUnlink uctx with list_del() before kfree() on the error path, matching the\nother free sites in qla_nvme_release_lsrsp_cmd_kref() and\nqla2xxx_process_purls_pkt(). qla2x00_rel_sp() in the failure path only\nreturns the SRB to its pool and does not invoke sp->put_fn, so the out:\npath is the sole free and uctx is always still linked there.\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"twilight","depthScore":48,"depthScoreParts":{"impact":48.4,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[{"seq":211010,"id":"CVE-2026-97528","ts":1790349124082,"field":"cvss","old":null,"new":"8.8"},{"seq":211009,"id":"CVE-2026-97528","ts":1790349124082,"field":"severity","old":"none","new":"high"}]}