3 matches found
EUVD-2026-81699
In the Linux kernel, the following vulnerability has been resolved: net: bridge: arp/nd proxy: fix reading neigh ha Currently neigh ha address is read directly, but that can result in torn/partial reads if the neigh is being updated. Use neighhasnapshot to take a stable snapshot of the address...
CVE-2026-90106 net: bridge: arp/nd proxy: fix reading neigh ha
In the Linux kernel, the following vulnerability has been resolved: net: bridge: arp/nd proxy: fix reading neigh ha Currently neigh ha address is read directly, but that can result in torn/partial reads if the neigh is being updated. Use neighhasnapshot to take a stable snapshot of the address...
CVE-2026-90106
CVE-2026-90106 is a Linux kernel vulnerability in the network bridge ARP/ND proxy subsystem. The root cause is that the neighbour hardware address (neigh ha) is read directly from memory, which can result in torn or partial reads if the neighbour entry is being updated concurrently. The fix repla...