CVE-2026-93103: RDMA/hfi1: Preserve unit 0 on allocation failure

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

RDMA/hfi1: Preserve unit 0 on allocation failure

hfi1freedevdata() assumes that the device was inserted into the unit table and unconditionally erases dd->unit. If xaallocirq() fails, the zero-initialized unit remains zero, so full cleanup can remove an unrelated device from index 0.

Release only the rdmavt allocation and return immediately while the unit table has not acquired the device.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems using the Linux kernel RDMA/hfi1 driver are exposed when device initialization reaches the xa_alloc_irq() failure path. The issue concerns cleanup of hfi1 device data before the device has been added to the unit table.

2

What condition is required to trigger the erroneous removal?

xa_alloc_irq() must fail during hfi1 device setup. Because the unit field remains zero-initialized, subsequent full cleanup can erase unit-table index 0 even though it belongs to an unrelated device.

3

What is the impact if the failure path is reached?

An unrelated hfi1 device at unit-table index 0 can be removed during cleanup. The resolved behavior releases only the rdmavt allocation and returns before unit-table cleanup occurs.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203