CVE-2026-23001 - macvlan: fix possible UAF in macvlan_forward_source()
CVE ID : CVE-2026-23001 Published : Jan. 25, 2026, 2:36 p.m. | 29 minutes ago Description : In the Linux kernel, the following vulnerability has been resolved: macvlan: fix possible UAF in macvlan_forward_source() Add RCU protection on (struct macvlan_source_entry)->vlan. Whenever macvlan_hash_del_source() is called, we must clear entry->vlan pointer before RCU grace period starts. This allows macvlan_forward_source() to skip over entries queued for freeing. Note that macvlan_dev are already RCU protected, as they are embedded in a standard netdev (netdev_priv(ndev)). https: //lore.kernel.org/netdev/[email protected]/T/#u Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...