CVE-2026-72468: xprtrdma: Initialize re_id before removal registration

Published Aug 15, 2026
·
Updated

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

xprtrdma: Initialize reid before removal registration

rpcrdmacreateid() registers ep->rern with the rpcrdma ibclient before returning the new rdmacmid to rpcrdmaepcreate(). However rpcrdmaepcreate() currently stores that pointer in ep->reid only after rpcrdmacreateid() returns.

A local administrator can race an NFS/RDMA mount against RDMA device removal. If rpcrdmaremoveone() observes the just-registered notification before rpcrdmaepcreate() assigns ep->reid, rpcrdmaepremovaldone() calls tracexprtrdmadeviceremoval(NULL). The tracepoint dereferences id->device->name and copies id->route.addr.dstaddr, so the callback can crash the kernel with a NULL pointer dereference.

Store the rdmacmid in ep->reid immediately before publishing ep->rern. The existing error path still destroys the id directly if registration fails; ep is then freed by the caller without using ep->reid. Remove the later duplicate assignment in rpcrdmaepcreate().

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply the code changes described in the resolution: (1) remove the later duplicate assignment in rpcrdma_ep_create(); (2) store the rdma_cm_id in ep->re_id immediately before publishing; (3) ensure re_id is initialized before removal registration (rpcrdma_ep_removal_done() uses trace_xprtrdma_device_removal(NULL)).

    Linux kernel (xprtrdma/rpcrdma) rpcrdma_ep_create()/removal initialization = Store the rdma_cm_id in ep->re_id immediately before publishing; remove later duplicate assignment in rpcrdma_ep_create(); initialize re_id before removal registration

Event History

Aug 15, 2026
CVE Published
via MITRE·05:57 AM
Data Sourced
via MITRE·05:57 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

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