CVE-2026-80864
Last modified
CVE-2026-80864 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qp rxe_qp_from_attr() handles IB_QP_MAX_DEST_RD_ATOMIC outside the IB_QP_STATE path, so it holds no state_lock and runs while the responder task rxe_receiver() (recv_task on rxe_wq) is live. A modify_qp() setting only that attribute calls free_rd_atomic_resources() then alloc_rd_atomic_resources(), swapping qp->resp.resources[] while rxe_prepare_res()/find_resource() walk it; free_rd_atomic_resources() also leaves the cached pointer qp->resp.res dangling.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qp rxe_qp_from_attr() handles IB_QP_MAX_DEST_RD_ATOMIC outside the IB_QP_STATE path, so it holds no state_lock and runs while the responder task rxe_receiver() (recv_task on rxe_wq) is live. A modify_qp() setting only that attribute calls free_rd_atomic_resources() then alloc_rd_atomic_resources(), swapping qp->resp.resources[] while rxe_prepare_res()/find_resource() walk it; free_rd_atomic_resources() also leaves the cached pointer qp->resp.res dangling. A local unprivileged user can race the free/realloc into a use-after-free in rxe_receiver() (local DoS). Drain recv_task around the swap with rxe_disable_task()/rxe_enable_task(), as rxe_qp_reset() already does when tearing this array down, re-enabling only after alloc_rd_atomic_resources() succeeds so the responder never resumes against a NULL qp->resp.resources on the ENOMEM path. Also clear qp->resp.res in free_rd_atomic_resources(), like the rxe_resp.c completion paths. Reproduced under KASAN; the slab-use-after-free in rxe_receiver() is gone.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < 0136b528b753c5a56e4d997ef20b86bb6750b8fb; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < ffa4f0be69656be1755090f02db38d49816585c6; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < d4cd32eb8bd2b0ffbdc7b1f3d82ce6a371f8f844; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < 60dfd47929cd1e7070daa810d40ce538d888410d; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < 6f7014237405e7f032b5c53a82d9eccf6161c291 |
| Linux | Linux | 4.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80864?
How severe is CVE-2026-80864?
How do I fix CVE-2026-80864?
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-80859In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8086A vulnerability was identified in OSGeo gdal up to 3.13.0dev…7.8
- CVE-2026-80860In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80861In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80862In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80863In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80865In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80866In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80867In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80868In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80869In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8087A security flaw has been discovered in OSGeo gdal up to 3.13…7.8
Are you affected by CVE-2026-80864?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
