PatchSiren cyber security CVE debrief
CVE-2026-89798 Linux CVE debrief
A race condition vulnerability in the Linux kernel's rpcrdma module allows for a NULL pointer dereference. The vulnerability is caused by the rpcrdma_rn_register() function inserting a notification object into the rd_xa xarray before storing the caller's callback in rn->rn_done. This can lead to a device removal racing a fresh registration, resulting in a NULL pointer dereference.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-16
- Original CVE updated
- 2026-09-21
- Advisory published
- 2026-09-16
- Advisory updated
- 2026-09-21
Who should care
Linux kernel developers and administrators who need to ensure the security and stability of their systems. They should review and apply the patch, verify the Linux kernel version, and monitor system logs for potential exploitation attempts. Additionally, they should check for affected product deployments in their managed environments and assign an owner for follow-up.
Why it matters
A race condition vulnerability in the Linux kernel's rpcrdma module can lead to system crashes or instability, and potentially allow for denial of service (DoS) attacks. Linux kernel developers and administrators should review and apply the patch, verify the Linux kernel version, and monitor system logs for potential exploitation attempts.
- Potential system crashes or instability due to NULL pointer dereferences
- Possible denial of service (DoS) attacks
- Need for verification of Linux kernel version and patch application
Technical summary
The vulnerability is caused by the rpcrdma_rn_register() function inserting a notification object into the rd_xa xarray before storing the caller's callback in rn->rn_done. This can lead to a device removal racing a fresh registration, resulting in a NULL pointer dereference. The fix involves storing rn->rn_done before xa_alloc() publishes the notification object, ensuring that any CPU finding the notification object in rd_xa also observes the armed callback. This change prevents the NULL pointer dereference and ensures system stability.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patch to the Linux kernel
- Verify the Linux kernel version and update if necessary
- Monitor system logs for potential exploitation attempts
- 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
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
Evidence notes
The vulnerability was resolved by storing rn->rn_done before xa_alloc() publishes the notification object. The xarray's store-side and load-side ordering guarantees that any CPU which finds the notification object in rd_xa also observes the armed callback. This fix ensures that a device removal racing a fresh registration does not result in a NULL pointer dereference. To verify, defenders should review the Linux kernel version, check for the applied patch, and monitor system logs for potential exploitation attempts. The evidence is (
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89798 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89798
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89798 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89798
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/3c97b8e76ca2bba9e8770571413aed694068e78e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5b06f706374c37375bdff9d21cc10e61df925a92
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ea0408273ccf5df1fb52d9a1b9db4d31600dcb36
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f9fe3cad43c42d874a388583552b39b411d886eb
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.