In the Linux kernel, the following vulnerability has been resolved: can: esd_usb: kill anchored URBs before freeing netdevs esd_usb_disconnect() frees each CAN netdev with free_candev() inside its …
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: can: esd_usb: kill anchored URBs before freeing netdevs esd_usb_disconnect() frees each CAN netdev with free_candev() inside its per-netdev loop and only calls unlink_all_urbs(dev) afterwards. The per-netdev private data (struct esd_usb_net_priv) is embedded in the net_device allocation returned by alloc_candev(), so once free_candev() has run, dev->nets[i] points to freed memory. unlink_all_urbs() then dereferences the freed…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/5832c55b3c824ba2fe9c36ac3c411baddcce053e
- https://git.kernel.org/stable/c/765ba1c91823a296447528791b89a6504947fd5c
- https://git.kernel.org/stable/c/a02e1d8f191324583599544d54e59e6a2b74bb0e
- https://git.kernel.org/stable/c/a3314f10369df70925140f59bbe069718f65a0b9
- https://git.kernel.org/stable/c/aa1d005927db38af783c1a4a8a00a39e0229ab2d
- https://git.kernel.org/stable/c/c43122fef328a70045fe7621c06de6b2b8e19264
时间线
- nvd_ingest NVD