LiveActive security incident?Get immediate response
CVE Record

CVE-2024-35972: bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init()

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() If ulp = kzalloc() fails, the allocated edev will leak because it is not properly assigned and the cleanup path will not be able to free it. Fix it by assigning it properly immediately after allocation.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel memory leak in the bnxt_en driver initialization path. If one allocation fails, previously allocated memory may not be freed. The sources do not show remote code execution, privilege escalation, or active exploitation.

Executive priority

Treat as routine kernel hygiene unless bnxt_en-dependent systems are business-critical or unstable. Patch through normal maintenance windows, with faster handling for exposed infrastructure showing memory pressure or driver initialization failures.

Technical view

bnxt_rdma_aux_device_init() can leak an allocated edev object when a later kzalloc() for ulp fails. The fix assigns edev immediately after allocation so cleanup can release it. Impact appears limited to resource leakage under failure conditions.

Likely exposure

Exposure is likely limited to Linux systems running affected kernel builds where the bnxt_en RDMA auxiliary initialization path is present or used. The bundle does not provide distribution-specific package names or configuration requirements.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not claim active exploitation. The described condition depends on allocation failure during driver initialization, suggesting reliability or resource-exhaustion concern rather than a demonstrated attack path.

Researcher notes

Evidence is limited to the kernel fix description and stable commit references. No CVSS, CWE, exploit evidence, or vendor-specific package mapping is included in the bundle, so exposure assessment should be confirmed against deployed kernels and distribution advisories.

Mitigation direction

  • Update to a kernel containing the referenced stable fixes.
  • Check Linux distribution advisories for backported kernel packages.
  • Prioritize systems using affected kernels with bnxt_en functionality.
  • Track memory pressure or repeated driver initialization failures until patched.

Validation and detection

  • Inventory running Linux kernel versions against vendor advisories.
  • Confirm whether bnxt_en functionality is present or loaded on systems.
  • Verify the kernel includes the referenced stable commit fix.
  • Review system telemetry for memory leak symptoms during driver initialization.
Prepared
Confidence
medium
Sources
5

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-35972 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
4Source 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
LinuxLinux30343221132430c24b468493c861f71e2bad131f, 30343221132430c24b468493c861f71e2bad131f, 30343221132430c24b468493c861f71e2bad131funaffected
LinuxLinux6.3, 0, 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.