CVE 7.8 HIGH

RDMA: During rereg_mr ensure that REREG_ACCESS is compatible_CVE-2026-52908

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

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

RDMA: During rereg_mr ensure that REREG_ACCESS is compatible

If IB_MR_REREG_ACCESS changes from RO to RW then the umem has to be
re-evaluated to ensure it is properly pinned as RW. Since the umem is
hidden inside each driver's mr struct add a ib_umem_check_rereg() function
that each driver has to call before processing IB_MR_REREG_ACCESS.

mlx4 has to retain its duplicate ib_access_writable check because it
implements IB_MR_REREG_ACCESS | IB_MR_REREG_TRANS by changing both items
in place sequentially while the MR is live, so it will continue to not
support this combination.

Basic Information

ID CVE-2026-52908
Source Linux
Published Jun 19, 2026 at 14:00
Modified Jun 28, 2026 at 06:36

Affected Product

Vendor Linux
Product Linux
Version b40656aa7d559adc1fe689396dc58b92a9a27286
Affected Versions Linux Linux b40656aa7d559adc1fe689396dc58b92a9a27286
Linux Linux b40656aa7d559adc1fe689396dc58b92a9a27286
Linux Linux b40656aa7d559adc1fe689396dc58b92a9a27286
Linux Linux b40656aa7d559adc1fe689396dc58b92a9a27286
Linux Linux b40656aa7d559adc1fe689396dc58b92a9a27286
Linux Linux 6.2

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.