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 c…
提示
摘要
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 i…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/4f3464fc6c1f26afc504fd525c574f2bc14c9d42
- https://git.kernel.org/stable/c/8619865f34fb3b130b567855382a5c4aadd522b9
- https://git.kernel.org/stable/c/e506e704b74748ffd0e1c92a7453ca2a959f832b
- https://git.kernel.org/stable/c/ec680ea4ba1bca92a767fb7e7869758bfdd886e3
时间线
- nvd_ingest NVD