CVE Catalog

CVE-2026-90106

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the bridge module's ARP/ND proxy reads the neigh ha address directly, which can result in torn or partial reads while the neigh entry is being updated. The fix uses neigh_ha_snapshot to take a stable snapshot of the address.

Risk Assessment

Partial reads of the layer-2 address may cause incorrect proxy ARP/ND behavior, potentially leading to network connectivity loss or misdirected traffic.

Recommendation

Update the Linux kernel to a version containing the fix that uses neigh_ha_snapshot in the bridge module.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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 neigh_ha_snapshot to take a stable snapshot of the address.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS