CVE-2026-89948: batman-adv: bla: fix freeing of claims on meshif deletion

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

batman-adv: bla: fix freeing of claims on meshif deletion

When the mesh interface is getting deleted, then batadvbladelbackboneclaims() (via batadvblapurgebackbonegw()) could make sure that all claims gets removed. But this function is only executed when batpriv->bla.claimhash is not NULL. And since batadvblafree() is always setting it to NULL before it is (indirectly) called, it was never actually executed.

But the batadvblapurgeclaims() -> batadvhandleunclaim() is at the moment too fragile because the BLA code is not handling the rehashing in batadvblaupdateorigaddress(). The stored backbone address doesn't have to be the one actually used for the hash bucket selection during the initial adding of the backbone. The batadvhandleunclaim() can therefore fail to find the respective backbone for the unclaim and then stop the deletion.

But the actual backbonegw object is not needed for the unclaim because all relevant information is always provided by the caller. And the check for the existence of the backbonegw doesn't provide any additional security check for the deletion of a claim.

Event History

Sep 16, 2026
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel's batman-adv mesh networking module and its BLA functionality are relevant. The issue occurs during deletion of a mesh interface, when associated claims are being removed.

2

What condition causes claim cleanup to fail?

Cleanup can be skipped because the claim hash is set to NULL before the deletion path checks it. In addition, an unclaim can fail when the stored backbone address differs from the address used to select the backbone hash bucket after rehashing.

3

How can administrators determine whether they may be affected?

Review whether batman-adv is in use with BLA enabled and whether mesh interfaces are deleted or reconfigured. The provided data does not specify observable logs, symptoms, or affected kernel versions.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203