PatchSiren cyber security CVE debrief
CVE-2026-89534 Linux CVE debrief
A use-after-free vulnerability was resolved in the Linux kernel's svcrdma module. When handling RDMA_CM_EVENT_ADDR_CHANGE, a replacement listener cm_id is created, and the old one is destroyed. However, if the replacement allocation fails, the old cm_id is not properly cleared, leading to a potential use-after-free error. This vulnerability can cause system instability and potential crashes. Linux kernel administrators and developers should assess exposure and apply patches or updates to prevent potential use-after-free errors.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel administrators and developers should assess exposure and apply patches or updates to prevent potential use-after-free errors. System administrators and security teams should review system configurations and ensure proper kernel updates. IT teams should plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Why it matters
A use-after-free vulnerability in the Linux kernel's svcrdma module requires patching or updating to prevent potential system instability.
- Potential system crashes or instability due to use-after-free errors
- Need to verify kernel versions and apply patches or updates
Technical summary
The Linux kernel's svcrdma module has a use-after-free vulnerability. 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. This can cause a use-after-free error, leading to system instability and potential crashes. The vulnerability was resolved by clearing sc_cm_id when the replacement allocation fails.
Defensive priority
Apply patch or update Linux kernel to prevent potential use-after-free errors
Recommended defensive actions
- Apply patch or update Linux kernel to prevent potential use-after-free errors
- Review system configurations and ensure proper kernel updates
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but no additional information on exploitation or impact is available. The vulnerability was resolved in the Linux kernel's svcrdma module. The debrief provides an overview of the vulnerability and its potential impact. No evidence of exploitation has been reported. The Linux kernel patch is available, and administrators should apply it to prevent potential use-after-free errors.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89534 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89534
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89534 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89534
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/01500306e1d50de7ca7a2cdcdfa28ac0523eb747
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/673e358ab7c11f8cec223c6a36a793056a67facd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.