THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-80614 (HIGH 7.5) — In the Linux kernel, the following vulnerability has been resolved: net: emac: Fix NULL pointer dereference in emac_probe Move devm_request_irq() after devm_platform_ioremap_resource() so that dev->emacp is mapped before the interrupt handler can fire. An early interrupt hitti

[NVD] CVE-2026-80614 (HIGH 7.5) — In the Linux kernel, the following vulnerability has been resolved: net: emac: Fix NULL pointer dereference in emac_probe Move devm_request_irq() after devm_platform_ioremap_resource() so that dev->emacp is mapped before the interrupt handler can fire. An early interrupt hitti

mednvdPublished 2026-08-28

CVE-2026-80614 CVSS: 7.5 HIGH Published: 2026-08-28T08:16:45.430

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

net: emac: Fix NULL pointer dereference in emac_probe

Move devm_request_irq() after devm_platform_ioremap_resource() so that dev->emacp is mapped before the interrupt handler can fire. An early interrupt hitting emac_irq() would dereference the NULL dev->emacp an

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-80614