In the Linux kernel, the following vulnerability has been resolved: net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_blockcast_redir In tcf_blockcast_redir(), when iterating…
Medium CVSS 5.5
Summary
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_blockcast_redir In tcf_blockcast_redir(), when iterating block ports to redirect packets to multiple devices, the mac_header_xmit flag is queried from the wrong device. The loop sends to dev_prev but queries dev_is_mac_header_xmit(dev) — which is the NEXT device in the iteration, not the one being sent to. This causes tcf_mirred_to_dev() to make incorre…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/4510d140524ca7d6e772db962e013f26f09a63b1 Patch
- https://git.kernel.org/stable/c/4764953c4b47585eb72797b216b63a831dc0c7e6 Patch
- https://git.kernel.org/stable/c/7db3e4e03032261b1b519341123fc30d995478ca Patch
- https://git.kernel.org/stable/c/8fda5174286119addd28473fb2ec5bdf521c05a8 Patch
Timeline
- nvd_ingest NVD