LiveActive security incident?Get immediate response
CVE Record

CVE-2024-26930: scsi: qla2xxx: Fix double free of the ha->vp_map pointer

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.

HighCVSS 7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the Linux qla2xxx SCSI driver can release the same memory twice during error handling, potentially corrupting kernel memory. Successful exploitation requires local, low-privileged access and high complexity, but the scored consequences include loss of confidentiality, integrity, and availability.

Executive priority

Treat this as a high-priority kernel maintenance issue on affected storage infrastructure, but not as an internet-perimeter emergency. Accelerate patch validation where qla2xxx is active or local user access is broadly available. Standard maintenance timing may be reasonable for systems demonstrably lacking the affected driver path.

Technical view

The ha->vp_map pointer could be freed in qla2x00_mem_alloc() and subsequently freed again by qla2x00_mem_free(). The upstream correction sets vp_map to NULL after the first release, making later kfree handling safe. The supplied CVSS 3.1 score is 7.0 with local attack vector, high complexity, low privileges, and no user interaction.

Likely exposure

Exposure is limited to Linux systems containing affected qla2xxx driver code and reaching the vulnerable memory-allocation cleanup path. The bundle identifies releases including 6.3, 6.6.24, 6.7.12, 6.8.3, and 6.9, but its version data includes an ambiguous โ€œ0โ€; verify distribution backports rather than relying only on version strings.

Exploitation context

CISA KEV status is false, and the supplied sources provide no evidence of active exploitation or a public exploit. Exploitation is characterized as local and high complexity, requiring low privileges. The precise trigger conditions and practical exploitability are not established in the bundle.

Researcher notes

The report originated from a Coverity finding and describes a potential double free, not a demonstrated exploit. The repair is narrowly scoped to nulling ha->vp_map after release. The bundle does not identify a CWE, concrete trigger sequence, affected hardware, public proof of concept, or definitive fixed-version boundaries; distribution-specific analysis remains necessary.

Mitigation direction

  • Install a supported vendor kernel confirmed to include the referenced vp_map fix.
  • Check distribution security guidance for patched package versions and backport status.
  • Prioritize systems actively using the qla2xxx driver, especially critical storage hosts.
  • Apply normal change controls and storage-availability safeguards before kernel maintenance.

Validation and detection

  • Inventory running kernel versions and installed distribution kernel packages.
  • Determine whether the qla2xxx module is present, loaded, or required.
  • Confirm the vendor kernel contains an equivalent of the referenced stable commits.
  • Reboot into the corrected kernel and verify the running version.
  • Review kernel logs for qla2xxx faults or memory-corruption symptoms.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve ยท low confidence lookup

CVE-2024-26930 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
2ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7CVSS 3.1HighCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H15.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

7High
CVSS 3.1 vector shape for CVE-2024-26930Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux430eef03a763e5e76a371ba6d02779ae4a64b6ea, 430eef03a763e5e76a371ba6d02779ae4a64b6ea, 430eef03a763e5e76a371ba6d02779ae4a64b6ea, 430eef03a763e5e76a371ba6d02779ae4a64b6eaunaffected
LinuxLinux6.3, 0, 6.6.24, 6.7.12, 6.8.3, 6.9affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.