Device Removal Vulnerability in Linux Kernel Affecting Enic Driver
CVE-2026-74725

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
22 August 2026

What is CVE-2026-74725?

A vulnerability in the Linux kernel related to the Enic driver allows for a use-after-free situation during the removal of a device. The enic_remove() function can inadvertently leave scheduled work items like tx_hang_reset active while the device is being decommissioned. If a transmission timeout occurs during this process, it may execute enic_tx_hang_reset() after the device's memory has been freed, potentially leading to system instability. The kernel maintenance has since applied a fix using disable_work_sync() methodology to prevent this race condition and ensure safe cleanup of resources.

Affected Version(s)

Linux 937317c7c1097aa878a5000e3aab616eb5c590c0 < 8619865f34fb3b130b567855382a5c4aadd522b9

Linux 937317c7c1097aa878a5000e3aab616eb5c590c0

Linux 937317c7c1097aa878a5000e3aab616eb5c590c0 < 4f3464fc6c1f26afc504fd525c574f2bc14c9d42

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.