CVE-2026-89505: RDMA/uverbs: Guard legacy bundles without method_elm

Published Sep 11, 2026
·
Updated

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

RDMA/uverbs: Guard legacy bundles without methodelm

The legacy write() path dispatches through a uverbsapiwritemethod, but the uverbsattrbundle passed to provider code does not have an ioctl method element. If malformed provider input causes the common uverbs validation code to emit an error message, uverbsgethandlerfn() dereferences the uninitialized methodelm pointer.

Initialize methodelm explicitly for legacy bundles and make uverbsgethandlerfn() return NULL when no ioctl method is present. The legacy dispatcher continues to use its local write method, while the ioctl path continues to use the registered ioctl handler.

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

Which interface reaches the vulnerable code path?

The issue is in the legacy RDMA/uverbs write() dispatch path. The ioctl path uses its registered ioctl handler and is not described as dereferencing the missing ioctl method element.

2

What is required to trigger the fault?

Malformed provider input must cause the common uverbs validation code to emit an error message while processing a legacy write() bundle. In that situation, handler lookup can dereference an uninitialized method_elm pointer.

3

What behavior changes with the fix?

Legacy bundles explicitly initialize method_elm, and handler lookup returns NULL when no ioctl method is present. Legacy dispatch still uses its local write method, while ioctl dispatch continues using the registered ioctl handler.

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