In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() When the interface has NETIF_F_SG enabled and skb_linearize() fails in…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() When the interface has NETIF_F_SG enabled and skb_linearize() fails in ax88179_tx_fixup(), the function returns NULL without freeing the skb. usbnet_start_xmit() treats a NULL return from tx_fixup() as a drop (info->flags does not set FLAG_MULTI_PACKET for this driver), jumping to the "drop" label where it does `if (skb) dev_kfree_skb_any(skb)`. Because tx_fixup() re…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/1c63303659a2264bd55d9813df74cb4caeed5922
- https://git.kernel.org/stable/c/1f428e30947395d9b9aacee03e25a4e6cfcad7a4
- https://git.kernel.org/stable/c/2be5091fa693b9119ad25a8bb8c149d236a23ade
- https://git.kernel.org/stable/c/4039cd807a5a46dc5f7618fffae926b8ad8455eb
- https://git.kernel.org/stable/c/58733b1dd46bb231d9d279c132a20ee46da1b664
- https://git.kernel.org/stable/c/83a765cbd7b4d11b0b9fa1bb9d941ae911a2159b
时间线
- nvd_ingest NVD