NONE · 0

CVE-2026-93102

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1_init_dd() allocates the shared AIP/VNIC RX support before returning. If hfi1_in...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1_init_dd() allocates the shared AIP/VNIC RX support before returning. If hfi1_init() or hfi1_register_ib_device() later fails, init_one() tears down the device data without calling hfi1_free_rx(). This leaks netdev_rx and its dummy netdev. Free the RX support after IB unregistration and before postinit_cleanup(), as done on normal device removal.

References

FAQ

What is CVE-2026-93102?

CVE-2026-93102 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1_init_dd() allocates the shared AIP/VNIC RX support before returning. If hfi1_in...

How severe is CVE-2026-93102?

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

Is there a patch for CVE-2026-93102?

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