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

RDMA/siw: Fix endpoint/socket association handling

Disassociating a socket from an endpoint via siw_socket_disassoc() may
release the last reference on that endpoint and free it. Therefore, don't
clear the endpoints socket pointer after calling that function, but
within.

This fixes a:

BUG: KASAN: slab-use-after-free in siw_cm_work_handler (drivers/infiniband/sw/siw/siw_cm.c:1053 drivers/infiniband/sw/siw/siw_cm.c:1075)

which occurred after processing a malformed MPA request during connection
establishment, causing the new endpoint to be closed.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s RDMA/siw subsystem contains a use‑after‑free flaw: when an endpoint is disassociated from a socket via siw_socket_disassoc(), the final reference may be released and the endpoint freed. If a malformed MPA request is processed during connection establishment, the handler can dereference the now‑dead endpoint, triggering a slab‑use‑after‑free detected by KASAN. This leads to kernel memory corruption that can result in system crashes.

Affected Systems

All Linux distributions that ship kernels lacking the upstream hotfix. The fix is applied in kernel commits visible at the GitHub URLs provided; any kernel older than the commit that introduced the defensive check is vulnerable.

Risk and Exploitability

The flaw is severe, with a CVSS score of 9.8, and it is not listed in the CISA KEV catalog. The EPSS score is < 1%, but because the flaw is activated by network‑received MPA packets, an attacker could potentially craft a malicious RDMA request to trigger the vulnerability, leading to kernel memory corruption and a crash.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the siw_socket_disassoc patch (commits b28d5 or later).
  • If an update is unavailable, disable RDMA or block malformed MPA traffic at the network perimeter to prevent the trigger.
  • Apply stringent kernel memory protection and monitoring to detect signs of kernel crashes.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 21 Aug 2026 00:15:00 +0000

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

None

threat_severity

Important


Mon, 17 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siw_socket_disassoc() may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer after calling that function, but within. This fixes a: BUG: KASAN: slab-use-after-free in siw_cm_work_handler (drivers/infiniband/sw/siw/siw_cm.c:1053 drivers/infiniband/sw/siw/siw_cm.c:1075) which occurred after processing a malformed MPA request during connection establishment, causing the new endpoint to be closed.
Title RDMA/siw: Fix endpoint/socket association handling
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:46:10.583Z

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

Link: CVE-2026-74345

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74345

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-74345 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T03:00:12Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference