CVE-2026-74725
Last modified
CVE-2026-74725 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: enic: fix tx_hang_reset use-after-free on device removal enic_remove() cancels the reset and change_mtu_work items but does not cancel tx_hang_reset. A TX timeout that fires while the device is being removed can schedule enic_tx_hang_reset() so that it runs after free_netdev(), resulting in a use-after-free. cancel_work_sync() alone is not sufficient here: the still-live watchdog and notify paths can re-schedule these work items in the window between the cancel and unregister_netdev().
Description
In the Linux kernel, the following vulnerability has been resolved: enic: fix tx_hang_reset use-after-free on device removal enic_remove() cancels the reset and change_mtu_work items but does not cancel tx_hang_reset. A TX timeout that fires while the device is being removed can schedule enic_tx_hang_reset() so that it runs after free_netdev(), resulting in a use-after-free. cancel_work_sync() alone is not sufficient here: the still-live watchdog and notify paths can re-schedule these work items in the window between the cancel and unregister_netdev(). Use disable_work_sync(), which cancels the work and blocks any subsequent schedule_work() from requeuing it, and apply it to the reset and change_mtu_work items as well so the same requeue race is closed for all teardown work.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 937317c7c1097aa878a5000e3aab616eb5c590c0, < 8619865f34fb3b130b567855382a5c4aadd522b9; >= 937317c7c1097aa878a5000e3aab616eb5c590c0, < e506e704b74748ffd0e1c92a7453ca2a959f832b; >= 937317c7c1097aa878a5000e3aab616eb5c590c0, < 4f3464fc6c1f26afc504fd525c574f2bc14c9d42; >= 937317c7c1097aa878a5000e3aab616eb5c590c0, < ec680ea4ba1bca92a767fb7e7869758bfdd886e3 |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74725?
How severe is CVE-2026-74725?
How do I fix CVE-2026-74725?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7472The Read More & Accordion plugin for WordPress is vulnerable…4.9
- CVE-2026-74720In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74721In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74722In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74723In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74724In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74726In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74727In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74728In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74729In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7473On affected platforms running Arista EOS where a tunnel deca…6.9
- CVE-2026-74730In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74725?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
