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

RDMA/irdma: Prevent rereg_mr for non-mem regions

When a QP/CQ/SRQ is created, a two step process is used
where the buffer is allocated in userspace and explicitly
registered with the normal reg_mr mechanism prior to creating
the actual QP/CQ/SRQ object.

These special registrations are indicated via an ABI field
so the driver knows that they do not have a valid mkey and
to skip the actual CQP command submission.

Since these are real MR objects from the core's perspective,
it is possible for a user application to invoke rereg_mr on them
and cause a real CQP op to be emitted with the zero-initialized
mkey value of 0.

Fix this by preventing rereg_mr on these special regions.
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Linux kernel’s RDMA/irdma driver involves an Out-of-bounds Write (CWE-791) that permits a user application to invoke rereg_mr on memory regions that were deliberately registered without a valid mkey. This causes the kernel to emit a CQP command with a zero‑initialized mkey value of 0, potentially leading to malformed RDMA operations that could interrupt or degrade system stability. The impact is limited to improper behavior in RDMA communication rather than a guaranteed kernel crash, with a potential for a denial of service if the malformed command results in a failure or resource exhaustion.

Affected Systems

The vulnerability resides entirely in the Linux kernel source code. Any system running a kernel compiled from the reported source commits before the patch is affected, regardless of distribution, because the issue is not limited to a particular version range. Users of the irdma RDMA driver on any Linux kernel installation are potentially affected.

Risk and Exploitability

The CVSS score of 7.8 classifies the flaw as high severity, and the EPSS score of less than 1% indicates a very low but nonzero exploitation likelihood. The vulnerability is not listed in the CISA KEV catalog, suggesting no publicly documented exploits. It is inferred that the attack vector would be local, requiring an attacker to execute or manipulate a user‑space RDMA application; thus exploitation would be feasible only in environments where untrusted code can invoke RDMA operations.

Generated by OpenCVE AI on August 14, 2026 at 01:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel patch that introduces the commit preventing rereg_mr on special memory regions.
  • Upgrade to a Linux distribution that includes the fixed kernel or rebuild the kernel with the patch from the kernel Git repository commits referenced in the advisory.
  • If an immediate kernel upgrade is not possible, disable RDMA irdma usage in untrusted applications or ensure that rereg_mr calls are not performed on non‑page‑aligned memory reservations.

Generated by OpenCVE AI on August 14, 2026 at 01:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics 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'}

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'}


Wed, 12 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-665

Tue, 11 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-791
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


Mon, 10 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-665

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent rereg_mr for non-mem regions When a QP/CQ/SRQ is created, a two step process is used where the buffer is allocated in userspace and explicitly registered with the normal reg_mr mechanism prior to creating the actual QP/CQ/SRQ object. These special registrations are indicated via an ABI field so the driver knows that they do not have a valid mkey and to skip the actual CQP command submission. Since these are real MR objects from the core's perspective, it is possible for a user application to invoke rereg_mr on them and cause a real CQP op to be emitted with the zero-initialized mkey value of 0. Fix this by preventing rereg_mr on these special regions.
Title RDMA/irdma: Prevent rereg_mr for non-mem regions
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:05:14.336Z

Reserved: 2026-07-30T09:28:09.391Z

Link: CVE-2026-68419

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:35.730

Modified: 2026-08-17T06:17:50.893

Link: CVE-2026-68419

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68419 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:45:08Z

Weaknesses
  • CWE-791

    Incomplete Filtering of Special Elements