CVE-2026-97532
Last modified
CVE-2026-97532 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Null out freed pointers in qla2x00_mem_alloc() error path When qla2x00_mem_alloc() fails, qla2x00_probe_one() jumps to probe_hw_failed and calls qla2x00_mem_free(). Several error labels in qla2x00_mem_alloc() freed adapter members (elsrej.c, purex_dma_pool, flt, sfp_data, loop_id_map, async_pd, sf_init_cb, ex_init_cb, npiv_info) but left the pointers dangling.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Null out freed pointers in qla2x00_mem_alloc() error path When qla2x00_mem_alloc() fails, qla2x00_probe_one() jumps to probe_hw_failed and calls qla2x00_mem_free(). Several error labels in qla2x00_mem_alloc() freed adapter members (elsrej.c, purex_dma_pool, flt, sfp_data, loop_id_map, async_pd, sf_init_cb, ex_init_cb, npiv_info) but left the pointers dangling. qla2x00_mem_free() then freed them a second time. Worse, for the dma_pool members it issued dma_pool_free(ha->s_dma_pool, ...) after s_dma_pool had already been destroyed and set to NULL at fail_s_dma_pool, dereferencing a NULL pool. Clear each freed pointer (and its DMA handle) in the error labels so the subsequent qla2x00_mem_free() skips them.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a57570229edb7a0990d5c8067daeb9ac8858a961; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 286d9594a022dd7e0caa3de9daa63b896bc70d43; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 6d90f0feb929f6c0f3010f9af4747c7230b75993; < 6.18.53; < 7.2.7 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97532?
How severe is CVE-2026-97532?
How do I fix CVE-2026-97532?
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-97527In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97528In the Linux kernel, the following vulnerability has been re…
- 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…
- CVE-2026-97533In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97534In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97535In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97536In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97537In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97538In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97532?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
