CVE-2026-93104 PUBLISHED

RDMA/rvt: Return NULL after port allocation failure

Assigner: Linux
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from ff6acd69518e0a84bd9c9b7f1bd4313f7076db97 to b1e1b25723af44328524c7b54433e4bf0ab9930c (excl.)
  • affected from ff6acd69518e0a84bd9c9b7f1bd4313f7076db97 to 2982eaf3b9d2d953318c74cd6f1b7576ea6d7b1f (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 4.6 is affected
  • unaffected from 0 to 4.6 (excl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References