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

RDMA/uverbs: Add UVERBS_ATTR_UHW to UVERBS_METHOD_REG_MR

The original commit missed that three drivers (mthca, irdma, siw) have UHW
data associated with reg_mr that cannot be passed through the ioctl. They
also assume that the udata cannot be NULL, so failing to pass a valid
udata can trigger a NULL udata crash in those drivers.

This never happens in real systems since in rdma-core ibv_cmd_reg_mr_ex()
does not accept a udata and those three drivers don't use it, however a
malicious userspace could trigger it.
Published: 2026-09-11
Score: 4.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The flaw is a null pointer dereference triggered in the RDMA uverbs subsystem when the REG_MR ioctl receives a NULL udata field while the drivers mthca, irdma, and siw expect a non‑null value. The incorrect assumption causes the kernel to crash, resulting in a local denial of service through a kernel classic null dereference weakness, mapped to CWE‑476.

Affected Systems

The vulnerability affects the Linux kernel’s RDMA drivers mthca, irdma, and siw. Exact kernel version coverage is unspecified in the advisory; the patch was introduced in commit 011199f46f44a9f. Any kernel build that includes these drivers without the applied patch is vulnerable, regardless of distribution. The issue is not limited to a particular kernel release but to the presence of the unchanged code path.

Risk and Exploitability

The CVSS score of 4.7 indicates low‑to‑moderate severity, and the EPSS score is less than 1 %, suggesting a very low probability of exploitation in the wild. The vulnerability is not listed in CISA KEV. The damage requires a local user with permission to issue RDMA ioctls; remote exploitation without RDMA device access is not feasible. A local attacker can trigger the crash, causing a denial of service.

Generated by OpenCVE AI on September 13, 2026 at 08:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version containing the patch (e.g., from commit 011199f46f44a9f).
  • Restrict write access to the RDMA device nodes (e.g., /dev/infiniband/*) so only trusted users or system processes can issue the vulnerable ioctl.
  • If RDMA functionality is not required, unload the mthca, irdma, and siw modules or disable the RDMA subsystem.

Generated by OpenCVE AI on September 13, 2026 at 08:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Important


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Add UVERBS_ATTR_UHW to UVERBS_METHOD_REG_MR The original commit missed that three drivers (mthca, irdma, siw) have UHW data associated with reg_mr that cannot be passed through the ioctl. They also assume that the udata cannot be NULL, so failing to pass a valid udata can trigger a NULL udata crash in those drivers. This never happens in real systems since in rdma-core ibv_cmd_reg_mr_ex() does not accept a udata and those three drivers don't use it, however a malicious userspace could trigger it.
Title RDMA/uverbs: Add UVERBS_ATTR_UHW to UVERBS_METHOD_REG_MR
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-11T19:43:53.350Z

Reserved: 2026-09-11T19:38:34.716Z

Link: CVE-2026-89506

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:32.917

Modified: 2026-09-11T20:19:32.917

Link: CVE-2026-89506

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-11T19:43:53Z

Links: CVE-2026-89506 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T08:45:12Z

Weaknesses