CVE-2026-93110: RDMA/core: Wait for RCU callbacks before unloading ib_core

Published Sep 17, 2026
·
Updated

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

RDMA/core: Wait for RCU callbacks before unloading ibcore

putgidndev() is queued with callrcu() and implemented in ibcore. Stopping the workqueues does not drain callbacks already queued, so RCU could invoke it after the module code has been unloaded.

synchronizercu() does not wait for callbacks. Wait for them after all producers have stopped.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue affects Linux kernel systems using the RDMA core module (ib_core) when the module can be unloaded while RCU callbacks associated with put_gid_ndev() remain queued.

2

What condition triggers the unsafe unload?

put_gid_ndev() queues its work through call_rcu(), and stopping workqueues does not drain callbacks that were already queued. If ib_core is unloaded before those callbacks run, RCU can later invoke code from the unloaded module.

3

What does the resolved change do?

The fix waits for queued RCU callbacks after all callback producers have stopped and before ib_core is unloaded. This prevents callbacks from executing after the module code is gone.

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