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

batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface

Without rtnl_lock held, a hardif might be retrieved as primary interface of
a meshif, but then (while operating on this interface) getting decoupled
from the mesh interface. In this case, the meshif still exists but the
pointer from the primary hardif to the meshif is set to NULL.

The mesh_iface must be checked first to be non-NULL before continuing to
send an ARP request using meshif.
Published: 2026-07-19
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A null pointer dereference in the batman‑adv networking module of the Linux kernel can cause a kernel panic when a network interface is dropped while it is serving as the primary interface of a mesh network. The vulnerability arises because the code fails to check that the reference to the mesh interface remains valid before using it to send an ARP request. This flaw is a classic null pointer dereference (CWE‑476) and results in an abrupt system halt.

Affected Systems

All Linux kernel installations that include the batman‑adv subsystem and have not yet received the patch committed in 2026 are affected. The commit that fixes the issue is referenced by the URLs in the advisory, but no specific kernel release version is listed; any kernel containing the vulnerable code before the patch is susceptible.

Risk and Exploitability

The EPSS score is reported as <1 % and the flaw is not listed in the CISA KEV catalog, indicating a low probability of widespread exploitation. Based on the description, triggering the race condition would require the ability to drop or otherwise manipulate network interfaces, a capability that typically requires local privileged access. Thus, the threat is primarily local; the impact is severe (kernel crash), but the overall risk to a non‑privileged user or remote attacker remains low.

Generated by OpenCVE AI on July 30, 2026 at 20:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the batman‑adv patch committed in 2026, ensuring that the null‑pointer dereference is removed.
  • If an immediate kernel upgrade is not possible, restrict the ability to drop or modify network interfaces to privileged processes; this limits the ability of untrusted code to trigger the race condition.
  • Monitor kernel logs for panic messages referencing batman‑adv or segmentation faults, and schedule system restarts promptly when such events occur to mitigate downtime.

Generated by OpenCVE AI on July 30, 2026 at 20:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Mon, 20 Jul 2026 12:15:00 +0000


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface Without rtnl_lock held, a hardif might be retrieved as primary interface of a meshif, but then (while operating on this interface) getting decoupled from the mesh interface. In this case, the meshif still exists but the pointer from the primary hardif to the meshif is set to NULL. The mesh_iface must be checked first to be non-NULL before continuing to send an ARP request using meshif.
Title batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T15:40:01.772Z

Reserved: 2026-07-19T07:54:57.032Z

Link: CVE-2026-64094

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity :

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64094 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:45:17Z

Weaknesses