PatchSiren cyber security CVE debrief
CVE-2026-89508 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's RDMA/ucma subsystem. The ucma_set_ib_path function calls ucma_event_handler without holding the handler lock, which can lead to a use-after-free condition when ucma_migrate_id reassigns ctx->file concurrently. This vulnerability requires an RDMA device to be present and a bound and address-resolved cm_id to be triggered. The use-after-free condition can cause the system to crash or potentially allow an attacker to execute arbitrary code. Linux kernel developers and maintainers should assess exposure and prioritize remediation. The CVE record was published on 2026-09-11T20:19:33.143Z and has not been modified since then. To
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.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 developers and maintainers, RDMA/ucma subsystem users, and Linux distribution maintainers should assess exposure and prioritize remediation. They should review and apply the provided kernel patches, ensure that the Linux kernel is updated to a version that includes the fix, and monitor the system for any suspicious activity related to the RDMA/ucma subsystem. Additionally, they should verify the presence of an RDMA device and assess exposure
Why it matters
The CVE-2026-89508 vulnerability in the Linux kernel's RDMA/ucma subsystem requires attention from Linux kernel developers and maintainers, RDMA/ucma subsystem users, and Linux distribution maintainers. The vulnerability can lead to a use-after-free condition, and its exploitation requires an RDMA device to be present and a bound and address-resolved cm_id. Remediation involves reviewing and applying the provided kernel patches and ensuring that the Linux kernel is updated to a version that includes the fix.
- Verify the presence of an RDMA device and assess exposure to the vulnerability
- Prioritize remediation of the vulnerability to prevent potential use-after-free conditions
- Monitor the system for any suspicious activity related to the RDMA/ucma subsystem
Technical summary
The ucma_set_ib_path function in the Linux kernel's RDMA/ucma subsystem calls ucma_event_handler without holding the handler lock. This can lead to a use-after-free condition when ucma_migrate_id reassigns ctx->file concurrently. The vulnerability requires an RDMA device to be present and can be triggered by a bound and address-resolved cm_id. The use-after-free condition can cause the system to crash or potentially allow an attacker to execute arbitrary code. The CVE record was published on 2026-09-11T20:19:33.143Z and has not been modified since then. To prevent exploitation, it is essential to review and apply the provided kernel patches and ensure that the Linux kernel is updated to a version that includes
Defensive priority
Medium
Recommended defensive actions
- Review and apply the provided kernel patches to fix the vulnerability
- Ensure that the Linux kernel is updated to a version that includes the fix
- Monitor the system for any suspicious activity related to the RDMA/ucma subsystem
- Verify the presence of an RDMA device and assess exposure to the vulnerability
- Prioritize remediation of the vulnerability to prevent potential use-after-free conditions
- 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 vulnerability is caused by a use-after-free condition in the ucma_set_ib_path function. The function calls ucma_event_handler without holding the handler lock, which can lead to a use-after-free condition when ucma_migrate_id reassigns ctx->file concurrently. The vulnerability requires an RDMA device to be present and can be triggered by a bound and address-resolved cm_id.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89508 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89508
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89508 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89508
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/28ac2dd416482d1c763c4af5d61af465b387fb50
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/43a7d8ae9f645dc00235cfa4bf57673c20b769f8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/764586f8f6180084c5a7d622120f526acc6ce0c9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ecbe7d36dc2de07e5dfbb4a8ff5b315ab43de820
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.