CVE-2026-89510: RDMA/cxgb4: Cancel reg_work before freeing device on remove

Published Sep 11, 2026
·
Updated

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

RDMA/cxgb4: Cancel regwork before freeing device on remove

c4iwuldstatechange() queues regwork to register the RDMA device. c4iwremove() can free ctx->dev while this work is pending or running, leaving c4iwregisterdevice() accessing the freed device.

Cancel regwork before removing the device. The registration work can tear down ctx->dev when registration fails, so do not unregister or deallocate it again in that case.

This issue was found by an in-house static analysis tool.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What conditions are required for this issue to occur?

The RDMA/cxgb4 driver's deferred registration work, reg_work, must still be pending or running when the device removal path frees ctx->dev. The resulting race allows c4iw_register_device() to access the freed device.

2

What is the likely impact of a successful trigger?

The described impact is a use-after-free condition in the Linux kernel's RDMA/cxgb4 driver. The provided data does not specify a privilege boundary, remote attack vector, or further consequences.

3

What should be changed to mitigate the issue?

Ensure reg_work is cancelled before removing or freeing the device. The removal path must also avoid unregistering or deallocating ctx->dev again if failed registration work has already torn it down.

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