CVE-2026-92513 PUBLISHED

RDMA/mana_ib: drain QP references after partial table insertion

Assigner: Linux
Reserved: 16.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 8001e9257eca23264550ff9e34598ee43a80f0f9 to 4aaa2ab816c710be7385b31d08373edcdcd71656 (excl.)
  • affected from 8001e9257eca23264550ff9e34598ee43a80f0f9 to 638b9a5364c1482e5d104823c1a3884b3d249484 (excl.)
  • affected from 8001e9257eca23264550ff9e34598ee43a80f0f9 to 97f7c2262c28ebcae64fc957ee978646684a5ed9 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.15 is affected
  • unaffected from 0 to 6.15 (excl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References