Security Advisory

CVE-2026-46231

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-28 09:40:53
Last updated 2026-06-14 18:04:27
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: put backbone reference on failed claim hash insert When batadv_bla_add_claim() fails to insert a new claim into the hash, it leaked a reference to the backbone_gw for which the claim was intended. Call batadv_backbone_gw_put() on the error path to release the reference and avoid leaking the backbone_gw object.