CVE-2026-100075: RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind counters

Published Sep 25, 2026
·
Updated

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

RDMA/srpt: Fix srptallocrwctxs() unwind counters

When srptallocrwctxs() fails partway through a multi-buffer indirect descriptor, the unwind path destroys RDMA contexts but leaves stale nrwctx and nrdma values (and a dangling rwctxs pointer). Later sqwravail accounting in srptqueueresponse() or srptwritepending() can then subtract the wrong number of send queue credits.

Reset the counters and clear rwctxs after freeing the heap allocation before returning an error.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·01:06 PM
Data Sourced
via MITRE·01:06 PM
Description

Frequently Asked Questions

1

Under what condition can this flaw be triggered?

It requires srpt_alloc_rw_ctxs() to fail partway through handling a multi-buffer indirect descriptor. The subsequent error-unwind path leaves stale RDMA context counters and a dangling rw_ctxs pointer.

2

What is the operational impact after the failed allocation?

Later response or pending-write processing can use the stale n_rw_ctx and n_rdma values when accounting for send queue work requests. This can subtract an incorrect number of send queue credits in srpt_queue_response() or srpt_write_pending().

3

What should be done if this condition is identified?

Apply a kernel update containing the fix. The fix resets the counters and clears rw_ctxs after freeing the heap allocation on the error path.

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