CVE-2026-80625

Source
https://cve.org/CVERecord?id=CVE-2026-80625
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80625.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80625
Downstream
Published
2026-08-28T06:48:43.583Z
Modified
2026-08-29T03:46:29.239744344Z
Summary
RDMA/hns: Fix memory leak of bonding resources
Details

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 hnsroceregister_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) rawnotifiercallchain+0x20/0x38 callnetdevicenotifiersinfo+0x60/0xb8 netdevlowerstate_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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80625.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b37ad2e290fc52e575572b04803a4f93f584df6c
Fixed
bc4caea7a82bbcf94a34eff7094e7f9b501680ab
Fixed
c0bd03b850d81a8914168d87ddf7f6ffa58875ef

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80625.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80625.json"