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.
Published: 2026-05-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the batman‑adv network layer can leak a reference to a backbone gateway object when batadv_bla_add_claim() fails to insert a new claim into its hash table. The leaked reference prevents the reference‑counting mechanism from releasing the backbone_gw object, which could lead to resource exhaustion or prolonged retention of kernel structures, potentially affecting system stability.

Affected Systems

The vulnerability resides in the batman‑adv component of the Linux kernel. It applies to all kernel versions that include this code path and have not applied the fix. No specific version range is given, so any unpatched kernel with batman‑adv is affected.

Risk and Exploitability

The flaw is a reference leak rather than a direct code‑execution vulnerability. Based on the description, it is inferred that local privileged code that forces batadv_bla_add_claim() to fail and trigger the error path would be needed to exploit the vulnerability. The CVSS score of 5.5 indicates moderate severity, and the EPSS score of < 1% indicates a very low likelihood of public exploitation. The vulnerability is not listed in the CISA KEV catalog. Nevertheless, an attacker with the necessary access could induce denial‑of‑service by exhausting kernel memory or keeping the backbone_gw object live longer than intended.

Generated by OpenCVE AI on June 10, 2026 at 22:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the batman‑adv patch fixing the reference leak.
  • If an upgrade is not possible, disable the batman‑adv interface or restrict its use to prevent claim insertion.
  • Continuously monitor system logs for repeated claim‑insertion failures and anomalous memory usage to detect potential exploitation.

Generated by OpenCVE AI on June 10, 2026 at 22:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:4.7:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Mon, 01 Jun 2026 17:00:00 +0000


Fri, 29 May 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-391

Fri, 29 May 2026 00:15:00 +0000


Thu, 28 May 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-391

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
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.
Title batman-adv: bla: put backbone reference on failed claim hash insert
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T18:04:27.129Z

Reserved: 2026-05-13T15:03:33.106Z

Link: CVE-2026-46231

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-28T10:16:38.743

Modified: 2026-06-10T21:12:01.667

Link: CVE-2026-46231

cve-icon Redhat

Severity :

Publid Date: 2026-05-28T00:00:00Z

Links: CVE-2026-46231 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T22:45:27Z

Weaknesses