CVE-2026-89509

Source
https://cve.org/CVERecord?id=CVE-2026-89509
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89509.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89509
Downstream
Published
2026-09-11T19:43:55Z
Modified
2026-09-13T03:47:18Z
Summary
RDMA/ionic: Embed counter driver data in rdma_counter allocation
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89509.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
ea4c399642b85dc30f44d90ee805c6a18fa03062
Fixed
c98197ee3cd28288da13dc9881bb9e74daa7cbbc
Fixed
08b8630b557828aedb1d9ef0a6e2ec421f334ee2
Fixed
cf3ebd89e754015625fee90aa938f6bc79a2c974

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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