CVE-2026-80614
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
28/08/2026
Última modificación:
28/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: emac: Fix NULL pointer dereference in emac_probe<br />
<br />
Move devm_request_irq() after devm_platform_ioremap_resource() so that<br />
dev->emacp is mapped before the interrupt handler can fire. An early<br />
interrupt hitting emac_irq() would dereference the NULL dev->emacp and<br />
crash.<br />
<br />
Also remove redundant error message. devm_platform_ioremap_resource()<br />
already returns an error message with dev_err_probe().



