CVE-2026-53234
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devm_register_netdev() which causes unregister_netdev() to be deferred until the devres cleanup phase, which runs after emac_remove() returns. This creates a use-after-free window where: 1. emac_remove() is called, which tears down hardware (cancels work, detaches modules, unregisters from MAL) 2. emac_remove() returns 3. devres cleanup runs and finally calls unregister_netdev() During step 3, the network stack might still process packets, trigger...
- CVSS
- 7.8
- EPSS
- 0.13% 3.11% percentile
- CISA KEV
- Not listed
- Published
- 2026.06.25