CVE-2026-92488: RDMA/erdma: complete object teardown when the destroy command fails

Published Sep 17, 2026
·
Updated

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

RDMA/erdma: complete object teardown when the destroy command fails

erdmadestroyqp(), erdmadestroycq(), erdmaderegmr(), and erdmadestroyah() returned early when erdmapostcmdwait() failed, leaking the queue buffers, MTTs, doorbells and the STAG, QPN, CQN and AHN identifiers. A command timeout clears ERDMACMDQSTATEOKBIT and permanently disables the command queue, so no retry can succeed; the RDMA core keeps the object after a failed destructor and forced uverbs cleanup then nulls the pointers, making the resources unreachable.

Warn on failure but release every software-owned resource and return success, since during terminal destruction the hardware command result is only diagnostic.

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

What conditions trigger the resource leak?

The leak occurs when erdma_post_cmd_wait() fails during destruction or deregistration of an ERDMA queue pair, completion queue, memory region, or address handle. A command timeout disables the command queue permanently, so retrying the failed command cannot succeed.

2

What resources can remain allocated after a failed destroy operation?

Affected failure paths can leak queue buffers, MTTs, doorbells, and STAG, QPN, CQN, and AHN identifiers. During forced uverbs cleanup, the associated pointers can be nulled after the failed destructor, leaving those resources unreachable.

3

Is retrying the destroy command an effective workaround?

No. Once a command timeout clears ERDMA_CMDQ_STATE_OK_BIT, the command queue is permanently disabled and no retry can succeed. The resolved behavior is to warn about the hardware command failure while releasing all software-owned resources and completing terminal destruction.

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