LiveActive security incident?Get immediate response
CVE Record

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.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

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.
Prepared
Confidence
medium
Sources
7

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
3Timeline events
2ADP providers
6Source links

SSVC decision data

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

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
LinuxLinux7878f22a2e03b69baf792f74488962981a1c9547, 7878f22a2e03b69baf792f74488962981a1c9547, 7878f22a2e03b69baf792f74488962981a1c9547, 7878f22a2e03b69baf792f74488962981a1c9547, 7878f22a2e03b69baf792f74488962981a1c9547unaffected
LinuxLinux5.15, 0, 5.15.156, 6.1.87, 6.6.28, 6.8.7, 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.