NONE · 0

CVE-2026-93110

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. St...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-93110?

CVE-2026-93110 is a documented vulnerability. 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. St...

How severe is CVE-2026-93110?

CVSS scoring is not yet available for CVE-2026-93110. Check NVD for updates.

Is there a patch for CVE-2026-93110?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.