HomeDefectsLIN1022-25898
Acknowledged

LIN1022-25898 : Security Advisory - linux - CVE-2026-46231

Created: May 29, 2026    Updated: Jun 9, 2026
Found In Version: 10.22.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel

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.