CVE-2026-93204
Last modified
CVE-2026-93204 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2f1dfbe185075a50dc8f0490a136377af53a1c62, < 159360a0de831845c4500b4f8638decdcd624040; >= 2f1dfbe185075a50dc8f0490a136377af53a1c62, < 259db2c04586d40b82c5c3002b1e28b0698a0bb7; >= 2f1dfbe185075a50dc8f0490a136377af53a1c62, < 1674855a5b6eacfe35f4db3095d7055c25467274; >= 2f1dfbe185075a50dc8f0490a136377af53a1c62, < 66238e2a74eca5dabf85b0cd2c3c944e474dc2fd; >= 2f1dfbe185075a50dc8f0490a136377af53a1c62, < a5e4d6cb4f6848b8906c1c493f99a8ccc0638515; >= 2f1dfbe185075a50dc8f0490a136377af53a1c62, < f68038c77a2f38c09c7e2e4f7fa1f4e246fdf2c9; >= 2f1dfbe185075a50dc8f0490a136377af53a1c62, < e6de568d3eda3e3c01c868fabd7a9535d5ee4a73 |
| Linux | Linux | 3.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93204?
How severe is CVE-2026-93204?
How do I fix CVE-2026-93204?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93199In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9320IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-93200In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93201In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93202In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93203In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-9321Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-9322IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-9323The urwid web display backend (urwid/display/web.py) generat…8.1
- CVE-2026-9324Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-9327IBM WebSphere Application Server 9.0, and 8.5 could allow an…8.1
- CVE-2026-93292SigNoz versions from 0.88.0 before 0.142.1 contain a SQL inj…8.5
Are you affected by CVE-2026-93204?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
