CVE-2026-80600
Received Received - Intake

Use-After-Free in Linux Kernel batman-adv Module

Vulnerability report for CVE-2026-80600, 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: 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.

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 module. The pskb_may_pull() function may reallocate 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 affects the Linux kernel's batman-adv module. Detection requires checking kernel logs for related errors or crashes involving batman-adv. Commands like dmesg | grep batman-adv or journalctl -k | grep batman-adv may help identify issues. Ensure your kernel is updated to a patched version.

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 malicious activities.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel memory management issue with no documented impact on data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the batman-adv dat vulnerability. Monitor kernel security advisories for updates and apply them promptly.

Chat Assistant

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

EPSS Chart