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

net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling

In non-MSI-X mode (such as legacy INTx or single MSI), wx->msix_entry is
not allocated or initialized. Calling NGBE_INTR_MISC(wx) dereferences
wx->msix_entry->entry, leading to a NULL pointer dereference crash.

This issue was introduced by fixing the IRQ vector when the number of
VFs is 7. Fix the issue by explicitly checking `pdev->msix_enabled` to
determine the correct vector index.

Additionally, as a side fix, set the interrupt mask to BIT(0) for the
non-MSI-X fallback. In MSI/INTx mode, the MISC and queue interrupts
share vector 0, and the WX_PX_MISC_IVAR register is only valid in the
MSI-X case. Thus, BIT(0) is the correct mask for the miscellaneous cause
when MSI-X is disabled.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a NULL pointer dereference in the Linux ngbe network driver when interrupt handling is performed in non‑MSI‑X mode. This flaw causes the kernel to crash, resulting in a denial of service because the entire system becomes unstable until rebooted.

Affected Systems

The issue affects any Linux kernel that includes the ngbe driver and has not yet been updated to the patched version. All vendors that ship the standard Linux kernel are affected.

Risk and Exploitability

No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog, suggesting a lower probability of widespread exploitation. The likely attack vector would involve interaction with the affected network device, potentially through local privilege escalation or crafted traffic that triggers the driver’s non‑MSI‑X interrupt path. Because the flaw leads only to a crash rather than code execution, it poses a moderate risk to availability but not to confidentiality or integrity.

Generated by OpenCVE AI on August 26, 2026 at 15:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the ngbe NULL pointer dereference fix.
  • If a kernel upgrade is not immediately possible, disable the ngbe network device or replace it with an alternative driver to prevent the crash.
  • Configure the network device to use MSI‑X interrupt mode if hardware supports it, which avoids the vulnerable non‑MSI‑X path.

Generated by OpenCVE AI on August 26, 2026 at 15:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling In non-MSI-X mode (such as legacy INTx or single MSI), wx->msix_entry is not allocated or initialized. Calling NGBE_INTR_MISC(wx) dereferences wx->msix_entry->entry, leading to a NULL pointer dereference crash. This issue was introduced by fixing the IRQ vector when the number of VFs is 7. Fix the issue by explicitly checking `pdev->msix_enabled` to determine the correct vector index. Additionally, as a side fix, set the interrupt mask to BIT(0) for the non-MSI-X fallback. In MSI/INTx mode, the MISC and queue interrupts share vector 0, and the WX_PX_MISC_IVAR register is only valid in the MSI-X case. Thus, BIT(0) is the correct mask for the miscellaneous cause when MSI-X is disabled.
Title net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-26T14:36:52.937Z

Reserved: 2026-08-15T05:44:03.930Z

Link: CVE-2026-74741

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:16:52.867

Modified: 2026-08-26T15:16:52.867

Link: CVE-2026-74741

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T16:15:07Z

Weaknesses