CVE-2026-92509: RDMA/core: Fix potential use after free in counter_release()

Published Sep 17, 2026
·
Updated

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

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

When accessing a counter via the netlink path the only synchronization mechanism for the said counter is rdmarestrackget(). Currently, rdmarestrackdel() is invoked at the end of counterrelease(), 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 rdmarestrackdel() 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.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:10 PM
Data Sourced
via MITRE·04:10 PM
Description

Frequently Asked Questions

1

What access path is involved in this issue?

The affected access path is netlink access to an RDMA counter. The race exists because a counter can remain reachable through resource tracking while its vendor-specific resources are being freed.

2

What condition is required for the use-after-free window?

The counter must be in the process of release while it is accessed through the netlink path. Before the fix, rdma_restrack_del() ran only after vendor-specific counter resources were freed, allowing a short interval in which new users could obtain references to the destroying counter.

3

What does the fix change?

The fix moves rdma_restrack_del() earlier in counter_release(), before vendor-specific resources are freed. This removes the counter from resource tracking before destruction and prevents new users from acquiring references during teardown.

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