NONE · 0

CVE-2026-93204

In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: atomically update mac addresses When a MAC address is updated in batadv_dat_entry_add(), it is done using a simpl...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: atomically update mac addresses When a MAC address is updated in batadv_dat_entry_add(), it is done using a simple copy function. A parallel reader might only see parts of this update. In worst case, the reader is transporting the half updated MAC address over the network or is creating an ARP response using it - poisoning the ARP cache. atomic64_t can be used to store the 48 bit of a mac address. A reader will then either see the old mac address or the new one - never a mixture of both.

References

FAQ

What is CVE-2026-93204?

CVE-2026-93204 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: atomically update mac addresses When a MAC address is updated in batadv_dat_entry_add(), it is done using a simpl...

How severe is CVE-2026-93204?

CVSS scoring is not yet available for CVE-2026-93204. Check NVD for updates.

Is there a patch for CVE-2026-93204?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.