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

RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz()

Several corner cases, especially important on 32 bits:

- umem->iova is u64, the function argument should pass in u64 or
iova will be truncated
- Check that the length is not too large for the iova
- Check that lengths > 4G don't overflow the GENMASK
Published: 2026-09-24
Score: 7.8 High
EPSS: n/a
KEV: No
Impact: Memory Corruption
Action: Apply Patch
AI Analysis

Impact

The Linux kernel’s ib_umem_find_best_pgsz() in RDMA/umem has a flaw where the 64‑bit iova value is truncated when passed as a 32‑bit argument and large length values can overflow a GENMASK. This incorrect handling of boundary conditions could allow a malicious requester of RDMA memory registration to cause memory corruption or an out‑of‑bounds access, potentially leading to denial of service or privilege escalation if the kernel process is compromised.

Affected Systems

Affected systems are Linux kernel distributions. The vendor list lists Linux only and no specific kernel release or patch level is provided, so all kernels prior to the patch that introduced the relevant commits are considered vulnerable. Administrators should verify whether their kernel includes the commits referenced in the advisory.

Risk and Exploitability

The EPSS score is unavailable and the vulnerability is not listed in CISA KEV, so the public exploitation probability is currently unknown. However, the bug involves kernel memory and boundary checks, making it a high‑risk flaw. A local or privileged attacker with control over RDMA memory registration could trigger the overflow or truncation logic, leading to kernel memory corruption. The lack of available exploit data suggests no confirmed public exploits yet, but given the severity of kernel memory corruption, proactive mitigation is recommended.

Generated by OpenCVE AI on September 25, 2026 at 02:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the commits fixing this issue, as referenced in the advisory.
  • If an immediate kernel upgrade is not possible, disable RDMA support or unload the rdma-core kernel modules to prevent the affected code from running.
  • Limit the use of RDMA devices to trusted users and network segments so only privileged processes can register memory with RDMA.

Generated by OpenCVE AI on September 25, 2026 at 02:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 25 Sep 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
CWE-20

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz() Several corner cases, especially important on 32 bits: - umem->iova is u64, the function argument should pass in u64 or iova will be truncated - Check that the length is not too large for the iova - Check that lengths > 4G don't overflow the GENMASK
Title RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T05:10:30.134Z

Reserved: 2026-09-24T14:53:16.868Z

Link: CVE-2026-97421

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:19.993

Modified: 2026-09-25T05:17:04.973

Link: CVE-2026-97421

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T03:00:09Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound

  • CWE-20

    Improper Input Validation