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.
References
Configurations
Configuration 1 (hide)
|
History
07 Jul 2026, 17:02
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/15fe76e23615f502d051ef0768f86babaf08746c - Patch | |
| References | () https://git.kernel.org/stable/c/2ff4b7817e5b78070c30f5fb5e678e452a2628b3 - Patch | |
| References | () https://git.kernel.org/stable/c/8fe0231adebe086c8a459c790944ac026cd99c6e - Patch | |
| References | () https://git.kernel.org/stable/c/ac1aad8e1281534ce936c250f68084fc79c5469e - Patch | |
| References | () https://git.kernel.org/stable/c/afd35fec9297195b759078745549c2671223f24f - Patch | |
| References | () https://git.kernel.org/stable/c/baf8685bcf56dc1efb44b8f6a57c42516e549068 - Patch | |
| References | () https://git.kernel.org/stable/c/cc644d5608e3b0dadc970bd6e6aa26b91ea07d0f - Patch | |
| References | () https://git.kernel.org/stable/c/dee2a49adeeb2a5e16a3fc858fa21b841c519802 - Patch | |
| CWE | CWE-681 | |
| First Time |
Linux linux Kernel
Linux |
28 Jun 2026, 08:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
25 Jun 2026, 09:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-25 09:16
Updated : 2026-07-07 17:02
NVD link : CVE-2026-53133
Mitre link : CVE-2026-53133
CVE.ORG link : CVE-2026-53133
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-681
Incorrect Conversion between Numeric Types
