CVE-2026-72230
Received Received - Intake

Memory Corruption in Linux Kernel batman-adv Module

Vulnerability report for CVE-2026-72230, 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: frag: free unfragmentable packet The caller of batadv_frag_send_packet() assume that the skb provided to the function are always consumed. But the pre-check for an empty payload or the zero fragment size returned an error without any further actions. A failed pre-check must use the same error handling code as the rest of the function.

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

Showing 1 associated CPE
Vendor Product Version / Range
batman-adv batman-adv *

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 the batman-adv protocol. The issue occurs in the batadv_frag_send_packet() function where callers assume all provided network packets (skb) are consumed. However, if a pre-check for an empty payload or zero fragment size fails, the function returns an error without properly freeing the packet. This leads to memory leaks or resource exhaustion.

Detection Guidance

This vulnerability affects the batman-adv kernel module in Linux. Detection involves checking if the module is loaded and inspecting kernel logs for related errors. Use commands like 'lsmod | grep batman_adv' to check module status and 'dmesg | grep batman' to review kernel logs for fragmentation-related issues.

Impact Analysis

This vulnerability could cause system instability or crashes due to memory leaks. If exploited, it might lead to denial-of-service conditions on affected systems running the Linux kernel with batman-adv enabled. Users may experience network disruptions or system failures.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it pertains to a specific Linux kernel module (batman-adv) and involves a memory handling issue in packet fragmentation. There is no evidence in the provided context that this flaw impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Immediate mitigation requires updating the Linux kernel to a patched version where this issue is resolved. If updating is not possible, consider unloading the batman-adv module with 'rmmod batman_adv' if it is not critical for your network operations.

Chat Assistant

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

EPSS Chart