๐Ÿ” CVE Alert

CVE-2026-80625

UNKNOWN 0.0

RDMA/hns: Fix memory leak of bonding resources

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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 hns_roce_hw_v2_exit() during driver removal, and then is allocated again in hns_roce_register_device() 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) raw_notifier_call_chain+0x20/0x38 call_netdevice_notifiers_info+0x60/0xb8 netdev_lower_state_changed+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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
b37ad2e290fc52e575572b04803a4f93f584df6c < bc4caea7a82bbcf94a34eff7094e7f9b501680ab b37ad2e290fc52e575572b04803a4f93f584df6c < c0bd03b850d81a8914168d87ddf7f6ffa58875ef
Linux / Linux
6.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/bc4caea7a82bbcf94a34eff7094e7f9b501680ab git.kernel.org: https://git.kernel.org/stable/c/c0bd03b850d81a8914168d87ddf7f6ffa58875ef