CVE-2026-52931

CRITICAL

batman-adv: tp_meter: avoid use of uninit sender vars

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: avoid use of uninit sender vars batadv_tp_recv_ack() and batadv_tp_stop() are only valid for tp_vars in the BATADV_TP_SENDER role. When called with a BATADV_TP_RECEIVER role, it proceeds to read sender-only members that were never initialized, leading to undefined behavior. This can be triggered when a node that is currently acting as a receiver in an ongoing tp_meter session receives a malicious ACK packet. Guard against this by checking tp_vars->role immediately after the lookup and bailing out if it is not BATADV_TP_SENDER, before any of those members are accessed.

Scores

CVSS v3 9.8
EPSS 0.0040
EPSS Percentile 32.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Details

Status published
Products (27)
linux/Kernel 4.8.0 - 5.10.258linux
linux/Kernel 5.11.0 - 5.15.209linux
linux/Kernel 5.16.0 - 6.1.175linux
linux/Kernel 6.13.0 - 6.18.34linux
linux/Kernel 6.19.0 - 7.0.11linux
linux/Kernel 6.2.0 - 6.6.142linux
linux/Kernel 6.7.0 - 6.12.92linux
Linux/Linux < 4.8
Linux/Linux 33a3bb4a3345bb511f9c69c913da95d4693e2a4e - 0e388af04b3958b178a1b979527f93eb46ea1fee
Linux/Linux 33a3bb4a3345bb511f9c69c913da95d4693e2a4e - 1a21c055f66e78973712a4a1be2a554f1ee2e4f4
... and 17 more
Published Jun 24, 2026
Tracked Since Jun 24, 2026