CVE-2026-72233
Received Received - Intake

batman-adv BLA Gateway Reacquisition Use-After-Free

Vulnerability report for CVE-2026-72233, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a use-after-free issue in the batman-adv module. The pskb_may_pull function may reallocate the buffer behind an skb, causing pointers to the old buffer to become invalid. This can lead to memory corruption or crashes if those pointers are used after the buffer is freed.

Detection Guidance

This vulnerability is specific to the Linux kernel's batman-adv module and involves a use-after-free issue in BLA (Bridge Loop Avoidance) gateway handling. Detection requires checking kernel logs for related errors or enabling kernel debugging features. Commands like 'dmesg | grep batman-adv' or 'journalctl -k | grep batman-adv' may reveal issues. Ensure your kernel is updated to a patched version.

Impact Analysis

If exploited, this vulnerability could allow an attacker to cause a denial-of-service (system crash) or potentially execute arbitrary code on affected systems running the vulnerable Linux kernel with batman-adv enabled.

Compliance Impact

This vulnerability is a Linux kernel issue in the batman-adv module related to buffer reallocation and use-after-free. It does not directly impact compliance with GDPR, HIPAA, or similar standards as it is a low-level system vulnerability without documented data exposure or privacy implications.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the batman-adv BLA use-after-free vulnerability. Monitor kernel security advisories for updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72233. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart