CVE-2026-92490: firmware: arm_scmi: Unrequest devices if driver registration fails

Published Sep 17, 2026
·
Updated

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

firmware: armscmi: Unrequest devices if driver registration fails

scmidriverregister() requests protocol devices before registering the driver. If driverregister() fails, those requests remain in the global IDR and retain pointers to the module's ID table. Once the failed module load releases that storage, later request matching or SCMI device creation can dereference the stale pointers.

Unrequest the complete protocol table before returning the registration failure. At this point table registration succeeded, so every entry is owned by the current registration attempt.

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

Under what condition does the stale state remain after a failed module load?

It remains when SCMI protocol devices have been requested and driver registration subsequently fails. The requested devices stay in the global IDR even though the module load releases the driver's ID-table storage.

2

What can happen after the failed registration attempt?

Later request matching or SCMI device creation can dereference pointers to the released module ID table. This occurs because the retained protocol-device requests still reference that storage.

3

What does the fix change?

On driver-registration failure, it unregisters the complete protocol table before returning the error. The data states that all entries are owned by the current registration attempt at that point.

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