Answer in brief
CVE-2024-26930 records a Unknown severity vulnerability in scsi: qla2xxx: Fix double free of the ha->vp_map pointer. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <f14cee7a882cb79528f17a2335f53e9fd1848467 || >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <b7deb675d674f44e0ddbab87fee8f9f098925e73 || >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <825d63164a2e6bacb059a9afb5605425b485413f || >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <e288285d47784fdcf7c81be56df7d65c6f10c58b | f14cee7a882cb79528f17a2335f53e9fd1848467, b7deb675d674f44e0ddbab87fee8f9f098925e73, 825d63164a2e6bacb059a9afb5605425b485413f, e288285d47784fdcf7c81be56df7d65c6f10c58b |
| Linux/Linuxgeneric | 6.3 | Not reported |
Published upstream
May 1, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix double free of the ha->vp_map pointer Coverity scan reported potential risk of double free of the pointer ha->vp_map. ha->vp_map was freed in qla2x00_mem_alloc(), and again freed in function qla2x00_mem_free(ha). Assign NULL to vp_map and kfree take care of NULL.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-26930 records a Unknown severity vulnerability in scsi: qla2xxx: Fix double free of the ha->vp_map pointer. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <f14cee7a882cb79528f17a2335f53e9fd1848467 || >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <b7deb675d674f44e0ddbab87fee8f9f098925e73 || >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <825d63164a2e6bacb059a9afb5605425b485413f || >=430eef03a763e5e76a371ba6d02779ae4a64b6ea <e288285d47784fdcf7c81be56df7d65c6f10c58b | f14cee7a882cb79528f17a2335f53e9fd1848467, b7deb675d674f44e0ddbab87fee8f9f098925e73, 825d63164a2e6bacb059a9afb5605425b485413f, e288285d47784fdcf7c81be56df7d65c6f10c58b |
| Linux/Linuxgeneric | 6.3 | Not reported |
Published upstream
May 1, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix double free of the ha->vp_map pointer Coverity scan reported potential risk of double free of the pointer ha->vp_map. ha->vp_map was freed in qla2x00_mem_alloc(), and again freed in function qla2x00_mem_free(ha). Assign NULL to vp_map and kfree take care of NULL.
Quoted source text, attributed separately from HOL analysis.