CVE-2026-90423
Last modified
CVE-2026-90423 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix UAF in ODP init error-handling path rxe_odp_mr_init_user() stores &umem_odp->umem in mr->umem before calling rxe_odp_init_pages(). If rxe_odp_init_pages() fails, rxe_odp_mr_init_user() releases umem_odp and returns an error. rxe_reg_user_mr() then unwinds the error through rxe_cleanup(), rxe_mr_cleanup(), ib_umem_release(mr->umem).
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix UAF in ODP init error-handling path rxe_odp_mr_init_user() stores &umem_odp->umem in mr->umem before calling rxe_odp_init_pages(). If rxe_odp_init_pages() fails, rxe_odp_mr_init_user() releases umem_odp and returns an error. rxe_reg_user_mr() then unwinds the error through rxe_cleanup(), rxe_mr_cleanup(), ib_umem_release(mr->umem). There is an IS_ERR_OR_NULL(umem) check at the start of ib_umem_release(). But since mr->umem is NOT reset to NULL in the error handling path of rxe_odp_mr_init_user(), the check passes and it reads already-freed fields like umem->is_dmabuf, causing UAF. Fix the UAF by clearing mr->umem after releasing the failed ODP umem so the MR cleanup path does not release it again.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d03fb5c6599e31b90c6b5f65d43d6ccc6b49eb91, < 5f1933163327c9f1c8f2a341c6cb551aaf231ff9; >= d03fb5c6599e31b90c6b5f65d43d6ccc6b49eb91, < 4cfb448705da3171d44d9cbe7be53ff03284d532; >= d03fb5c6599e31b90c6b5f65d43d6ccc6b49eb91, < 51f2c8d2c99fc1f452f7113c08a35edcc4bf8732 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90423?
How severe is CVE-2026-90423?
How do I fix CVE-2026-90423?
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-90417In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90418In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90419In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90420In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90421In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90422In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90424In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90425In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90426In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90427In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90428In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90429In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90423?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
