Answer in brief
CVE-2026-92513 records a Unknown severity vulnerability in RDMA/mana_ib: drain QP references after partial table insertion. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=8001e9257eca23264550ff9e34598ee43a80f0f9 <4aaa2ab816c710be7385b31d08373edcdcd71656 || >=8001e9257eca23264550ff9e34598ee43a80f0f9 <638b9a5364c1482e5d104823c1a3884b3d249484 || >=8001e9257eca23264550ff9e34598ee43a80f0f9 <97f7c2262c28ebcae64fc957ee978646684a5ed9 | 4aaa2ab816c710be7385b31d08373edcdcd71656, 638b9a5364c1482e5d104823c1a3884b3d249484, 97f7c2262c28ebcae64fc957ee978646684a5ed9 |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 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.
Quoted source text, attributed separately from HOL analysis.