CVE-2026-80625: RDMA/hns: Fix memory leak of bonding resources

Published Aug 28, 2026
·
Updated

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

RDMA/hns: Fix memory leak of bonding resources

In a corner case of concurrent driver removal and driver reset, bonding resource is first released in hnsrocehwv2exit() during driver removal, and then is allocated again in hnsroceregisterdevice() during driver reset. This leads to memory leak because the release timing has already passed. This may also lead to a kernel panic as below because of the leaked notifier callback:

Call trace: 0xffffa20fccc04978 (P) rawnotifiercallchain+0x20/0x38 callnetdevicenotifiersinfo+0x60/0xb8 netdevlowerstatechanged+0x4c/0xb8

As Sashiko suggested, the teardown order of bonding resources should be inverted to make sure the resources are released when the driver is removed.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:48 AM
Data Sourced
via MITRE·06:48 AM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems using the Linux kernel RDMA/hns driver with bonding resources are exposed in the described corner case. The issue requires concurrent driver removal and driver reset.

2

What operational impact can occur if the issue is triggered?

Bonding resources can be reallocated after their release timing has passed, causing a memory leak. A leaked notifier callback may also cause a kernel panic during network-device notifier processing.

3

How can administrators recognize a possible occurrence?

A kernel panic with a call trace involving raw_notifier_call_chain, call_netdevice_notifiers_info, and netdev_lower_state_changed is identified as a possible symptom. The relevant triggering condition is overlap between driver removal and driver reset.

4

What is the remediation described for this issue?

The fix inverts the teardown order for bonding resources so they are released when the driver is removed. The provided stable kernel references identify the patches containing this change.

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