CVE-2026-89534
Last modified
CVE-2026-89534 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement fails When svc_rdma_listen_handler() handles RDMA_CM_EVENT_ADDR_CHANGE, it creates a replacement listener cm_id and returns 1, telling the CM core to destroy the old one. If the replacement allocation fails, sc_cm_id still points at the old cm_id that the CM core is about to destroy. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement fails When svc_rdma_listen_handler() handles RDMA_CM_EVENT_ADDR_CHANGE, it creates a replacement listener cm_id and returns 1, telling the CM core to destroy the old one. If the replacement allocation fails, sc_cm_id still points at the old cm_id that the CM core is about to destroy. Any subsequent dereference of sc_cm_id -- such as svc_rdma_detach()'s rdma_disconnect() call -- is a use-after-free. NULL sc_cm_id on the failure path and guard svc_rdma_detach()'s rdma_disconnect() call against NULL so that the listener can be torn down safely when the server shuts down.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d1b586e75ec619dde1af47e21a41a6b1b51874c2, < 673e358ab7c11f8cec223c6a36a793056a67facd; >= d1b586e75ec619dde1af47e21a41a6b1b51874c2, < 01500306e1d50de7ca7a2cdcdfa28ac0523eb747 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89534?
How severe is CVE-2026-89534?
How do I fix CVE-2026-89534?
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-89529In the Linux kernel, the following vulnerability has been re…
- 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-89535In the Linux kernel, the following vulnerability has been re…8.1
- 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
Are you affected by CVE-2026-89534?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
