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…
Info
Summary
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…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- 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
Timeline
- nvd_ingest NVD