CVE-2026-92509

Source
https://cve.org/CVERecord?id=CVE-2026-92509
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-92509.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-92509
Downstream
Published
2026-09-17T16:10:20Z
Modified
2026-09-19T03:47:31Z
Summary
RDMA/core: Fix potential use after free in counter_release()
Details

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

RDMA/core: Fix potential use after free in counter_release()

When accessing a counter via the netlink path the only synchronization mechanism for the said counter is rdma_restrack_get(). Currently, rdma_restrack_del() is invoked at the end of counter_release(), which is too late, since by that point vendor-specific resources associated with the counter might already be freed. This can leave a short window where the counter remains accessible through restrack, leading to a potential use-after-free.

Fix this by moving the rdma_restrack_del() call to be before the freeing of the vendor-specific resources, ensuring that the counter is removed from restrack before its internal resources are released. This guarantees that no new users hold references to a counter that is in the process of destruction.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92509.json"
}
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
99fa331dc8629be55ac7a0cca0dc56492070ddac
Fixed
5eb0c57a8b568eb08f464861d84d518a2af939ac
Fixed
d5cc211e8c39e46f357d30a092d683e84d560de9
Fixed
2f0c6705e26ba92c0c6b0b0908a2d3f35a039d5b
Fixed
8c013e3a8d8273da4d47bf1c27f016a3551996f5
Fixed
64c72390d8407ea86de712a477c796b07d37abc4
Fixed
235ef2d0e750885c29340b0fc40620a7a4f52e12

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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