CVE-2026-93204: batman-adv: dat: atomically update mac addresses

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

batman-adv: dat: atomically update mac addresses

When a MAC address is updated in batadvdatentryadd(), 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.

atomic64t 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.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:12 PM
Data Sourced
via MITRE·04:12 PM
Description

Frequently Asked Questions

1

Who is exposed to this race condition?

Systems using the Linux kernel's batman-adv component and its distributed ARP table functionality are exposed when a MAC address can be updated while another execution path reads it.

2

What can happen if the issue is triggered?

A concurrent reader can observe a partially updated MAC address. That mixed address may be sent over the network or used to create an ARP response, potentially poisoning an ARP cache.

3

Does exploitation require an attacker to read a partially updated entry at a specific time?

Yes. The described failure depends on a parallel reader accessing the MAC address while batadv_dat_entry_add() is updating it.

4

What is the remediation described by the fix?

The fix stores the 48-bit MAC address in an atomic64_t so readers receive either the complete old address or the complete new address, rather than a mixture of both.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203