CVE-2026-89535
Last modified
CVE-2026-89535 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_id svc_rdma_free() caches rdma->sc_cm_id->device before teardown, then calls rdma_destroy_id(sc_cm_id) which frees the cm_id. rpcrdma_rn_unregister() follows, but between those two calls the transport's sc_rn entry is still installed in the device's rd_xa. A concurrent ib_unregister_device walk can dispatch svc_rdma_xprt_done() against the now-freed sc_cm_id. Move rpcrdma_rn_unregister() before rdma_destroy_id() so the transport's notification entry is removed from the xarray before the cm_id it references is destroyed. Also guard the sc_cm_id dereference with a NULL check: the following patches introduce paths that reach svc_rdma_free() with sc_cm_id == NULL (listener create failure, ADDR_CHANGE replacement failure).. EPSS estimates a 0.51% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_id svc_rdma_free() caches rdma->sc_cm_id->device before teardown, then calls rdma_destroy_id(sc_cm_id) which frees the cm_id. rpcrdma_rn_unregister() follows, but between those two calls the transport's sc_rn entry is still installed in the device's rd_xa. A concurrent ib_unregister_device walk can dispatch svc_rdma_xprt_done() against the now-freed sc_cm_id. Move rpcrdma_rn_unregister() before rdma_destroy_id() so the transport's notification entry is removed from the xarray before the cm_id it references is destroyed. Also guard the sc_cm_id dereference with a NULL check: the following patches introduce paths that reach svc_rdma_free() with sc_cm_id == NULL (listener create failure, ADDR_CHANGE replacement failure).
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c4de97f7c45434985e5dbf2d6ccc9eca676e37fe, < fcd4a752ac840d39356f4d2a424d3aca4e39716b; >= c4de97f7c45434985e5dbf2d6ccc9eca676e37fe, < 9f2f5d0999364c7070306cd422d8babc2621070d; >= c4de97f7c45434985e5dbf2d6ccc9eca676e37fe, < cfca6eb3345ba4a23cf9a1153ad09bf19faabfc9; >= c4de97f7c45434985e5dbf2d6ccc9eca676e37fe, < 4488e912973773d64368828acf3b8e39d93650ae |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89535?
How severe is CVE-2026-89535?
How do I fix CVE-2026-89535?
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-8953Sandbox escape due to use-after-free in the Disability Acces…9.6
- CVE-2026-89530In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89531In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89532In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89533In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89534In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89536In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89537In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89538In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89539In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8954Incorrect boundary conditions, integer overflow in the Audio…7.5
- CVE-2026-89540In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89535?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
