In the Linux kernel, the following vulnerability has been resolved: net: ixp4xx_hss: fix duplicate HDLC netdev allocation ixp4xx_hss_probe() allocates two HDLC netdevs. The first one is stored in n…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: net: ixp4xx_hss: fix duplicate HDLC netdev allocation ixp4xx_hss_probe() allocates two HDLC netdevs. The first one is stored in ndev, initialized, and registered with register_hdlc_device(). The second one is stored in port->netdev and later used by the remove path for unregister_hdlc_device() and free_netdev(). This means that the registered netdev is not the same object that is unregistered and freed on remove. It also lea…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/3f85fcd520aa703824b1958f35169925ddae2558
- https://git.kernel.org/stable/c/77d925b948ee594a79afe66f85bb94b67940140b
- https://git.kernel.org/stable/c/8f4c3c384092becbf4835a3f8ed8a3df1f544578
- https://git.kernel.org/stable/c/91850f582783098415a334f8bd0a84c87ff15a8c
- https://git.kernel.org/stable/c/db818b0e8af7bac16860116a19c341a63d6677b4
- https://git.kernel.org/stable/c/fd0b939ebd1eee29945a539c5ed65c35dddac8d6
- https://git.kernel.org/stable/c/ffba16e6f55948d94b7f16aa113d587c1c4c0643
时间线
- nvd_ingest NVD