AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74345

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's RDMA/siw component, specifically in the handling of socket and endpoint associations. A flaw in the disassociation process can lead to a use-after-free condition, potentially allowing an attacker to exploit malformed MPA requests during connection establishment, which may result in denial of service or arbitrary code execution. Organizations using Linux systems with RDMA capabilities should prioritize this issue to mitigate potential exploitation risks.

CVE
CVE-2026-74345
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.