CVE-2026-93104

Unknown

Last modified

CVE-2026-93104 is a vulnerability of currently unknown severity. 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..

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= ff6acd69518e0a84bd9c9b7f1bd4313f7076db97, < b1e1b25723af44328524c7b54433e4bf0ab9930c; >= ff6acd69518e0a84bd9c9b7f1bd4313f7076db97, < 2982eaf3b9d2d953318c74cd6f1b7576ea6d7b1f
LinuxLinux4.6

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is 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 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.
How severe is CVE-2026-93104?
Severity scoring for CVE-2026-93104 is pending analysis.
How do I fix CVE-2026-93104?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-93104?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST