CVE-2026-89798
Last modified
CVE-2026-89798 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: rpcrdma: arm rn_done before publishing the notification rpcrdma_rn_register() inserts @rn into rd_xa with xa_alloc() before storing the caller's callback in rn->rn_done. The xarray makes @rn reachable to rpcrdma_remove_one(), which walks rd_xa and invokes rn->rn_done(rn) for every registered notification. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: rpcrdma: arm rn_done before publishing the notification rpcrdma_rn_register() inserts @rn into rd_xa with xa_alloc() before storing the caller's callback in rn->rn_done. The xarray makes @rn reachable to rpcrdma_remove_one(), which walks rd_xa and invokes rn->rn_done(rn) for every registered notification. A device removal that races a fresh registration can therefore observe @rn with rn_done still NULL, because the notification objects are zero allocated by their owners, and call through a NULL function pointer. Store rn->rn_done before xa_alloc() publishes @rn. The xarray's store-side and load-side ordering then guarantees that any CPU which finds @rn in rd_xa also observes the armed callback. rpcrdma_rn_unregister() treats a non-NULL rn_done as the sentinel for a completed registration, so the early store must not survive a failed registration. Clear rn_done again when xa_alloc() fails. Were it left set, the failed-accept cleanup path would call rpcrdma_rn_unregister() on an @rn that was never inserted, erasing an unrelated rd_xa slot and underflowing rd_kref.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7e86845a0346efc95fddaa97ce5cd6a8bda8c71c, < f9fe3cad43c42d874a388583552b39b411d886eb; >= 7e86845a0346efc95fddaa97ce5cd6a8bda8c71c, < 3c97b8e76ca2bba9e8770571413aed694068e78e; >= 7e86845a0346efc95fddaa97ce5cd6a8bda8c71c, < ea0408273ccf5df1fb52d9a1b9db4d31600dcb36; >= 7e86845a0346efc95fddaa97ce5cd6a8bda8c71c, < 5b06f706374c37375bdff9d21cc10e61df925a92 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89798?
How severe is CVE-2026-89798?
How do I fix CVE-2026-89798?
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-89792In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89793In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89794In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89795In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89796In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89797In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89799In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8980The Mennekes Amtron series (firmware versions ≤ 5.22.3) is v…9.3
- CVE-2026-89800In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89801In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89802In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89803In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89798?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
