Security readout for executives and security teams
Plain-English summary
CVE-2025-21973 is a Linux kernel crash issue in the Broadcom bnxt Ethernet driver. If queue statistics are requested while the network interface is down, the driver can dereference missing ring data and panic the kernel. The main business risk is availability loss on affected Linux systems using this driver.
Executive priority
Treat as an availability risk for affected Linux network hosts, not as confirmed data theft or remote compromise. Patch through normal kernel maintenance, faster for critical systems using bnxt_en adapters.
Technical view
The bnxt_get_queue_stats_rx and tx callbacks can access cp_ring or tx_ring without null checks. Those rings are allocated only when the interface is up, but qstats-get is allowed when it is down. The documented result is a NULL pointer dereference in kernel mode and panic.
Likely exposure
Exposure appears limited to Linux systems using the bnxt_en Ethernet driver on affected kernel builds. Systems without bnxt hardware or driver use are not indicated as exposed by the provided sources.
Exploitation context
The source bundle includes a local reproducer through queue statistics collection while the interface is down. It does not cite active exploitation, remote exploitation, privilege requirements, or KEV listing.
Researcher notes
The evidence supports a NULL pointer dereference in bnxt queue-stat callbacks. CVSS, CWE, privilege requirements, and exploit status are not provided. The affected-version data in the bundle is sparse, so distro-specific mapping is required.
Mitigation direction
Update to a Linux kernel package containing the referenced stable fixes.
Check distribution vendor advisories for backported bnxt_en fixes.
Avoid queue-statistics collection on down bnxt interfaces until patched.
Prioritize hosts where kernel panic would affect critical services.
Validation and detection
Inventory Linux hosts using the bnxt_en driver.
Confirm whether deployed kernel packages include the referenced stable commits.
Review monitoring jobs that collect per-queue network statistics.
Test vendor-approved updates in staging before production rollout.
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-2025-21973 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.
0CVSS vectors
3Timeline events
0ADP providers
4Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Apr 1, 2025, 15:47 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.