Skip to main content

Linux kernel batman-adv EUVDEUVD-2026-45781

| CVE-2026-64096 HIGH
Use After Free (CWE-416)
2026-07-19 Linux GHSA-jhvq-hvr2-2mgr
8.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
8.8 HIGH
AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.1 HIGH

Adjacent mesh access (AV:A) and no auth (PR:N), but winning the RCU use-after-free race is timing-dependent (AC:H); realistic impact is memory disclosure and crash, so C:H/I:L/A:H.

3.1 AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:H
4.0 AV:A/AC:H/AT:P/PR:N/UI:N/VC:H/VI:L/VA:H/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 20, 2026 - 17:23 vuln.today
CVSS changed
Jul 20, 2026 - 15:22 NVD
8.8 (HIGH)
Patch available
Jul 19, 2026 - 17:03 EUVD
CVE Published
Jul 19, 2026 - 15:40 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 19, 2026 - 15:40 cve.org
HIGH 8.8

DescriptionCVE.org

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

batman-adv: mcast: fix use-after-free in orig_node RCU release

batadv_mcast_purge_orig() removes entries from RCU-protected hlists but does not wait for an RCU grace period before returning. Concurrent RCU readers may still accesses references to those entries at the point of removal. RCU-protected readers trying to operate on entries like orig->mcast_want_all_ipv6_node will then access already freed memory.

Fix this by moving batadv_mcast_purge_orig() to batadv_orig_node_release(), just before the call_rcu() invocation. This ensures RCU readers that were active at purge time have drained before the orig_node memory is reclaimed.

AnalysisAI

Use-after-free in the Linux kernel's batman-adv (B.A.T.M.A.N. mesh routing) multicast code lets an adjacent attacker on the mesh trigger access to freed orig_node memory, potentially disclosing kernel memory or crashing the node. The flaw stems from batadv_mcast_purge_orig() removing entries from RCU-protected hlists without waiting for a grace period, so concurrent RCU readers dereference already-freed multicast node references. There is no public exploit identified at time of analysis, EPSS is low (0.18%, 7th percentile), and it is not listed in CISA KEV.

Technical ContextAI

batman-adv is the in-kernel implementation of the B.A.T.M.A.N. Advanced Layer-2 mesh routing protocol, used to build wireless/wired mesh networks where the kernel maintains per-originator (orig_node) state. Multicast optimization tracks which originators want all IPv4/IPv6 multicast traffic via lists such as orig->mcast_want_all_ipv6_node, which are managed with RCU (Read-Copy-Update) for lock-free reads. The root cause is a classic use-after-free (CWE-416, though the feed lists CWE as N/A): batadv_mcast_purge_orig() unlinked entries from RCU-protected hlists but returned before an RCU grace period elapsed, so readers that entered their critical section before removal could still dereference the node after its memory was reclaimed. The fix relocates the purge into batadv_orig_node_release() immediately before call_rcu(), guaranteeing active readers drain before the orig_node is freed.

RemediationAI

Vendor-released patch: update to a fixed stable kernel - 5.10.258, 5.15.209, 6.1.175, 6.6.142, 6.12.92, 6.18.34, 7.0.11, or mainline 7.1 or later, matching your kernel series; the fix moves batadv_mcast_purge_orig() into batadv_orig_node_release() before call_rcu(). Apply the corresponding git.kernel.org stable commit (e.g., https://git.kernel.org/stable/c/ff3a4487ead475e27b43280b8ee3d8464fe280e1) if you build custom kernels, and consult https://nvd.nist.gov/vuln/detail/CVE-2026-64096 for the full commit set. If immediate patching is not possible and batman-adv is not required, unload/disable the batman-adv module (rmmod batman_adv or blacklist it) to remove the vulnerable code path entirely - the trade-off is loss of mesh routing on that node. Where the mesh is needed, restrict which nodes can join the batman-adv network (Layer-2 access control, WPA-protected mesh links, and trusted-peer segmentation) so only trusted adjacent devices can reach the vulnerable multicast handling; this reduces exposure but does not fix the underlying race.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

EUVD-2026-45781 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy