← Volver al buscador de CVEs

CVE-2026-80614

linux

Descripción

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 and crash. Also remove redundant error message. devm_platform_ioremap_resource() already returns an error message with dev_err_probe().

EPSS 0.166%Riesgo 0
Ver fuente
Publicación
2026-08-28 08:16:45
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-08-28 08:16:45
Vector
Pending