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

RDMA/core: Fix FRMR set pinned push error path

Add destruction of FRMR handles in case the push to the pool fails.
This prevents resources leak in case pool page allocation fails.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CVE addresses a missing cleanup step for Frame Endpoint (FRMR) handles in the Linux kernel’s RDMA core. When the kernel fails to push an FRMR into its memory pool, the handle is not destroyed, leading to an unclaimed memory allocation. Over many failed push attempts, the kernel may accumulate unreleased resources, eventually exhausting available memory and reducing system performance, potentially culminating in a denial‑of‑service condition.

Affected Systems

The vulnerability affects all Linux kernel builds that have RDMA support enabled and have not incorporated the commits 41a707d0275cdec9ac125e826dd6836fa9623cbc or a487c14dda02a649d84c8303772430d32bd76eb9. Any system running a kernel version prior to these changes is susceptible.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while the EPSS score of <1% suggests a low probability of active exploitation. The vulnerability is not listed in CISA’s KEV catalog. Although the advisory does not specify a concrete exploitation vector, repeated failures to allocate the memory pool could gradually deplete system memory if an attacker can trigger such failures or if they occur due to high load. Inferred that the risk remains moderate, dependent on the volume of FRMR push operations and the kernel's load conditions. The likely attack vector would involve inducing repeated allocation failures through sustained high‑load or malicious RDMA traffic.

Generated by OpenCVE AI on August 22, 2026 at 00:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel that contains commits 41a707d0275cdec9ac125e826dd6836fa9623cbc or a487c14dda02a649d84c8303772430d32bd76eb9 to ensure proper FRMR handle destruction.
  • If a kernel upgrade cannot be performed immediately, temporarily disable RDMA drivers or interfaces until the patch is applied.
  • Continuously monitor memory usage for abnormal growth patterns that may indicate lingering FRMR allocations.

Generated by OpenCVE AI on August 22, 2026 at 00:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Sat, 15 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails.
Title RDMA/core: Fix FRMR set pinned push error path
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-08-17T05:16:45.222Z

Reserved: 2026-08-15T05:44:03.882Z

Link: CVE-2026-74298

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:29.420

Modified: 2026-08-17T06:19:23.930

Link: CVE-2026-74298

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74298 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T01:00:13Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime