CVE-2026-64096: 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
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.
Details
Original advisory: https://nvd.nist.gov/vuln/detail/CVE-2026-64096
Exploitation outlook
EPSS (FIRST.org) estimates each CVE’s probability of exploitation in the next 30 days — here is the CSIRTS.com read on those numbers.
- Low exploitation riskCVE-2026-640960.26% 30-day exploitation probability — currently an unlikely target, but scores change as exploit code circulates. Riskier than 17% of all scored CVEs.
Referenced CVEs
| CVE | CSIRTS overview | External |
|---|---|---|
| CVE-2026-64096 | coverage & exploitation status | NVD · CVE.org |
Same CVEs, other sources
How other CERTs, PSIRTs and databases cover the vulnerabilities in this advisory.
- highUSN-8620-4: Linux kernel (Intel IoTG) vulnerabilitiesubuntu
- highUSN-8620-3: Linux kernel (Intel IoTG) vulnerabilitiesubuntu
- highUSN-8620-2: Linux kernel (Azure FIPS) vulnerabilitiesubuntu
- highUSN-8620-1: Linux kernel vulnerabilitiesubuntu
- highUSN-8618-1: Linux kernel vulnerabilitiesubuntu
- highUSN-8610-1: Linux kernel (Azure CVM) vulnerabilitiesubuntu
- highUSN-8575-3: Linux kernel vulnerabilitiesubuntu
- highUSN-8603-1: Linux kernel (Azure) vulnerabilitiesubuntu
- highUSN-8576-2: Linux kernel (NVIDIA Tegra) vulnerabilitiesubuntu
- highUSN-8575-2: Linux kernel vulnerabilitiesubuntu
- highUSN-8593-1: Linux kernel vulnerabilitiesubuntu
- highUSN-8576-1: Linux kernel (NVIDIA Tegra) vulnerabilitiesubuntu
More from NVD Recent CVEs
- mediumCVE-2026-67355: guzzlehttp/guzzle versions before 7.15.1 fail to preserve host-only cookie scope, storing the …2026-08-01
- mediumCVE-2026-67354: guzzlehttp/guzzle versions before 7.15.1 contain an information disclosure vulnerability in Re…2026-08-01
- mediumCVE-2026-67353: guzzlehttp/guzzle versions before 7.15.1 contain a denial of service vulnerability in the Cook…2026-08-01
- highCVE-2026-67352: luci-app-https-dns-proxy contains a stored cross-site scripting vulnerability in the resolver_…2026-08-01
- mediumCVE-2026-67344: ArcadeDB before 26.7.2 fails to enforce the UPDATE_SCHEMA database permission on the ALTER TYP…2026-08-01