In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packet_set_ring() temporarily detaches a socket from packet delive…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packet_set_ring() temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po->num, unregisters the protocol hook when needed, drops po->bind_lock, and later restores po->num and re-registers the hook from the saved was_running value. That unlocked window can race with NETDEV_UNREGISTER. The no…
In-depth triage
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/0a052e0808e015e68144a9877e6ef42b952c49fa
- https://git.kernel.org/stable/c/1bc55c29cd85818e9052f17deb287d5a11fb817f
- https://git.kernel.org/stable/c/50aff80475abd3533eef4320477037e6fcc6b56e
- https://git.kernel.org/stable/c/80ec024d53a05c60ad1d08968dcf745f10c1665c
- https://git.kernel.org/stable/c/a885387dae7986a55bae5c77a15bdd447f64e9b9
Timeline
- nvd_ingest NVD