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

batman-adv: dat: acquire ARP hw source 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.
Published: 2026-08-28
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory corruption via use‑after‑free
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in the Linux kernel's batman‑adv component, specifically within the ARP handling routine. A call to pskb_may_pull() while fetching the virtual interface ID can reallocate the socket buffer, leaving dangling pointers that lead to a use‑after‑free scenario. This memory corruption can crash the kernel or result in other kernel memory corruption, disrupting ongoing operations.

Affected Systems

Affected systems are Linux kernels that implement batman‑adv. The exact kernel version range is not specified in the CVE data, and therefore any system running a kernel that includes the batman‑adv code prior to the fix is potentially vulnerable. The vendor is the Linux kernel project and the product is the core kernel, lacking a more granular version list in the present description.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity assessment. The EPSS score is < 1%, indicating low but nonzero exploitation probability, and the vulnerability is not listed in the CISA KEV catalog, but it remains a critical risk for networks that rely on the batman‑adv virtualization stack. The likely attack vector is remote, using crafted network traffic that targets the batman‑adv interface to trigger the buffer reallocation. The kernel crash or memory corruption can disrupt system availability, and could potentially be leveraged for further compromise if the attacker can influence kernel memory state. Immediate remediation is strongly recommended.

Generated by OpenCVE AI on August 31, 2026 at 13:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to the latest stable release that contains the batman‑adv ARP handling fix.
  • If a kernel upgrade is not immediately possible, disable or remove the batman‑adv kernel module to eliminate the attack surface.
  • When batman‑adv must remain enabled, apply firewall rules that restrict ARP traffic on the affected interfaces to prevent malformed packets from reaching the kernel.

Generated by OpenCVE AI on August 31, 2026 at 13:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Sat, 29 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 29 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 29 Aug 2026 06:45: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'}


Fri, 28 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: acquire ARP hw source 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.
Title batman-adv: dat: acquire ARP hw source 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-29T06:21:12.299Z

Reserved: 2026-08-26T14:34:25.771Z

Link: CVE-2026-80600

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:43.827

Modified: 2026-08-29T07:16:45.043

Link: CVE-2026-80600

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80600 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T14:00:19Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-825

    Expired Pointer Dereference