NONE · 0

CVE-2026-93104

In the Linux kernel, the following vulnerability has been resolved: RDMA/rvt: Return NULL after port allocation failure rvt_alloc_device() deallocates the IB device when its port array cannot be all...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/rvt: Return NULL after port allocation failure rvt_alloc_device() deallocates the IB device when its port array cannot be allocated but then returns the pointer to the released allocation. Callers treat any non-NULL value as valid and dereference it, resulting in a use-after-free. Return NULL immediately after deallocation so callers can propagate the allocation failure.

References

FAQ

What is CVE-2026-93104?

CVE-2026-93104 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: RDMA/rvt: Return NULL after port allocation failure rvt_alloc_device() deallocates the IB device when its port array cannot be all...

How severe is CVE-2026-93104?

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

Is there a patch for CVE-2026-93104?

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