CVE-2026-52913

MEDIUM

batman-adv: v: stop OGMv2 on disabled interface

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: stop OGMv2 on disabled interface When a batadv_hard_iface is disabled, its mesh_iface pointer is set to NULL. However, batadv_v_ogm_send_meshif() may still dispatch OGMs via batadv_v_ogm_queue_on_if() for interfaces that have since lost their mesh_iface association. This results in a NULL pointer dereference when batadv_v_ogm_queue_on_if() unconditionally calls netdev_priv() on the now NULL hard_iface->mesh_iface to retrieve the batadv_priv. It is necessary to ensure that the batadv_v_ogm_queue_on_if() checks that it is using the same mesh_iface for which batadv_v_ogm_send_meshif() was called.

Scores

CVSS v3 5.5
EPSS 0.0012
EPSS Percentile 2.4%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-476
Status published
Products (27)
linux/Kernel 4.6.0 - 5.10.259linux
linux/Kernel 5.11.0 - 5.15.210linux
linux/Kernel 5.16.0 - 6.1.176linux
linux/Kernel 6.13.0 - 6.18.34linux
linux/Kernel 6.19.0 - 7.0.11linux
linux/Kernel 6.2.0 - 6.6.143linux
linux/Kernel 6.7.0 - 6.12.93linux
Linux/Linux < 4.6
Linux/Linux 0da0035942d47766c32843143fb5dba7a29cb48c - 040fe8eb34624002071dd21de9824dfe668ce65d
Linux/Linux 0da0035942d47766c32843143fb5dba7a29cb48c - 1be1e99cbd5b74a69d3f92200ca87cf1bce852db
... and 17 more
Published Jun 24, 2026
Tracked Since Jun 24, 2026