In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in accept_untracked_na() accept_untracked_na() re-fetches the inet6_dev with __in6_dev_get(dev) and d…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in accept_untracked_na() accept_untracked_na() re-fetches the inet6_dev with __in6_dev_get(dev) and dereferences idev->cnf.accept_untracked_na without a NULL check, even though its only caller ndisc_recv_na() already fetched and NULL-checked idev for the same device. Both reads of dev->ip6_ptr run in the same RCU read-side critical section, but a concurrent addrconf_ifdown() can clear dev->ip6_ptr…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/160d3f0d7a556ceae505dcab521a37057b4ce28f
- https://git.kernel.org/stable/c/62c719203cb521b64fab74da94a81bdde5c18808
- https://git.kernel.org/stable/c/63d1c23764de2309cedbb779c75188d257a09d9b
- https://git.kernel.org/stable/c/a6450f7cfae57b382cbaf66a577765c9a88b3c58
- https://git.kernel.org/stable/c/d186e942365acece7c56d39da05dd63bf95b280a
时间线
- nvd_ingest NVD