CVE-2026-74741

Source
https://cve.org/CVERecord?id=CVE-2026-74741
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74741.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74741
Downstream
Published
2026-08-26T14:36:52.937Z
Modified
2026-08-28T03:47:17.145299360Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling
Details

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->msixentry is not allocated or initialized. Calling NGBEINTRMISC(wx) dereferences wx->msixentry->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 WXPXMISC_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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74741.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4174c0c331a2aa3322d3b3be532808deb041b37d
Fixed
cef4c5b9aca24651d069adf9462b221df6a2a669
Fixed
0ab482b2195edc000262f0eae1cdcb416b8f335d
Fixed
5f3a13e0bb5ebcc1ca2dfda42ea40b9f3c2be6ea

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74741.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74741.json"