CVE-2026-92513
Last modified
CVE-2026-92513 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/mana_ib: drain QP references after partial table insertion mana_table_store_ud_qp() publishes a QP at its send-queue id before inserting the receive-queue id, dropping the XArray lock between the two xa_insert_irq() calls. A concurrent completion handler can look up the QP and take a transient reference.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/mana_ib: drain QP references after partial table insertion mana_table_store_ud_qp() publishes a QP at its send-queue id before inserting the receive-queue id, dropping the XArray lock between the two xa_insert_irq() calls. A concurrent completion handler can look up the QP and take a transient reference. When the second insertion fails, the rollback erased only the send-queue entry and returned, leaving both the initial table reference and the transient reference outstanding while RDMA core frees the QP, causing a use-after-free. Drain the reference as normal destruction does: drop the initial reference and wait for qp->free, releasing the QP only after every concurrent lookup returns its reference.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8001e9257eca23264550ff9e34598ee43a80f0f9, < 4aaa2ab816c710be7385b31d08373edcdcd71656; >= 8001e9257eca23264550ff9e34598ee43a80f0f9, < 638b9a5364c1482e5d104823c1a3884b3d249484; >= 8001e9257eca23264550ff9e34598ee43a80f0f9, < 97f7c2262c28ebcae64fc957ee978646684a5ed9 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92513?
How severe is CVE-2026-92513?
How do I fix CVE-2026-92513?
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-92508In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92509In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9251Missing authorization in the entry status management feature…5.4
- CVE-2026-92510In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92511In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92512In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92514In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92515In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92516In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92517In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92518In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92519In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-92513?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
