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

batman-adv: access unicast_ttvn skb->data only after skb realloc

The pskb_may_pull() called by batadv_get_vid() could reallocate the buffer
behind the skb. Variables which were pointing to the old buffer need to be
reassigned to avoid an use-after-free.

This was done correctly for the ethernet header but missed for the
unicast_packet pointer.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs when batman‑adv accesses skb->data after the buffer may have been reallocated by pskb_may_pull(), leading to a use‑after‑free that can corrupt kernel memory. This flaw, identified as CWE‑825, could allow a local attacker to trigger arbitrary code execution or cause a kernel panic, effectively achieving privilege escalation.

Affected Systems

All Linux kernel versions that include the batman‑adv module without the recent patch are affected; the flaw is present across distributions that ship the kernel with batman‑adv support. Users operating those kernels should assess whether they use batman‑adv networking on any device.

Risk and Exploitability

Because the bug requires manipulating batman‑adv packets to trigger a buffer reallocation, the attack vector is local and not immediately available remotely unless another vulnerability allows injection of such frames. The EPSS score of < 1% and the fact that it is not listed in the CISA KEV catalog suggest limited current exploitation attempts, but the severity of a kernel use‑after‑free means a potential local attacker could achieve privilege escalation. The CVSS score of 9.8 indicates the vulnerability is high risk. The expected exploit path involves sending specially crafted batman‑adv frames that force skb reallocation and dereference an old pointer, leading to code execution or a denial of service.

Generated by OpenCVE AI on August 22, 2026 at 09:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the batman‑adv patch.
  • Reload or uninstall the batman‑adv networking module to eliminate the vulnerable code path.
  • Reboot the system to ensure the patched kernel and module are active.

Generated by OpenCVE AI on August 22, 2026 at 09:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: batman-adv: access unicast_ttvn skb->data only after skb realloc The pskb_may_pull() called by batadv_get_vid() could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an use-after-free. This was done correctly for the ethernet header but missed for the unicast_packet pointer.
Title batman-adv: access unicast_ttvn skb->data only after skb realloc
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-08-17T05:41:51.879Z

Reserved: 2026-08-09T03:40:39.914Z

Link: CVE-2026-72234

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:50.390

Modified: 2026-08-17T06:18:24.847

Link: CVE-2026-72234

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72234 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:30:17Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference