In the Linux kernel, the following vulnerability has been resolved: net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister() syzbot reported a memory leak [1] in the UDP tunnel NIC offload c…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister() syzbot reported a memory leak [1] in the UDP tunnel NIC offload code. When device registration fails (e.g. in register_netdevice()), netdev core unwinds by sending a single NETDEV_UNREGISTER notification. If work was queued during NETDEV_REGISTER (utn->work_pending is set), udp_tunnel_nic_unregister() returns early: if (utn->work_pending) return; Because fa…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/080695e6f005e2396f1207fd69d24c442cb230c6
- https://git.kernel.org/stable/c/b322532a4b774db1b480a2de84125910a70739a5
- https://git.kernel.org/stable/c/b712da45bd9b9835d132e9fbc0c3e43c164cb1fd
- https://git.kernel.org/stable/c/f82a2ded3d7a9098267c84f14eafdb98c4550ac5
时间线
- nvd_ingest NVD