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

svcrdma: Reject Read lists that exceed the page budget

Individual Read segment lengths are validated at decode time, but
nothing prevents a requester from sending multiple segments whose
cumulative length exceeds the rq_pages array budget. When one
segment fills the page array exactly, the runtime guard in
svc_rdma_build_read_segment() is bypassed because len reaches zero.
A subsequent segment then accesses the NULL sentinel slot at
rq_pages[rq_maxpages], resulting in a NULL pointer dereference during
DMA mapping.

Accumulate pages across all Read segments and reject the message at
decode time when the total would overflow the page budget.
Published: 2026-09-11
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via NULL pointer dereference during DMA mapping
Action: Apply Patch
AI Analysis

Impact

In the Linux kernel’s svcrdma subsystem, a NULL pointer dereference can be triggered when an attacker sends a read request that pushes the cumulative length of read segments beyond the allocated page budget. The bug allows an attacker to bypass a runtime guard when the segment length exactly matches the page array limit, causing a subsequent segment to access a NULL sentinel slot in the page array during DMA mapping. This results in a kernel crash, providing a straightforward denial‑of‑service vector. The weakness is a classic null pointer dereference, documented as CWE‑476.

Affected Systems

All Linux kernel versions that expose the svcrdma RPC over RDMA implementation before the SVCRDMA patch commit are affected. This includes any distribution that has not yet applied the fix found in commit 0ca487abb3bdf581851664b5db21f364caf57682.

Risk and Exploitability

Based on the description, the CVSS score of 5.9 indicates medium severity, while the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The attack path requires an attacker to send malformed RDMA traffic to the the description it is inferred that remote attackers who can reach the RDMA endpoint may trigger the crash, while local or privileged attackers could also exercise the payload.

Generated by OpenCVE AI on September 13, 2026 at 06:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the svcrdma patch (commit 0ca487abb3bdf581851664b5db21f364caf57682 or later).
  • If an upgrade is not immediately feasible, disable the svcrdma daemon or remove RDMA support from the kernel configuration to eliminate the vulnerable code path.
  • Restrict or block network traffic to the RDMA endpoint with firewall rules or network segmentation to reduce exposure to external malicious traffic.

Generated by OpenCVE AI on September 13, 2026 at 06:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Sat, 12 Sep 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Important


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rq_pages array budget. When one segment fills the page array exactly, the runtime guard in svc_rdma_build_read_segment() is bypassed because len reaches zero. A subsequent segment then accesses the NULL sentinel slot at rq_pages[rq_maxpages], resulting in a NULL pointer dereference during DMA mapping. Accumulate pages across all Read segments and reject the message at decode time when the total would overflow the page budget.
Title svcrdma: Reject Read lists that exceed the page budget
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-13T06:30:25.969Z

Reserved: 2026-09-11T19:38:34.719Z

Link: CVE-2026-89528

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:35.613

Modified: 2026-09-13T07:17:15.120

Link: CVE-2026-89528

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-11T19:44:08Z

Links: CVE-2026-89528 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T07:00:08Z

Weaknesses