CVE-2024-36025: scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
In the Linux kernel, the following vulnerability has been resolved:
scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
The app_reply->elem[] array is allocated earlier in this function and it
has app_req.num_ports elements. Thus this > comparison needs to be >= to
prevent memory corruption.
Security readout for executives and security teams
Plain-English summary
CVE-2024-36025 is a Linux kernel memory corruption bug in the qla2xxx SCSI driver. The defect is an off-by-one bounds check in a stats function. Business urgency depends on whether affected systems run this driver and expose the related functionality; the source bundle provides no CVSS score or exploitation evidence.
Executive priority
Treat as targeted infrastructure hygiene rather than an emergency unless qla2xxx is used in critical storage paths. Prioritize asset identification and kernel updates through normal vulnerability management, with faster handling for storage servers where kernel memory corruption risk has higher operational impact.
Technical view
The issue is in qla_edif_app_getstats(). app_reply->elem[] is allocated with app_req.num_ports elements, but the prior comparison allowed an index equal to the element count. The Linux fix changes the bounds check from greater-than to greater-than-or-equal, preventing out-of-bounds memory corruption.
Likely exposure
Likely exposure is limited to Linux systems using the qla2xxx SCSI driver. The bundle lists Linux kernel version entries including 5.15, 5.15.156, 6.1.87, 6.6.28, 6.8.7, and 6.9, but exact range semantics are incomplete here.
Exploitation context
No active exploitation is indicated. The CVE is not listed as KEV in the provided bundle, and no cited source describes exploitation in the wild, exploit availability, or practical attack prerequisites.
Researcher notes
Evidence supports a bounds-check memory corruption flaw, but not impact class beyond memory corruption. The bundle does not provide CVSS, CWE, trigger conditions, privilege requirements, or exploitability details. Avoid asserting remote, local, privilege escalation, or denial-of-service impact without vendor confirmation.
Mitigation direction
Check whether systems load or build the qla2xxx driver.
Review vendor kernel advisories for the exact affected and fixed package versions.
Update to a kernel containing the referenced stable fixes.
Prioritize storage hosts using qla2xxx over systems without this driver.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify hosts with qla2xxx driver present, loaded, or required.
Map kernel packages to vendor-fixed builds or referenced stable commits.
Confirm post-update kernel version and driver provenance.
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-36025 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.