CVE-2026-90308: RDMA/erdma: Hold QP references for AE and CM processing

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

RDMA/erdma: Hold QP references for AE and CM processing

AE QP fatal events and iWARP CM paths load QPs from dev->qpxa and then use or reference them outside the xarray lock. erdmadestroyqp() can drop the destroy-path reference and free QP resources while such a lookup is in flight.

Add erdmaqpgetbyqpn() to acquire a kref under the xarray lock with krefgetunlesszero(). Remove the QP from the xarray before dropping the destroy-path reference so no new lookup can acquire it while destruction waits for existing users.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel's RDMA erdma driver are exposed when AE QP fatal-event handling or iWARP connection-management processing can look up and use a queue pair while that queue pair is being destroyed.

2

What condition is required to trigger the vulnerability?

A race is required between AE or iWARP CM processing that looks up a QP through dev->qp_xa and erdma_destroy_qp() freeing that QP's resources. The issue occurs because the lookup previously used or referenced the QP after releasing the xarray lock without holding a QP reference.

3

How can I determine whether the fix is present?

Check whether the kernel includes the change that adds erdma_qp_get_by_qpn() with kref_get_unless_zero() under the xarray lock, and removes the QP from the xarray before the destroy-path reference is dropped. The provided stable commits are 6e32f84b63c054e09392153125d7202abab2d14b, ec987c0654651036dad6a42f7fa2a6d7c16a3687, and c92686867638cda954fdb2bdbac8a75e3aa6eaae.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203