CVE-2026-80601
Received Received - Intake

batman-adv Kernel Buffer Reallocation Use-After-Free

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

Publication date: 2026-08-28

Last updated on: 2026-08-29

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: batman-adv: gw: acquire ethernet header 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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-29
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
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 protocol. The problem occurs when pskb_may_pull() reallocates the buffer for 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 reallocation.

Detection Guidance

This vulnerability is specific to the Linux kernel's batman-adv module and requires kernel-level detection. Check if your system uses batman-adv with commands like 'lsmod | grep batman_adv' or 'modinfo batman_adv'. Monitor kernel logs for crashes or errors related to batman-adv using 'dmesg | grep batman' or 'journalctl -k | grep batman'.

Impact Analysis

This vulnerability could cause system instability, crashes, or potential privilege escalation if exploited. Systems running affected versions of the Linux kernel with batman-adv enabled may be vulnerable to denial-of-service attacks or other unintended behavior.

Compliance Impact

This vulnerability does not provide sufficient information to determine its impact on compliance with standards like GDPR or HIPAA. The description focuses on a kernel memory handling issue in batman-adv without clear implications for data protection or privacy regulations.

Mitigation Strategies

Update your Linux kernel to the latest stable version where this vulnerability is patched. If using batman-adv as a module, ensure it is updated via your distribution's package manager. Restart affected systems after updates. Disable batman-adv temporarily if immediate patching is not possible.

Chat Assistant

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

EPSS Chart