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

batman-adv: bla: reacquire gw address after skb realloc

The pskb_may_pull() called by batadv_bla_is_backbone_gw() 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.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the batman‑adv implementation of the Linux kernel. When batadv_bla_is_backbone_gw() invokes pskb_may_pull(), the underlying socket buffer (skb) can be reallocated. Pointers that reference the original buffer are not refreshed, resulting in a use‑after‑free. This memory corruption can be leveraged by an attacker to execute arbitrary code at kernel privilege level or to crash the kernel, thereby compromising confidentiality, integrity, and availability of the affected system.

Affected Systems

All Linux kernel releases containing the batman‑adv module are potentially impacted. No specific version ranges are listed, so systems running any recent kernel with batman‑adv enabled should be treated as vulnerable until a patch is applied.

Risk and Exploitability

The CVSS score is 8.8 and the EPSS score is < 1%, indicating a low but nonzero exploitation probability. The use‑after‑free flaw suggests a high potential for exploitation if an attacker can inject crafted network traffic. The vulnerability is not listed in the CISA KEV catalog, implying no confirmed public exploits as of this report. Administrators should consider the risk high and prioritize mitigation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the batman‑adv fix or switch to a patched distribution release.
  • If an update is not available, disable or unload the batman‑adv module until a fix is released.
  • Enable kernel hardening options such as KASLR, configure settings to minimize userland interaction with the module, and monitor system logs for suspicious memory corruption events.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 09:15: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 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 18:00: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': 8.8, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 09: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: bla: reacquire gw address after skb realloc The pskb_may_pull() called by batadv_bla_is_backbone_gw() 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.
Title batman-adv: bla: reacquire gw address 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:50.777Z

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

Link: CVE-2026-72233

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72233

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72233 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:45:03Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference