CVE-2026-92488 PUBLISHED

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

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/erdma: complete object teardown when the destroy command fails

erdma_destroy_qp(), erdma_destroy_cq(), erdma_dereg_mr(), and erdma_destroy_ah() returned early when erdma_post_cmd_wait() failed, leaking the queue buffers, MTTs, doorbells and the STAG, QPN, CQN and AHN identifiers. A command timeout clears ERDMA_CMDQ_STATE_OK_BIT 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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 155055771704f8cbb5c176a4309b7dc30a50450c to 5fcfc988ecf3e2bbe308b95c2c0d2f011d9afabe (excl.)
  • affected from 155055771704f8cbb5c176a4309b7dc30a50450c to ce7d205c264665517c25e8a3231cf2d0c2443e3c (excl.)
  • affected from 155055771704f8cbb5c176a4309b7dc30a50450c to 334145d683ad3e31d052247f10807f2ebc950351 (excl.)
  • affected from 155055771704f8cbb5c176a4309b7dc30a50450c to 652befcba956ef357f480525ccbe25c59bc81d4d (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.0 is affected
  • unaffected from 0 to 6.0 (excl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • 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