CVE-2026-80625
Last modified
CVE-2026-80625 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b37ad2e290fc52e575572b04803a4f93f584df6c, < bc4caea7a82bbcf94a34eff7094e7f9b501680ab; >= b37ad2e290fc52e575572b04803a4f93f584df6c, < c0bd03b850d81a8914168d87ddf7f6ffa58875ef |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80625?
How severe is CVE-2026-80625?
How do I fix CVE-2026-80625?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80619In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80620In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80622In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80623In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80624In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80626In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80627In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80628In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80629In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8063An authenticated user can crash mongod when running $rankFus…7.1
- CVE-2026-80630In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-80625?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
