CVE-2026-92506: firmware: arm_scmi: Fix requested device removal race

Published Sep 17, 2026
·
Updated

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

firmware: armscmi: Fix requested device removal race

scmiprotocoldeviceunrequest() drops scmirequesteddevicesmtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same protocol unregister concurrently, one thread can remove the final request and free the list head while the other is running its notifier. The latter then dereferences the freed list head after reacquiring the mutex and can free it a second time.

Complete the list and IDR updates, including freeing an empty list head, before dropping the mutex. Keep the blocking notifier outside the critical section and retain only the detached request across the callback.

Event History

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

Frequently Asked Questions

1

What conditions are required to trigger this issue?

Two SCMI drivers for the same protocol must unregister concurrently. The race occurs when one unregister operation removes the final request and frees the per-protocol list head while the other operation is executing its notifier callback.

2

What is the likely impact if the race is triggered?

The remaining unregistering thread can dereference a freed list head after it reacquires the mutex, and may free that list head a second time. This is a use-after-free and double-free condition in the Linux kernel SCMI device-request removal path.

3

How can the issue be addressed?

Apply a kernel update containing the referenced stable commits. The fix completes list and IDR updates, including freeing an empty list head, before releasing the mutex for blocking notifier execution.

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