Skip to main content

Linux Kernel CVE-2026-53177

| EUVDEUVD-2026-39268 MEDIUM
NULL Pointer Dereference (CWE-476)
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-fgqh-527q-6hx4
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
4.7 MEDIUM

AC:H over NVD's AC:L because two independent conditions (NIC closed and PCIe error concurrent) must align; all other metrics match the description and NVD vector.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:H/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 06, 2026 - 18:35 vuln.today
CVSS changed
Jul 06, 2026 - 18:22 NVD
5.5 (MEDIUM)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 nvd
MEDIUM 5.5
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

In the Linux kernel, the following vulnerability has been resolved:

bnxt_en: Fix NULL pointer dereference

PCIe errors detected by a Root Port or Downstream Port cause error recovery services to run on all subordinate devices regardless of administrative state.

The .error_detected() callback, bnxt_io_error_detected(), disables and synchronizes IRQs via bnxt_disable_int_sync(), which calls bnxt_cp_num_to_irq_num() to map completion rings to IRQs using bp->bnapi.

Since bp->bnapi is allocated on NIC open and freed on NIC close, PCIe error recovery on a closed NIC can dereference a NULL pointer.

Check if bp->bnapi is NULL before disabling and synchronizing IRQs.

AnalysisAI

NULL pointer dereference in the Linux kernel bnxt_en Broadcom NetXtreme Ethernet driver crashes the kernel when PCIe error recovery fires against a closed NIC, causing a denial of service. Affected kernel versions span from 4.17 through multiple LTS and mainline branches up to 7.1-rc4, with patches released across all active stable series. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
NIC administratively closed (bp->bnapi freed)
Delivery
PCIe error detected by upstream Root/Downstream Port
Exploit
AER subsystem invokes bnxt_io_error_detected() on closed device
Execution
bnxt_disable_int_sync() calls bnxt_cp_num_to_irq_num() with NULL bp->bnapi
Persist
NULL pointer dereference triggers kernel panic
Impact
Host denial of service

Vulnerability AssessmentAI

Exploitation Two conditions must hold simultaneously: (1) the bnxt_en driver is loaded and the Broadcom NetXtreme NIC is in a closed/down state so that bp->bnapi has been freed and is NULL - this occurs after ip link set down, ifconfig down, or during driver shutdown; and (2) a PCIe error is detected by the upstream Root Port or Downstream Port connected to that adapter, causing the AER recovery subsystem to invoke the .error_detected() callback. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment CVSS 5.5 Medium with AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H reflects a local, low-privilege denial-of-service path. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An administrator brings a Broadcom NetXtreme NIC down for maintenance (ip link set eth0 down), leaving bp->bnapi freed. A concurrent PCIe link error - from hardware instability, a bad cable, or an error injection test - causes the kernel AER subsystem to invoke bnxt_io_error_detected() on the closed device, dereferencing the NULL bp->bnapi pointer inside bnxt_cp_num_to_irq_num() and triggering a kernel panic that crashes the host. …
Remediation Upgrade to a patched kernel version appropriate to the deployed stable branch: 5.15.210+ for 5.15.x LTS, 6.1.176+ for 6.1.x LTS, 6.6.143+ for 6.6.x LTS, 6.12.94+ for 6.12.x LTS, 6.18.36+ for 6.18.x, 7.0.13+ for 7.0.x, or 7.1 stable for mainline. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-53177 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy