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

RDMA/core: Fix FRMR aging push to queue error flow

Aging pools with pinned handles requires moving handles from the
active queue to a non-empty inactive queue that might fail on new page
allocation, we are currently not handling the fault and leaking any mkey
that fails the push.

Fix by Introducing push_queue_to_queue_locked() that fills the
destination's partial tail page from the source and then splices the
remaining source pages onto the destination, performing no allocation.

Replace the per-handle move loop in age_pinned_pool() and the
open-coded splice in pool_aging_work() with calls to the helper.
As the helper cannot fail under memory pressure, removing a class of
GFP_ATOMIC allocations under the pool lock and simplifying the error
flow.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s RDMA core has a flaw in the aging of FRMR handles. When the aging process attempts to push a handle from the active queue to a non‑empty inactive queue, a page allocation may fail. The kernel code does not handle that fault, causing a leak of mkey references. The leak does not elevate privileges or disclose data but can exhaust kernel memory, eventually destabilizing the system. The issue is presented explicitly in the kernel description and is not an injected or remote code path.

Affected Systems

All Linux kernels that do not contain the commit c6936506ed556ce3ccad36ab999baf2764dd7d25 (the patch that introduces push_queue_to_queue_locked). The commit is incorporated in kernel releases immediately following the commit date, so any kernel before that date is vulnerable. These kernels ship in all major Linux distributions that have not yet applied the patch.

Risk and Exploitability

EPSS <1% indicates a very low likelihood of exploitation in the wild. The CVSS score of 5.5 reflects a moderate impact. The vulnerability is not listed in CISA’s KEV catalog. An attacker would need local or privileged RDMA access to trigger the aging process and provoke a memory leak, so the attack vector is likely local. Because the flaw only results in a memory leak, it cannot be used for remote code execution; however, sustained exploitation could lead to denial of service. The risk is thus moderate, and the best mitigation is to apply the patch.

Generated by OpenCVE AI on August 22, 2026 at 02:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the commit c6936506ed556ce3ccad36ab999baf2764dd7d25.
  • If a distribution update is not available, rebuild the kernel with that commit applied manually and install the patched kernel.
  • Until the kernel is updated, disable or uninstall RDMA networking services or configure the system to avoid using RDMA.

Generated by OpenCVE AI on August 22, 2026 at 02:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-455

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 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-455

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 aging push to queue error flow Aging pools with pinned handles requires moving handles from the active queue to a non-empty inactive queue that might fail on new page allocation, we are currently not handling the fault and leaking any mkey that fails the push. Fix by Introducing push_queue_to_queue_locked() that fills the destination's partial tail page from the source and then splices the remaining source pages onto the destination, performing no allocation. Replace the per-handle move loop in age_pinned_pool() and the open-coded splice in pool_aging_work() with calls to the helper. As the helper cannot fail under memory pressure, removing a class of GFP_ATOMIC allocations under the pool lock and simplifying the error flow.
Title RDMA/core: Fix FRMR aging push to queue error flow
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:46.307Z

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

Link: CVE-2026-74299

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74299

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74299 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T02:45:03Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime