Back to overview

CVE-2026-52913

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.

Metadata

CVE ID
CVE-2026-52913
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-24 07:14 UTC
Last updated
2026-06-24 07:14 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 0da0035942d47766c32843143fb5dba7a29cb48c < d7391a2b854a62235539c68e9cbf6fc7910a8e9a, 0da0035942d47766c32843143fb5dba7a29cb48c < 70c9f6ab0d8f785087fb74fb85464a9a5288bfdb, 0da0035942d47766c32843143fb5dba7a29cb48c < 040fe8eb34624002071dd21de9824dfe668ce65d, 0da0035942d47766c32843143fb5dba7a29cb48c < 31dcb9711abd1dcd2080d9fac05c79dd9997d6bf …
Linux Linux 4.6, 0 < 4.6, 5.10.259 ≤ 5.10.*, 5.15.210 ≤ 5.15.* …
Back to overview