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

RDMA/irdma: Replace waitqueue and flag with completion

The driver previously used a waitqueue along with an explicit
request_done flag, but without proper barriers around request_done.

An earlier patch by Gui-Dong Han <hanguidong02@gmail.com> attempted
to fix this by adding the missing memory barriers. Rather than
adding the barriers, this patch replaces the waitqueue+flag with
a completion, which is designed for this exact purpose.
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's irdma RDMA driver used a waitqueue and a request_done flag without proper memory barriers. This missing ordering allowed a race condition where the flag could be observed before the underlying state update, potentially causing the driver to misunderstand the completion status of requests. As a result, the RDMA subsystem could report false completions or stall, creating an inconsistent kernel state. The flaw is a concurrency weakness that could be leveraged to cause denial of service or, under specific circumstances, to corrupt shared memory.

Affected Systems

The flaw exists in all kernel releases that contain the earlier irdma implementation, before the corrective commit bde37aed. The affected product is the Linux kernel from all vendors using the standard distribution. Any system running a kernel that has not incorporated the completion-based fix remains vulnerable.

Risk and Exploitability

The vulnerability does not have an associated EPSS score and is not listed in CISA's KEV catalog, indicating it has not yet been observed in the wild. The attack vector is local and requires the ability to send RDMA packets to the vulnerable driver. While the patch replaces the waitqueue+flag with a completion primitive, the corrected code mitigates the race condition, lowering the exploitation probability. Nonetheless, administrators should treat the issue as a moderate risk until the kernel is updated.

Generated by OpenCVE AI on August 15, 2026 at 12:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the irdma patch released after commit bde37aed
  • Verify that the irdma module is loaded correctly and that RDMA initialization messages appear in kernel logs
  • If necessary, reboot the system to clear any lingering stale state that could be caused by the earlier implementation

Generated by OpenCVE AI on August 15, 2026 at 12:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Replace waitqueue and flag with completion The driver previously used a waitqueue along with an explicit request_done flag, but without proper barriers around request_done. An earlier patch by Gui-Dong Han <hanguidong02@gmail.com> attempted to fix this by adding the missing memory barriers. Rather than adding the barriers, this patch replaces the waitqueue+flag with a completion, which is designed for this exact purpose.
Title RDMA/irdma: Replace waitqueue and flag with completion
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-15T05:57:28.280Z

Reserved: 2026-08-09T03:40:39.937Z

Link: CVE-2026-72494

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-15T06:22:23.747

Link: CVE-2026-72494

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T12:15:03Z

Weaknesses

No weakness.