CVE-2026-97528

Source
https://cve.org/CVERecord?id=CVE-2026-97528
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97528.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97528
Downstream
Published
2026-09-25T10:21:30Z
Modified
2026-09-26T03:48:29Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
scsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error
Details

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

scsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error

qla_nvme_xmt_ls_rsp() obtains uctx, which was linked into fcport->unsol_ctx_head by qla2xxx_process_purls_iocb() and is still linked when the NVMe transport calls back to transmit the LS response. On the error (out:) path the function frees uctx with kfree() but never removes it from the list. This leaves a freed node in fcport->unsol_ctx_head: the next list_add_tail() for that fcport writes through the freed node, and a subsequent list_del() can corrupt the list or panic.

Unlink uctx with list_del() before kfree() on the error path, matching the other free sites in qla_nvme_release_lsrsp_cmd_kref() and qla2xxx_process_purls_pkt(). qla2x00_rel_sp() in the failure path only returns the SRB to its pool and does not invoke sp->put_fn, so the out: path is the sole free and uctx is always still linked there.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97528.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
875386b98857822b77ac7f95bdf367b70af5b78c
Fixed
a95fc5f1c12bba1dbff72bd2611e7fad0758831b
Fixed
c55d649a6cc246c3ccd5d118faea230c46b60f35
Fixed
e46160a5d4fa59bf4d5f3412b6b5cb79edb967dd

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97528.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97528.json"