CVE Catalog

CVE-2026-90105

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the vxlan module's arp/neigh_reduce functions read the neigh ha address directly, which can lead to partial reads while the neigh entry is being updated. The fix uses neigh_ha_snapshot to take a stable snapshot, similar to route_shortcircuit.

Risk Assessment

Partial reads of the address may cause incorrect VXLAN tunnel behavior, potentially resulting in network traffic loss or misdirection.

Recommendation

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

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: vxlan: fix reading neigh ha Currently arp/neigh_reduce read neigh ha directly which can lead to partial reads while the neigh is being updated. Use neigh_ha_snapshot to take a stable snapshot of the address similar to route_shortcircuit which already does the right thing.

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