CVE-2026-89509
Last modified
CVE-2026-89509 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Embed counter driver data in rdma_counter allocation Commit 7e53b31acc7f ("RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()") requires drivers implementing counter ops to embed struct rdma_counter in a driver-specific struct, register its size via INIT_RDMA_OBJ_SIZE, and provide a counter_init callback. The ionic driver was merged without this adaptation, causing a NULL pointer dereference in alloc_and_bind() since rdma_zalloc_drv_obj() allocates zero bytes when size_rdma_counter is unset. Consolidate struct ionic_counter into a new struct ionic_rdma_counter that embeds struct rdma_counter, replace the xarray with a lightweight ida for ID allocation, and add the required counter_init and INIT_RDMA_OBJ_SIZE declarations..
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Embed counter driver data in rdma_counter allocation Commit 7e53b31acc7f ("RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()") requires drivers implementing counter ops to embed struct rdma_counter in a driver-specific struct, register its size via INIT_RDMA_OBJ_SIZE, and provide a counter_init callback. The ionic driver was merged without this adaptation, causing a NULL pointer dereference in alloc_and_bind() since rdma_zalloc_drv_obj() allocates zero bytes when size_rdma_counter is unset. Consolidate struct ionic_counter into a new struct ionic_rdma_counter that embeds struct rdma_counter, replace the xarray with a lightweight ida for ID allocation, and add the required counter_init and INIT_RDMA_OBJ_SIZE declarations.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ea4c399642b85dc30f44d90ee805c6a18fa03062, < c98197ee3cd28288da13dc9881bb9e74daa7cbbc; >= ea4c399642b85dc30f44d90ee805c6a18fa03062, < 08b8630b557828aedb1d9ef0a6e2ec421f334ee2; >= ea4c399642b85dc30f44d90ee805c6a18fa03062, < cf3ebd89e754015625fee90aa938f6bc79a2c974 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89509?
How severe is CVE-2026-89509?
How do I fix CVE-2026-89509?
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-89503In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89504In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89506In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89507In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89508In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8951Spoofing issue in the Toolbar component in Firefox for Andro…6.5
- CVE-2026-89510In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89511In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89512In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89513In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89514In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89509?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
