CVE-2026-89528: svcrdma: Reject Read lists that exceed the page budget

Published Sep 11, 2026
·
Updated

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 rqpages array budget. When one segment fills the page array exactly, the runtime guard in svcrdmabuildreadsegment() is bypassed because len reaches zero. A subsequent segment then accesses the NULL sentinel slot at rqpages[rqmaxpages], 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.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    svcrdma: Reject Read lists that exceed the rq_pages array page budget to prevent the NULL pointer dereference during segment fills.

Event History

Sep 11, 2026
CVE Published
via MITRE·07:44 PM
Data Sourced
via MITRE·07:44 PM
Description

Frequently Asked Questions

1

What must an attacker send to trigger the flaw?

The requester must send multiple RDMA Read segments whose combined page requirement exceeds the rq_pages array budget. Individual segment lengths can be valid, so per-segment validation alone does not prevent the condition.

2

What happens when the page budget is exceeded?

If an earlier segment exactly fills the page array, a subsequent segment can access the NULL sentinel at rq_pages[rq_maxpages]. This causes a NULL pointer dereference during DMA mapping.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203