Skip to main content

Linux Kernel ngbe EUVDEUVD-2026-66571

| CVE-2026-74741 HIGH
2026-08-26 Linux GHSA-6j22-8cx7-cjfj
7.5
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.9 MEDIUM

Network vector retained as possible if traffic triggers the path, but AC:H reflects the required non-MSI-X hardware configuration; no confidentiality or integrity impact.

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

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

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

Lifecycle Timeline

5
Analysis Generated
Aug 27, 2026 - 06:25 vuln.today
CVSS changed
Aug 27, 2026 - 06:22 NVD
7.5 (HIGH)
Patch available
Aug 26, 2026 - 16:17 EUVD
CVE Published
Aug 26, 2026 - 14:36 cve.org
HIGH 7.5
CVE Published
Aug 26, 2026 - 14:36 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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.

AnalysisAI

NULL pointer dereference in the Linux kernel ngbe (Wangxun) network driver crashes the kernel when the NIC operates in non-MSI-X interrupt mode (legacy INTx or single MSI). Systems running affected kernel versions with Wangxun WX1860-series NICs configured in non-MSI-X mode are exposed to a kernel panic, resulting in complete system availability loss. …

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
Identify host with ngbe NIC in non-MSI-X mode
Delivery
Send network traffic to target
Exploit
Trigger interrupt handler invoking NGBE_INTR_MISC
Execution
Dereference NULL wx->msix_entry pointer
Persist
Kernel panic
Impact
System DoS

Vulnerability AssessmentAI

Exploitation Exploitation requires: (1) the target system must be equipped with a Wangxun WX1860-series network adapter using the ngbe kernel driver, AND (2) the NIC must be operating in non-MSI-X interrupt mode (legacy INTx or single MSI) - this is a non-default configuration on most modern x86 systems where MSI-X is typically negotiated automatically. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The NVD-assigned CVSS vector (AV:N/AC:L/PR:N/UI:N) warrants scrutiny: if network-received packets trigger the interrupt handling code path that invokes NGBE_INTR_MISC, a remote unauthenticated attacker sending crafted traffic could induce the kernel panic, justifying AV:N/PR:N. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker with the ability to generate network traffic destined for a host running an unpatched kernel with a Wangxun ngbe NIC in non-MSI-X mode sends packets that drive the interrupt handling code path invoking NGBE_INTR_MISC; the macro dereferences the uninitialized wx->msix_entry pointer, triggering a kernel NULL pointer dereference oops and crashing the system. No public exploit or proof-of-concept code has been identified at time of analysis.
Remediation Apply the appropriate stable kernel patch: upgrade to 6.18.46, 7.1.10, or 7.2 (or later), or cherry-pick the fix commits from kernel.org stable (cef4c5b9aca2, 0ab482b2195e, 5f3a13e0bb5e). … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all Linux systems running Wangxun WX1860-series NICs in non-MSI-X interrupt mode (INTx or single MSI) and assess production impact. …

Sign in for detailed remediation steps and compensating controls.

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

Share

EUVD-2026-66571 vulnerability details – vuln.today

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