PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64096 Linux CVE debrief

A use-after-free vulnerability was found in the batman-adv module of the Linux kernel. The batadv_mcast_purge_orig() function removes entries from RCU-protected hlists without waiting for an RCU grace period, allowing concurrent RCU readers to access already freed memory. This issue can lead to system crashes or code execution. Linux kernel maintainers and users, as well as network administrators, should be aware of this vulnerability and take necessary actions to mitigate it.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-19
Advisory published
2026-07-19
Advisory updated
2026-07-19

Who should care

Linux kernel maintainers and users, network administrators, and security teams should be aware of this vulnerability and take necessary actions to mitigate it. They should review and update Linux kernel configurations to ensure the batman-adv module is properly secured and monitor system logs for potential exploitation attempts.

Technical summary

The batman-adv module in the Linux kernel has a use-after-free vulnerability. The batadv_mcast_purge_orig() function removes entries from RCU-protected hlists but does not wait for an RCU grace period before returning. This allows concurrent RCU readers to access already freed memory, potentially causing system crashes or code execution. The vulnerability was resolved by moving batadv_mcast_purge_orig() to batadv_orig_node_release(), ensuring RCU readers have drained before orig_node memory is reclaimed.

Defensive priority

High

Recommended defensive actions

  • Apply the official patch from the Linux kernel repository
  • Review and update Linux kernel configurations to ensure batman-adv module is properly secured
  • Monitor system logs for potential exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was resolved by moving batadv_mcast_purge_orig() to batadv_orig_node_release(), ensuring RCU readers have drained before orig_node memory is reclaimed. This change prevents use-after-free issues by synchronizing the removal of entries from RCU-protected hlists with the actual memory reclamation. Linux kernel maintainers and users should verify their kernel configurations and update to the latest version if necessary. The official patch from the Linux kernel repository should be applied, and system logs should be monitored for potential exploitation attempts.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-19T16:17:50.600Z and has not been modified since then.