CVE Catalog

CVE-2026-93110

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, put_gid_ndev() is queued with call_rcu() and implemented in ib_core. Stopping the workqueues does not drain already queued callbacks, so RCU could invoke it after the module code has been unloaded. synchronize_rcu() does not wait for callbacks; the fix waits for them after all producers have stopped.

Risk Assessment

Executing code after module unload can lead to use-after-free, causing kernel crashes or potential privilege escalation.

Recommendation

Update the Linux kernel to a version containing the fix. Avoid frequent loading and unloading of the ib_core module until patched.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Wait for RCU callbacks before unloading ib_core put_gid_ndev() is queued with call_rcu() and implemented in ib_core. Stopping the workqueues does not drain callbacks already queued, so RCU could invoke it after the module code has been unloaded. synchronize_rcu() does not wait for callbacks. Wait for them after all producers have stopped.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS