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

RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind counters

When srpt_alloc_rw_ctxs() fails partway through a multi-buffer indirect
descriptor, the unwind path destroys RDMA contexts but leaves stale
n_rw_ctx and n_rdma values (and a dangling rw_ctxs pointer). Later
sq_wr_avail accounting in srpt_queue_response() or srpt_write_pending()
can then subtract the wrong number of send queue credits.

Reset the counters and clear rw_ctxs after freeing the heap
allocation before returning an error.
Published: 2026-09-25
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

The vulnerability in the Linux kernel’s SRPT RDMA path allows an attacker to cause incorrect accounting of send queue credits when srpt_alloc_rw_ctxs() fails during a multi‑buffer indirect descriptor. During the unwind the kernel leaves stale counter values and a dangling pointer, so subsequent queue accounting may subtract an improper number of credits. This incorrect accounting can drain the available send credits, causing RDMA operations to stall or fail, effectively denying service for RDMA clients that rely on the affected subsystem.

Affected Systems

The affected product is the Linux kernel with SRPT RDMA support. The CVE authors did not publish specific kernel version ranges, so every kernel that contains the srpt_alloc_rw_ctxs() routine and enables SRPT is potentially vulnerable. Administrators should identify kernels that include SRPT and are running a version that has not been updated to the commit that introduced the counter reset.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, implying no known public exploits yet. The likely attack vector is through crafted RDMA traffic that forces srpt_alloc_rw_ctxs() to fail; this can be triggered by a local user on a compromised host or, if SRPT RDMA is exposed to an untrusted network, by a remote attacker capable of sending malicious RDMA packets. The flaw requires kernel privilege or escalated access to influence the RDMA subsystem, so the risk is local‑to‑kernel. An attacker could drain send‑queue credits, resulting in denial of service to RDMA clients or other applications that depend on the kernel’s RDMA stack.

Generated by OpenCVE AI on September 25, 2026 at 18:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that contains the srpt_alloc_rw_ctxs() fix
  • If the kernel cannot be updated immediately, disable SRPT RDMA support or restrict RDMA traffic to trusted hosts
  • Monitor RDMA send‑queue metrics for abnormal credit depletion and review system logs for related errors

Generated by OpenCVE AI on September 25, 2026 at 18:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-665

Fri, 25 Sep 2026 15: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'}


Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind counters When srpt_alloc_rw_ctxs() fails partway through a multi-buffer indirect descriptor, the unwind path destroys RDMA contexts but leaves stale n_rw_ctx and n_rdma values (and a dangling rw_ctxs pointer). Later sq_wr_avail accounting in srpt_queue_response() or srpt_write_pending() can then subtract the wrong number of send queue credits. Reset the counters and clear rw_ctxs after freeing the heap allocation before returning an error.
Title RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind counters
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-09-25T14:41:03.253Z

Reserved: 2026-09-25T10:25:14.456Z

Link: CVE-2026-100075

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T14:17:14.163

Modified: 2026-09-25T15:17:52.117

Link: CVE-2026-100075

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T18:15:16Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-665

    Improper Initialization