CVE-2026-89509: RDMA/ionic: Embed counter driver data in rdma_counter allocation

Published Sep 11, 2026
·
Updated

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

RDMA/ionic: Embed counter driver data in rdmacounter allocation

Commit 7e53b31acc7f ("RDMA/core: Create and destroy rdmacounter using rdmazallocdrvobj()") requires drivers implementing counter ops to embed struct rdmacounter in a driver-specific struct, register its size via INITRDMAOBJSIZE, and provide a counterinit callback.

The ionic driver was merged without this adaptation, causing a NULL pointer dereference in allocandbind() since rdmazallocdrvobj() allocates zero bytes when sizerdmacounter is unset.

Consolidate struct ioniccounter into a new struct ionicrdmacounter that embeds struct rdmacounter, replace the xarray with a lightweight ida for ID allocation, and add the required counterinit and INITRDMAOBJSIZE declarations.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel's RDMA ionic driver are exposed when that driver implements counter operations without the required embedded rdma_counter allocation setup. The issue is tied to the ionic driver's counter allocation path.

2

What action triggers the failure?

The failure occurs in alloc_and_bind() when a counter is allocated and bound. Because the driver has not registered the rdma_counter object size, rdma_zalloc_drv_obj() allocates zero bytes and a NULL pointer dereference results.

3

How can I determine whether a kernel includes the fix?

Check whether the ionic RDMA driver defines a driver-specific structure embedding struct rdma_counter, registers its size with INIT_RDMA_OBJ_SIZE, and provides a counter_init callback. The corrected implementation also replaces the previous counter xarray with an ida for ID allocation.

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