๐Ÿ” CVE Alert

CVE-2026-43120

UNKNOWN 0.0

RDMA/irdma: Fix double free related to rereg_user_mr

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix double free related to rereg_user_mr If IB_MR_REREG_TRANS is set during rereg_user_mr, the umem will be released and a new one will be allocated in irdma_rereg_mr_trans. If any step of irdma_rereg_mr_trans fails after the new umem is allocated, it releases the umem, but does not set iwmr->region to NULL. The problem is that this failure is propagated to the user, who will then call ibv_dereg_mr (as they should). Then, the dereg_mr path will see a non-NULL umem and attempt to call ib_umem_release again. Fix this by setting iwmr->region to NULL after ib_umem_release. Fixed: 5ac388db27c4 ("RDMA/irdma: Add support to re-register a memory region")

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 6, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 62298a48f8b8788ad8b8464e6ffdf1ddebd2217e 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 66964118f1f50ed85001c8fc9f7ab5bbdd021ee0 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0f22c32141acdcda266b26cab2b830baf870f3e0 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0c5d70bcb9d2275a1c8515a924016fcfeb4ab441 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 29a3edd7004bb635d299fb9bc6f0ea4ef13ed5a2
Linux / Linux
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/62298a48f8b8788ad8b8464e6ffdf1ddebd2217e git.kernel.org: https://git.kernel.org/stable/c/66964118f1f50ed85001c8fc9f7ab5bbdd021ee0 git.kernel.org: https://git.kernel.org/stable/c/0f22c32141acdcda266b26cab2b830baf870f3e0 git.kernel.org: https://git.kernel.org/stable/c/0c5d70bcb9d2275a1c8515a924016fcfeb4ab441 git.kernel.org: https://git.kernel.org/stable/c/29a3edd7004bb635d299fb9bc6f0ea4ef13ed5a2