SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-89531

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's RDMA (Remote Direct Memory Access) subsystem, specifically in the handling of connection requests when transport allocation fails. This flaw can lead to memory leaks of rdma_cm_id objects under memory pressure, potentially allowing a remote peer to exploit the situation by amplifying connection attempts. Organizations utilizing Linux systems with RDMA capabilities should prioritize addressing this vulnerability to prevent resource exhaustion and maintain system stability.

CVE
CVE-2026-89531
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject connection when transport allocation fails handle_connect_req() returns without action when svc_rdma_create_xprt() fails to allocate the new transport. The CM core returns 0 for CONNECT_REQUEST events, so it does not destroy the new rdma_cm_id. Each allocation failure under memory pressure leaks one rdma_cm_id, and a remote peer driving connection attempts can amplify this. Reject the connection by returning a non-zero status from the CM event handler, which tells the CM core to destroy the orphaned cm_id.