CVE 7.8 HIGH

RDMA/umem: Fix truncation for block sizes >= 4G_CVE-2026-53133

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/umem: Fix truncation for block sizes >= 4G

When the iommu is used the linearization of the mapping can give a single
block that is very large split across multiple SG entries.

When __rdma_block_iter_next() reassembles the split SG entries it is
overflowing the 32 bit stack values and computed the wrong DMA addresses
for blocks after the truncation.

Use the right types to hold DMA addresses.

Basic Information

ID CVE-2026-53133
Source Linux
Published Jun 25, 2026 at 08:38
Modified Jun 28, 2026 at 06:39

Affected Product

Vendor Linux
Product Linux
Version a808273a495c657e33281b181fd7fcc2bb28f662
Affected Versions Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux a808273a495c657e33281b181fd7fcc2bb28f662
Linux Linux 5.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.