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

RDMA/siw: publish QP after initialization

siw_create_qp() currently calls siw_qp_add() before the queues, CQ
pointers, state, completion, and device list entry are ready. A QPN
lookup can therefore reach a QP that is still being constructed.

Move siw_qp_add() to the end of siw_create_qp(), after QP
initialization and before adding the QP to the siw device list.
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The RDMA/siw subsystem registers a queue pair before all components of that resource are fully initialized. This ordering problem allows a lookup by queue pair number to resolve to an object that is still in construction, creating a use‑of‑uninitialized‑memory condition (CWE‑908). The advisory does not specify concrete consequences, so the impact is potentially unstable kernel behavior or undefined activity when the RDMA stack uses the incomplete structure.

Affected Systems

Any installation of the Linux kernel that contains the legacy RDMA/siw stack prior to the application of the siw_qp_add ordering fix is vulnerable. The advisory does not list specific kernel releases or distributions, so any system that has not applied the latest kernel patches for the RDMA/siw subsystem remains at risk.

Risk and Exploitability

The CVSS score of 7.8 denotes high severity. The EPSS score of less than 1 % indicates a very low likelihood of active exploitation, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves sending crafted RDMA traffic that triggers a queue pair number lookup while the associated resource is still incomplete. The description does not confirm that this leads to a crash or denial of service; the effect could be kernel instability or failure.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that incorporates the siw_qp_add ordering fix
  • If a kernel upgrade is not currently available, disable the RDMA/siw interface or limit it to trusted users only
  • Continuously monitor system logs for RDMA/siw-related errors and apply kernel hardening techniques that mitigate uninitialized memory usage

Generated by OpenCVE AI on August 14, 2026 at 01:36 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

Wed, 19 Aug 2026 16:45:00 +0000


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

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.8, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:N/I:L/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 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Wed, 12 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses 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/siw: publish QP after initialization siw_create_qp() currently calls siw_qp_add() before the queues, CQ pointers, state, completion, and device list entry are ready. A QPN lookup can therefore reach a QP that is still being constructed. Move siw_qp_add() to the end of siw_create_qp(), after QP initialization and before adding the QP to the siw device list.
Title RDMA/siw: publish QP after initialization
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-19T16:35:15.087Z

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

Link: CVE-2026-68417

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-19T17:20:49.223

Link: CVE-2026-68417

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:04:37Z

Links: CVE-2026-68417 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-908

    Use of Uninitialized Resource