CVE-2026-97528
Last modified
CVE-2026-97528 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 875386b98857822b77ac7f95bdf367b70af5b78c, < a95fc5f1c12bba1dbff72bd2611e7fad0758831b; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < c55d649a6cc246c3ccd5d118faea230c46b60f35; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < e46160a5d4fa59bf4d5f3412b6b5cb79edb967dd |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97528?
How severe is CVE-2026-97528?
How do I fix CVE-2026-97528?
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-97522In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97523In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97524In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97525In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-97526In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97527In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-97529In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9753The $_internalApplyOplogUpdate aggregation pipeline stage ca…8.1
- CVE-2026-97530In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97531In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97532In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97533In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97528?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
